You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.0 KiB
63 lines
1.0 KiB
.app-wallpaper{ |
|
padding:16rpx 26rpx; |
|
} |
|
.top-container{ |
|
padding:50rpx 26rpx 66rpx; |
|
.top-price{ |
|
font-size: 72rpx; |
|
font-family: ShiShangZhongHeiJianTi-Regular, ShiShangZhongHeiJianTi; |
|
font-weight: 400; |
|
color: #020B18; |
|
line-height: 50rpx; |
|
margin-bottom:26rpx; |
|
} |
|
.top-desc{ |
|
font-size: 32rpx; |
|
font-family: PingFang SC-Medium, PingFang SC; |
|
font-weight: 400; |
|
color: #3D3D3D; |
|
line-height: 50rpx; |
|
} |
|
} |
|
.body-background{ |
|
background: { |
|
color:#F5F5F6; |
|
}; |
|
height:100vh; |
|
} |
|
::v-deep .u-tabs__wrapper__nav__line{ |
|
left:24rpx; |
|
} |
|
.cell-value-add{ |
|
font-size: 32rpx; |
|
font-weight: 400; |
|
color: #FF9545; |
|
} |
|
.cell-value-dec{ |
|
font-size: 32rpx; |
|
font-weight: 400; |
|
color: #0EAF4E; |
|
} |
|
.cell-label{ |
|
font-size: 28rpx; |
|
font-weight: 400; |
|
color: #AFB5BE; |
|
line-height:50rpx; |
|
} |
|
.cell-image{ |
|
margin-right:20rpx; |
|
} |
|
.foot-button{ |
|
padding:10rpx 26rpx 40rpx 26rpx; |
|
position: fixed; |
|
bottom:0; |
|
left:0; |
|
z-index: 9999; |
|
width: 100%; |
|
background: { |
|
color:#FFFFFF; |
|
}; |
|
} |
|
::v-deep .u-text__price{ |
|
display:none; |
|
} |