68 lines
1.1 KiB
Plaintext
68 lines
1.1 KiB
Plaintext
.header {
|
|
height: 173rpx;
|
|
background: #1c1b21;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
padding: 0 24rpx;
|
|
}
|
|
|
|
.header .title {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.header .price {
|
|
font-size: 40rpx;
|
|
color: #cfa943;
|
|
}
|
|
|
|
.content .cell {
|
|
line-height: 88rpx;
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
display: flex;
|
|
position: relative;
|
|
padding-left: 24rpx;
|
|
border-bottom: 1rpx solid #ededed;
|
|
}
|
|
|
|
.submit {
|
|
width: 702rpx;
|
|
height: 80rpx;
|
|
background: #1c1b21;
|
|
margin: 36rpx auto 20rpx;
|
|
font-size: 34rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
color: #cfa943;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.tip {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
line-height: 36rpx;
|
|
padding: 0 24rpx;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
|
|
.fui-cell-group .fui-cell .fui-cell-remark {
|
|
text-align: right;
|
|
position: relative;
|
|
}
|
|
|
|
radio {
|
|
transform: scale(0.8);
|
|
position: absolute;
|
|
right: -20rpx;
|
|
top: -22rpx;
|
|
}
|
|
|
|
picker {
|
|
float: left;
|
|
font-size: 26rpx;
|
|
color: #ccc;
|
|
line-height: 44rpx;
|
|
} |