61 lines
1.3 KiB
Plaintext
61 lines
1.3 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.screen_content.data-v-68a3722c {
|
|
width: 702rpx;
|
|
z-index: 2;
|
|
border-top: 1rpx solid #CCCCCC;
|
|
background-color: #fff;
|
|
padding: 24rpx;
|
|
}
|
|
.screen_content .fir_li.data-v-68a3722c {
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.screen_content .fir_li .li_label.data-v-68a3722c {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.screen_content .fir_li .li_box.data-v-68a3722c {
|
|
border-radius: 15rpx;
|
|
border: 1rpx solid #CCCCCC;
|
|
height: 60rpx;
|
|
padding: 0 35rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
.screen_content .fir_li .form_right.data-v-68a3722c {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: #999;
|
|
}
|
|
.screen_content .fir_li .form_right image.data-v-68a3722c {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin: 28rpx 5rpx 0 0;
|
|
}
|
|
.screen_content .fir_li .form_right .rightinput.data-v-68a3722c {
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
width: 100%;
|
|
}
|
|
.button_bottom.data-v-68a3722c {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 90rpx;
|
|
background-color: #fff;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
}
|
|
.button_bottom.data-v-68a3722c :first-child {
|
|
flex: 1;
|
|
color: #008EFF;
|
|
border-top: 1rpx solid #CCCCCC;
|
|
}
|
|
.button_bottom.data-v-68a3722c :last-child {
|
|
flex: 1;
|
|
background-color: #008EFF;
|
|
color: #fff;
|
|
}
|