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.
111 lines
2.1 KiB
111 lines
2.1 KiB
/* subpages/addResi/com/expandForm.wxss */
|
|
.title{
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 34rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
padding-left: 30rpx;
|
|
box-sizing: border-box;
|
|
color: #333333;
|
|
position: relative;
|
|
}
|
|
.gray{
|
|
color: #808080;
|
|
}
|
|
.form_card{
|
|
height: calc(100% - 235rpx);
|
|
overflow-y: scroll;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.title .tag{
|
|
width: 10rpx;
|
|
height: 28rpx;
|
|
background: #3A80E7;
|
|
border-radius: 4rpx;
|
|
position: absolute;
|
|
left: 0rpx;
|
|
top: 50%;
|
|
transform: translateY(-14rpx);
|
|
}
|
|
.form_item{
|
|
display: flex;
|
|
align-items: center;
|
|
border-top: 1px solid #EAEAEA;
|
|
min-height: 100rpx;
|
|
}
|
|
.form_item .form_item_label{
|
|
min-width: 130rpx;
|
|
height: 100%;
|
|
line-height: 100rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #666666;
|
|
position: relative;
|
|
}
|
|
.form_item .form_item_input{
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
margin-left: 51rpx;
|
|
overflow: hidden;
|
|
|
|
}
|
|
.form_card .form_item .form_item_input picker,
|
|
.form_card .form_item .form_item_input input{
|
|
flex: 1;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
}
|
|
.form_card .form_item .form_item_input image{
|
|
height: 22rpx;
|
|
width: 22rpx;
|
|
}
|
|
.form_item .form_item_input_radio{
|
|
display: flex;
|
|
}
|
|
.form_item .weui-cell{
|
|
display: flex;
|
|
margin-left: 20rpx;
|
|
align-items: center;
|
|
}
|
|
.bot_btn{
|
|
display: flex;
|
|
background-color: #fff;
|
|
z-index: 10;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
position: fixed;
|
|
bottom: 40rpx;
|
|
left: 50%;
|
|
box-sizing: border-box;
|
|
transform: translateX(-50%);
|
|
padding: 12rpx 90rpx;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
.bot_btn .bottom_btn{
|
|
width: 240rpx;
|
|
height: 76rpx;
|
|
border-radius: 43rpx;
|
|
text-align: center;
|
|
line-height: 76rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
.bot_btn .btn_bule{
|
|
background:#3974F6;
|
|
color: #fff;
|
|
}
|
|
.bottom_btn_close{
|
|
border-color:#999999 !important;
|
|
}
|
|
.weui-cell__bd{
|
|
font-size: 24rpx;
|
|
}
|
|
.form_item_input checkbox-group{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|