2023-11-07 10:08:37 +08:00
|
|
|
.u-list {
|
|
|
|
.u-list-item {
|
2024-08-27 15:07:23 +08:00
|
|
|
padding: 20rpx;
|
2023-11-07 10:08:37 +08:00
|
|
|
background-color: #fff;
|
|
|
|
border-bottom: 1px solid rgb(214, 215, 217);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.u-textarea{
|
2024-08-27 15:07:23 +08:00
|
|
|
padding: 18rpx;
|
2023-11-07 10:08:37 +08:00
|
|
|
}
|
|
|
|
.u-form-item__body__left__content__required{
|
|
|
|
position: relative !important;
|
|
|
|
}
|
|
|
|
.u-form-item__body__left{
|
|
|
|
flex: 1 !important;
|
|
|
|
}
|
|
|
|
.u-form-item__body__right{
|
|
|
|
.u-form-item__body__right__content__slot{
|
|
|
|
justify-content: flex-end;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.u-text{
|
|
|
|
justify-content: flex-end !important;
|
|
|
|
}
|
|
|
|
.u-popup{
|
|
|
|
flex: unset !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.u-text__value{
|
2024-08-27 15:07:23 +08:00
|
|
|
font-size: 28rpx !important;
|
2023-11-07 10:08:37 +08:00
|
|
|
}
|
|
|
|
.u-form-item__body__left__content__label{
|
2024-08-27 15:07:23 +08:00
|
|
|
font-size: 28rpx !important;
|
2023-11-07 10:08:37 +08:00
|
|
|
}
|
|
|
|
.u-tabs__wrapper__nav__item{
|
|
|
|
flex: 1 !important;
|
|
|
|
}
|