38 lines
660 B
CSS
38 lines
660 B
CSS
.item{
|
|
display:flex;
|
|
border-bottom:1px solid #e6e6e6;
|
|
height: 90rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 36rpx 50rpx 30rpx;
|
|
}
|
|
.item-title {
|
|
font-weight: 400;
|
|
color: #999999;
|
|
font-size: 26rpx;
|
|
}
|
|
.input-desc {
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
text-align: right;
|
|
}
|
|
.tips {
|
|
font-size: 24rpx;
|
|
color: #222222;
|
|
font-weight: 400;
|
|
margin: 0 14rpx 40rpx 50rpx;
|
|
}
|
|
.desc {
|
|
color: #FF512A;
|
|
}
|
|
.submit_reset {
|
|
margin: 0 50rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
background: #FF512A;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
color: #FFFFFF;
|
|
font-size: 36rpx;
|
|
font-weight: 400;
|
|
} |