...
|
...
|
@@ -2,14 +2,14 @@ $couponRadius: 8px; |
|
|
$rosyPink: #f06a6b;
|
|
|
$backgroudColor: #f2f2f2;
|
|
|
$fontColor: #444;
|
|
|
$fontGrayLight: #b0b0b0;
|
|
|
$fontGrayLight: #e0e0e0;
|
|
|
$fontSizeSmall: 16px;
|
|
|
|
|
|
@define-extend line {
|
|
|
content: "";
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
border-top: 1px solid #b0b0b0;
|
|
|
border-top: 1px solid $fontGrayLight;
|
|
|
width: 120px;
|
|
|
height: 0;
|
|
|
}
|
...
|
...
|
@@ -113,6 +113,7 @@ $fontSizeSmall: 16px; |
|
|
|
|
|
.content-left {
|
|
|
width: 120px;
|
|
|
height: 100px;
|
|
|
border-right: 2px solid $fontColor;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -121,6 +122,7 @@ $fontSizeSmall: 16px; |
|
|
height: 76px;
|
|
|
text-align: center;
|
|
|
font-size: 52px;
|
|
|
line-height: 100px;
|
|
|
color: $fontColor;
|
|
|
}
|
|
|
|
...
|
...
|
|