jhwxapp/miniprogram/newComponents/select-group-person/index.wxss

127 lines
2.0 KiB
Plaintext

.rectifier_add_to{
width: 100rpx;
height: 100rpx;
margin: auto;
background: #252d41;
text-align: center;
line-height: 110rpx;
font-size: 50rpx;
color: #57668f;
font-weight: bold;
border-radius: 5rpx;
}
.rectifier_max{
width: 100%;
height: 100%;
background: #232a44;
border-radius: 15rpx;
position: relative;
margin-bottom: -57rpx;
}
.rectifier_title{
position: relative;
background: #27304f;
border-radius: 15rpx;
text-align: center;
padding:20rpx 15rpx;
}
.rectifier_close{
position: absolute;
width: 50rpx;
height: 50rpx;
right: 20rpx;
top: 12rpx;
line-height: 60rpx;
text-align: center;
}
.rectifier_list{
padding:20rpx 40rpx;
}
.rectifier_list_height{
height: 990rpx;
overflow: auto;
}
.rectifier_list_for{
display: flex;
align-items: center;
padding: 18rpx 15rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.rectifier_list_radio{
width: 70rpx;
}
.rectifier_list_radio_circle{
width: 30rpx;
height: 30rpx;
border-radius: 50%;
border: 1px solid #6576a2;
}
.rectifier_list_radio_circle.active{
background: #8262f3;
border: 1px solid #8262f3;
}
.rectifier_list_name{
padding-left: 10rpx;
color: #6576a2;
}
.rectifier_list_name.active{
color: #ffffff;
}
.rectifier_btn{
display: flex;
align-items: center;
background: #27304f;
border-radius: 0 0 15rpx 15rpx;
}
.rectifier_btn view{
width: 50%;
text-align: center;
height: 80rpx;
line-height: 80rpx;
color:#6874a4;
}
.rectifier_btn view:last-child{
border-left: 1px solid #6874a4;
color: #ffffff;
}
.rectifier_list-group_for{
height: 65rpx;
background-color: #879ff97d;
line-height: 65rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.inspect_input_fill_in {
height: 90rpx;
background: #212737;
border-radius: 10rpx;
padding: 0 30rpx;
}