61 lines
1.0 KiB
Plaintext
61 lines
1.0 KiB
Plaintext
.main {
|
|
margin: 0 20rpx;
|
|
height: 90rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
}
|
|
|
|
.main_title {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|
|
.main_input {
|
|
text-align: right;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
}
|
|
|
|
.detail_area {
|
|
margin-top: 30rpx;
|
|
padding: 0 24rpx;
|
|
|
|
}
|
|
.rice_text {
|
|
width: 100%;
|
|
height: 160rpx;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
}
|
|
.line {
|
|
height: 20rpx;
|
|
background: #F9F9F9;
|
|
}
|
|
.bottom {
|
|
padding-top: 30rpx;
|
|
}
|
|
.bottom_header {
|
|
margin: 0 20rpx ;
|
|
display: flex;
|
|
justify-content:space-between;
|
|
}
|
|
.bottom_header_title {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|
|
.bottom_btn {
|
|
margin: 60rpx 50rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
background: #2583FF;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
} |