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.
66 lines
1.1 KiB
66 lines
1.1 KiB
.form_body_item_top { |
|
display: flex; |
|
justify-content: flex-end; |
|
font-size: 22rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #999999; |
|
position: relative; |
|
height: 40rpx; |
|
align-items: center; |
|
margin-top: 23rpx; |
|
padding-right: 26rpx; |
|
} |
|
|
|
.flex { |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
.between { |
|
/* background-color: #FD9500; */ |
|
justify-content: space-between; |
|
} |
|
|
|
.form_body_item_footer { |
|
padding: 15rpx 25rpx; |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
} |
|
|
|
.form_body_item_top_label { |
|
width: 92rpx; |
|
height: 40rpx; |
|
background: #2866FF; |
|
border-radius: 0px 7px 7px 0px; |
|
position: absolute; |
|
left: 0; |
|
color: #FFFFFF; |
|
font-size: 24rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
|
|
.from_body_item_container { |
|
position: relative; |
|
border-top: solid 1px #F0F0F0; |
|
border-bottom: solid 1px #F0F0F0; |
|
padding: 20rpx 0; |
|
font-size: 26rpx; |
|
color: #333333; |
|
} |
|
|
|
.watermark { |
|
position: absolute; |
|
top: 30rpx; |
|
right: 120rpx; |
|
width: 130rpx; |
|
height: 130rpx; |
|
line-height: 130rpx; |
|
text-align: center; |
|
border-radius: 50%; |
|
transform: rotate(-30deg); |
|
border: 1rpx solid; |
|
}
|
|
|