...
|
...
|
@@ -344,6 +344,10 @@ $focus-size: 42px; |
|
|
margin-bottom: 10px;
|
|
|
border: solid 1px #e0e0e0;
|
|
|
|
|
|
&:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
.thumb {
|
|
|
float: left;
|
|
|
height: 204px;
|
...
|
...
|
@@ -378,11 +382,11 @@ $focus-size: 42px; |
|
|
}
|
|
|
|
|
|
.detail-arr {
|
|
|
vertical-align: text-top;
|
|
|
vertical-align: baseline;
|
|
|
}
|
|
|
|
|
|
.iconfont {
|
|
|
font-size: 12px;
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -457,7 +461,7 @@ $focus-size: 42px; |
|
|
width: 250px;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
margin: 20px auto 50px;
|
|
|
margin: 20px auto 0;
|
|
|
text-align: center;
|
|
|
font-size: 22px;
|
|
|
color: #fff;
|
...
|
...
|
@@ -802,6 +806,14 @@ $focus-size: 42px; |
|
|
margin-right: 30px;
|
|
|
margin-bottom: 25px;
|
|
|
|
|
|
&:nth-last-child(1) {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
&:nth-last-child(2) {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
.thumb {
|
|
|
width: 275px;
|
|
|
height: 365px;
|
...
|
...
|
|