2024-10-13 11:24:45 +08:00
|
|
|
/* newComponents/select-person/index.wxss */
|
2025-04-29 00:39:23 +08:00
|
|
|
page {
|
|
|
|
height: 100%
|
2024-10-13 11:24:45 +08:00
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_add_to {
|
2024-10-13 11:24:45 +08:00
|
|
|
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;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_max {
|
2024-10-13 11:24:45 +08:00
|
|
|
width: 100%;
|
|
|
|
background: #232a44;
|
|
|
|
border-radius: 15rpx;
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_title {
|
2024-10-13 11:24:45 +08:00
|
|
|
position: relative;
|
|
|
|
background: #27304f;
|
|
|
|
border-radius: 15rpx;
|
|
|
|
text-align: center;
|
2025-04-29 00:39:23 +08:00
|
|
|
padding: 20rpx 15rpx;
|
2024-10-13 11:24:45 +08:00
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_close {
|
2024-10-13 11:24:45 +08:00
|
|
|
position: absolute;
|
|
|
|
width: 50rpx;
|
|
|
|
height: 50rpx;
|
|
|
|
right: 20rpx;
|
|
|
|
top: 12rpx;
|
|
|
|
line-height: 60rpx;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_list {
|
|
|
|
padding: 20rpx 40rpx;
|
2024-10-13 11:24:45 +08:00
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_list_height {
|
2024-10-13 11:24:45 +08:00
|
|
|
height: 990rpx;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_list_for {
|
2024-10-13 11:24:45 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2025-03-06 22:36:20 +08:00
|
|
|
padding: 16rpx 15rpx;
|
2024-10-13 11:24:45 +08:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_list_radio {
|
2024-10-13 11:24:45 +08:00
|
|
|
width: 70rpx;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_list_radio_circle {
|
2024-10-13 11:24:45 +08:00
|
|
|
width: 30rpx;
|
|
|
|
height: 30rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 1px solid #6576a2;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_list_radio_circle.active {
|
2024-10-13 11:24:45 +08:00
|
|
|
background: #8262f3;
|
|
|
|
border: 1px solid #8262f3;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_list_name {
|
2024-10-13 11:24:45 +08:00
|
|
|
padding-left: 10rpx;
|
2025-03-08 02:00:56 +08:00
|
|
|
color: #8499d0;
|
2024-10-13 11:24:45 +08:00
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_list_name.active {
|
2024-10-13 11:24:45 +08:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_btn {
|
2024-10-13 11:24:45 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
background: #27304f;
|
|
|
|
border-radius: 0 0 15rpx 15rpx;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_btn view {
|
2024-10-13 11:24:45 +08:00
|
|
|
width: 50%;
|
|
|
|
text-align: center;
|
|
|
|
height: 80rpx;
|
|
|
|
line-height: 80rpx;
|
2025-04-29 00:39:23 +08:00
|
|
|
color: #6874a4;
|
2024-10-13 11:24:45 +08:00
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_btn view:last-child {
|
2024-10-13 11:24:45 +08:00
|
|
|
border-left: 1px solid #6874a4;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_list-group_for {
|
2024-10-13 11:24:45 +08:00
|
|
|
height: 65rpx;
|
2025-03-06 22:36:20 +08:00
|
|
|
background-color: #9898987d;
|
2024-10-13 11:24:45 +08:00
|
|
|
line-height: 65rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2025-03-06 22:36:20 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
font-weight: 500;
|
2024-10-13 11:24:45 +08:00
|
|
|
}
|
2025-04-29 00:39:23 +08:00
|
|
|
|
|
|
|
.rectifier_list-group_for:not(:first-child) {
|
2025-03-06 22:36:20 +08:00
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
2024-10-13 11:24:45 +08:00
|
|
|
.inspect_input_fill_in {
|
|
|
|
height: 90rpx;
|
|
|
|
background: #212737;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
padding: 0 30rpx;
|
|
|
|
}
|
|
|
|
|
2025-04-29 00:39:23 +08:00
|
|
|
.modify_eharts_title_1 {
|
|
|
|
padding-left: 45rpx;
|
|
|
|
background: url("http://fileimg.makalu.cc/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/40rpx;
|
|
|
|
}
|