调整全局颜色,调整部分pagesJson,调整样式
This commit is contained in:
@@ -162,6 +162,7 @@
|
||||
|
||||
.top-img {
|
||||
margin-top: 100rpx;
|
||||
width: 70vw;
|
||||
}
|
||||
|
||||
.txt {
|
||||
@@ -174,49 +175,43 @@
|
||||
box-sizing: border-box;
|
||||
|
||||
.title {
|
||||
font-size: 42rpx;
|
||||
font-size: $title-size + 5;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.des {
|
||||
font-size: 34rpx;
|
||||
color: rgba($color: #255a7c, $alpha: .4);
|
||||
font-size: $title-size-m;
|
||||
color: $text-gray-m;
|
||||
padding-top: 20rpx;
|
||||
font-weight: bold;
|
||||
|
||||
.dian {
|
||||
color: #039bfe;
|
||||
color: $mian-color;
|
||||
padding: 0 10rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
margin-top: 140rpx;
|
||||
|
||||
display: flex;
|
||||
width: 90vw;
|
||||
.goods,
|
||||
.coupons {
|
||||
width: 310rpx;
|
||||
width: 50%;
|
||||
margin: 0 $margin/2;
|
||||
height: 90rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
line-height: 90rpx;
|
||||
text-align: center;
|
||||
border-radius: 8rpx;
|
||||
border: solid 1rpx #039bfe;
|
||||
color: #039bfe;
|
||||
border: solid 2rpx $mian-color;
|
||||
color: $mian-color;
|
||||
font-size: 34rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.coupons {
|
||||
background-color: #039bfe;
|
||||
background-color: $mian-color;
|
||||
color: #fff;
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
@@ -224,9 +219,9 @@
|
||||
|
||||
.history {
|
||||
text-align: center;
|
||||
padding: $padding;
|
||||
padding: ($padding * 2) $padding;
|
||||
width: 100%;
|
||||
color: #cacaca;
|
||||
color: $title-size-m;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user