|
|
@@ -530,15 +530,16 @@ export default {
|
|
|
}
|
|
|
> ul {
|
|
|
margin-bottom: 29px;
|
|
|
+ font-size:12px;
|
|
|
> li {
|
|
|
position: relative;
|
|
|
border: 1px solid #ededed;
|
|
|
&.active {
|
|
|
- border: 1px solid #4290f7;
|
|
|
+ border: 1px solid #2496f1;
|
|
|
box-shadow: 2px 4px 5px 0 rgb(205, 221, 252);
|
|
|
}
|
|
|
&:hover {
|
|
|
- border: 1px solid #4290f7;
|
|
|
+ border: 1px solid #2496f1;
|
|
|
box-shadow: 2px 4px 5px 0 rgb(205, 221, 252);
|
|
|
.il-item.il-right .sharecode {
|
|
|
display: block;
|
|
|
@@ -548,7 +549,7 @@ export default {
|
|
|
height: 120px;
|
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
|
- color: #3c3c3c;
|
|
|
+ color: #333;
|
|
|
padding-top: 16px;
|
|
|
vertical-align: middle;
|
|
|
.item {
|
|
|
@@ -557,23 +558,23 @@ export default {
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
span {
|
|
|
- color: #999;
|
|
|
+ color: #333;
|
|
|
}
|
|
|
}
|
|
|
&.il-left {
|
|
|
- width: 165px;
|
|
|
+ width: 125px;
|
|
|
padding: 16px 5px 0;
|
|
|
div {
|
|
|
display: block;
|
|
|
&:last-child {
|
|
|
margin-top: 37px;
|
|
|
- color: #666;
|
|
|
+ color: #333;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
&.il-center {
|
|
|
text-align: left;
|
|
|
- width: 740px;
|
|
|
+ width: 640px;
|
|
|
.il-box {
|
|
|
display: inline-block;
|
|
|
float: left;
|
|
|
@@ -582,10 +583,9 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.il-box-large {
|
|
|
- width: 610px;
|
|
|
- margin-left:15px;
|
|
|
+ width: 505px;
|
|
|
.fl {
|
|
|
- width: 298px;
|
|
|
+ width: 220px;
|
|
|
line-height: 19px;
|
|
|
word-break: break-all;
|
|
|
white-space: unset;
|
|
|
@@ -594,7 +594,7 @@ export default {
|
|
|
}
|
|
|
.content {
|
|
|
display: inline-block;
|
|
|
- width: 251px;
|
|
|
+ width: 155px;
|
|
|
overflow: hidden;
|
|
|
vertical-align: middle;
|
|
|
height: 38px;
|
|
|
@@ -605,16 +605,16 @@ export default {
|
|
|
display:inline-block;
|
|
|
width:94px;
|
|
|
text-align:right;
|
|
|
- color:#3c7cf5;
|
|
|
+ color:#2496f1;
|
|
|
}
|
|
|
&.size-middle {
|
|
|
- /*width: 260px;*/
|
|
|
+ width:260px;
|
|
|
margin-right: 10px;
|
|
|
- .content {
|
|
|
- width: 194px;
|
|
|
- }
|
|
|
}
|
|
|
&.item-right {
|
|
|
+ .content{
|
|
|
+ width:180px;
|
|
|
+ }
|
|
|
span {
|
|
|
width: auto;
|
|
|
}
|
|
|
@@ -625,7 +625,6 @@ export default {
|
|
|
width: 100px;
|
|
|
text-align: center;
|
|
|
line-height: 90px;
|
|
|
- margin-left:-15px;
|
|
|
.item {
|
|
|
color: #f71026;
|
|
|
}
|
|
|
@@ -654,7 +653,7 @@ export default {
|
|
|
height: 28px;
|
|
|
line-height: 28px;
|
|
|
color: #fff;
|
|
|
- background: #3c7cf5;
|
|
|
+ background: #2496f1;
|
|
|
border-radius: 3px;
|
|
|
cursor: pointer;
|
|
|
/* &:first-child {
|
|
|
@@ -697,7 +696,7 @@ export default {
|
|
|
line-height: 14px;
|
|
|
}
|
|
|
.title {
|
|
|
- color: #3c7cf5;
|
|
|
+ color: #2496f1;
|
|
|
font-size: 16px;
|
|
|
margin: 21px auto;
|
|
|
margin-bottom: 0px;
|
|
|
@@ -716,7 +715,7 @@ export default {
|
|
|
div span {
|
|
|
display: inline-block;
|
|
|
color: #fff;
|
|
|
- background: #4290f7;
|
|
|
+ background: #2496f1;
|
|
|
height: 36px;
|
|
|
line-height: 36px;
|
|
|
width: 70px;
|
|
|
@@ -735,7 +734,7 @@ export default {
|
|
|
.sharecodeR {
|
|
|
width: 4px;
|
|
|
height: 120px;
|
|
|
- background: #4290f7;
|
|
|
+ background: #2496f1;
|
|
|
float: right;
|
|
|
}
|
|
|
.sharecodeL {
|
|
|
@@ -747,7 +746,7 @@ export default {
|
|
|
margin-top: 10px;
|
|
|
width: 28px;
|
|
|
height: 68px;
|
|
|
- background-color: #3c7cf5;
|
|
|
+ background-color: #2496f1;
|
|
|
border-radius: 2px;
|
|
|
color: #ffffff;
|
|
|
font-size: 14px;
|
|
|
@@ -779,13 +778,12 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.number-content {
|
|
|
- margin-left: 10px;
|
|
|
line-height: 120px;
|
|
|
padding-top: 0;
|
|
|
- width: 100px;
|
|
|
- margin-right: 34px;
|
|
|
+ width: 60px;
|
|
|
+ margin-right: 6px;
|
|
|
span {
|
|
|
- color: #5392f9;
|
|
|
+ color: #2496f1;
|
|
|
&.active {
|
|
|
color: #ff9a00;
|
|
|
}
|