...
|
...
|
@@ -11,6 +11,7 @@ $fontColor: #444; |
|
|
$fontGrayLight: #e0e0e0;
|
|
|
$border-radius: 25px;
|
|
|
$card-info-line-height: 44px;
|
|
|
$card-title-height: 88px;
|
|
|
|
|
|
.select-giftcard-page {
|
|
|
@extend padding-30;
|
...
|
...
|
@@ -42,13 +43,17 @@ $card-info-line-height: 44px; |
|
|
margin-bottom: 30px;
|
|
|
|
|
|
> .card-title {
|
|
|
height: 88px;
|
|
|
line-height: 88px;
|
|
|
height: $card-title-height;
|
|
|
line-height: $card-title-height;
|
|
|
background-color: $title-bg-color;
|
|
|
color: $title-font-color;
|
|
|
border-top-left-radius: $border-radius;
|
|
|
border-top-right-radius: $border-radius;
|
|
|
|
|
|
.balance {
|
|
|
height: $card-title-height;
|
|
|
}
|
|
|
|
|
|
.balance > label {
|
|
|
margin-left: 30px;
|
|
|
font-size: 24px;
|
...
|
...
|
@@ -60,10 +65,11 @@ $card-info-line-height: 44px; |
|
|
}
|
|
|
|
|
|
.logo {
|
|
|
margin-right: 30px;
|
|
|
height: $card-title-height;
|
|
|
margin-right: 27px;
|
|
|
|
|
|
.iconfont {
|
|
|
font-size: 36px;
|
|
|
font-size: 80px;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|