2025-04-29 00:39:23 +08:00
|
|
|
.rectifier_max {
|
|
|
|
width: 100%;
|
|
|
|
background: #232a44;
|
|
|
|
border-radius: 15rpx;
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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: 16rpx 15rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.van-stepper__minus {
|
|
|
|
width: 90rpx !important;
|
|
|
|
height: 90rpx !important;
|
|
|
|
background-color: #513ea7 !important;
|
|
|
|
color: #cdcdcd !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.van-stepper__input {
|
|
|
|
width: calc(100% - 196rpx) !important;
|
|
|
|
height: 90rpx !important;
|
|
|
|
background: #212737 !important;
|
|
|
|
border-radius: 10rpx !important;
|
|
|
|
padding: 0 30rpx !important;
|
|
|
|
color: #ffffff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.van-stepper__plus {
|
|
|
|
width: 90rpx !important;
|
|
|
|
height: 90rpx !important;
|
|
|
|
background-color: #513ea7 !important;
|
|
|
|
color: #cdcdcd !important;
|
|
|
|
}
|