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.
64 lines
945 B
64 lines
945 B
.app-wallpaper{ |
|
padding:16rpx 26rpx 100rpx; |
|
} |
|
.body-background{ |
|
background: { |
|
color:#F5F5F6; |
|
}; |
|
height:100vh; |
|
} |
|
.foot-button{ |
|
padding:40rpx 26rpx; |
|
position: fixed; |
|
bottom:0; |
|
left:0; |
|
z-index: 9999; |
|
width: 100%; |
|
background: { |
|
color:#FFFFFF; |
|
}; |
|
} |
|
.form-title{ |
|
font-size: 32rpx; |
|
font-weight: 400; |
|
color: #FF9545; |
|
line-height: 50rpx; |
|
} |
|
.form-label{ |
|
font-size: 32rpx; |
|
font-weight: 400; |
|
color: #020B18; |
|
line-height: 50rpx; |
|
padding:30rpx 0; |
|
} |
|
.no-top-pad{ |
|
padding: 18rpx 0 30rpx 0; |
|
} |
|
|
|
.m-t-46{ |
|
margin-top:46rpx; |
|
} |
|
.item-title{ |
|
font-size: 28rpx; |
|
font-weight: 400; |
|
color: #020B18; |
|
line-height: 50rpx; |
|
} |
|
.item-label{ |
|
font-size: 28rpx; |
|
font-weight: 400; |
|
color: #AFB5BE; |
|
line-height: 50rpx; |
|
} |
|
.item-value{ |
|
font-size: 28rpx; |
|
font-weight: 400; |
|
color: #020B18; |
|
line-height: 50rpx; |
|
.item-value-price{ |
|
color: #FF9545; |
|
} |
|
} |
|
::v-deep .u-cell__body{ |
|
padding:26rpx 0 !important; |
|
} |