YZProjectCloud/yanzhu-ui-app/miniprogram/components/select-group-position/index.wxss

122 lines
2.0 KiB
Plaintext
Raw Normal View History

2024-12-17 20:25:21 +08:00
/* newComponents/select-person/index.wxss */
2025-04-29 00:39:23 +08:00
page {
height: 100%
2024-12-17 20:25:21 +08:00
}
2025-04-29 00:39:23 +08:00
.rectifier_add_to {
2024-12-17 20:25:21 +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-12-17 20:25:21 +08:00
width: 100%;
background: #232a44;
border-radius: 15rpx;
position: relative;
height: 100%;
}
2025-04-29 00:39:23 +08:00
.rectifier_title {
2024-12-17 20:25:21 +08:00
position: relative;
background: #27304f;
border-radius: 15rpx;
text-align: center;
2025-04-29 00:39:23 +08:00
padding: 20rpx 15rpx;
2024-12-17 20:25:21 +08:00
}
2025-04-29 00:39:23 +08:00
.rectifier_close {
2024-12-17 20:25:21 +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-12-17 20:25:21 +08:00
}
2025-04-29 00:39:23 +08:00
.rectifier_list_height {
2024-12-17 20:25:21 +08:00
height: 990rpx;
overflow: auto;
}
2025-04-29 00:39:23 +08:00
.rectifier_list_for {
2024-12-17 20:25:21 +08:00
display: flex;
align-items: center;
padding: 18rpx 15rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
2025-04-29 00:39:23 +08:00
.rectifier_list_radio {
2024-12-17 20:25:21 +08:00
width: 70rpx;
}
2025-04-29 00:39:23 +08:00
.rectifier_list_radio_circle {
2024-12-17 20:25:21 +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-12-17 20:25:21 +08:00
background: #8262f3;
border: 1px solid #8262f3;
}
2025-04-29 00:39:23 +08:00
.rectifier_list_name {
2024-12-17 20:25:21 +08:00
padding-left: 10rpx;
color: #6576a2;
}
2025-04-29 00:39:23 +08:00
.rectifier_list_name.active {
2024-12-17 20:25:21 +08:00
color: #ffffff;
}
2025-04-29 00:39:23 +08:00
.rectifier_btn {
2024-12-17 20:25:21 +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-12-17 20:25:21 +08:00
width: 50%;
text-align: center;
height: 80rpx;
line-height: 80rpx;
2025-04-29 00:39:23 +08:00
color: #6874a4;
2024-12-17 20:25:21 +08:00
}
2025-04-29 00:39:23 +08:00
.rectifier_btn view:last-child {
2024-12-17 20:25:21 +08:00
border-left: 1px solid #6874a4;
color: #ffffff;
}
2025-04-29 00:39:23 +08:00
.rectifier_list-group_for {
2024-12-17 20:25:21 +08:00
height: 65rpx;
background-color: #879ff97d;
line-height: 65rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
2025-04-29 00:39:23 +08:00
2024-12-17 20:25:21 +08:00
.inspect_input_fill_in {
height: 90rpx;
background: #212737;
border-radius: 10rpx;
padding: 0 30rpx;
2025-04-29 00:39:23 +08:00
}