...
|
...
|
@@ -91,20 +91,20 @@ |
|
|
padding-top: 50%;
|
|
|
width: 100%;
|
|
|
position: absolute;
|
|
|
top: -230rem / $pxConvertRem;
|
|
|
top: -180rem / $pxConvertRem;
|
|
|
|
|
|
.list-item {
|
|
|
display: block;
|
|
|
position: relative;
|
|
|
margin: 0 auto 50rem / $pxConvertRem;
|
|
|
width: 444rem / $pxConvertRem;
|
|
|
height: 110rem / $pxConvertRem;
|
|
|
margin: 0 auto 40rem / $pxConvertRem;
|
|
|
width: 216px;
|
|
|
height: 52px;
|
|
|
text-align: center;
|
|
|
font-size: 30rem / $pxConvertRem;
|
|
|
line-height: 110rem / $pxConvertRem;
|
|
|
font-size: 16px;
|
|
|
line-height: 52px;
|
|
|
color: #fff;
|
|
|
background: #000;
|
|
|
border: 5rem / $pxConvertRem solid #fff;
|
|
|
border: 4px solid #fff;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.lighter {
|
...
|
...
|
|