88 lines
1.2 KiB
CSS
88 lines
1.2 KiB
CSS
.title {
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
margin-top: 30rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.item {
|
|
margin: 0 50rpx;
|
|
height: 90rpx;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.no-border {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.left {
|
|
display: flex;
|
|
}
|
|
|
|
.left_pic {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.item_desc {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.right_input {
|
|
flex: 1;
|
|
text-align: right;
|
|
}
|
|
|
|
.right_pic {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
.line {
|
|
height: 20rpx;
|
|
background: #F9F9F9;
|
|
}
|
|
|
|
.tips {
|
|
padding: 30rpx 0 0 20rpx
|
|
}
|
|
|
|
.tip {
|
|
display: inline-block;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #FFFFFF;
|
|
background: #FF512A;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
padding: 4rpx 14rpx;
|
|
}
|
|
|
|
.desc {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-top: 24rpx;
|
|
|
|
}
|
|
|
|
.desc:last-child {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.btn {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
margin: 34rpx 50rpx 0;
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
background: #FF512A;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
text-align: center;
|
|
} |