You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
1.9 KiB
94 lines
1.9 KiB
|
2 months ago
|
@charset "UTF-8";
|
||
|
|
/**
|
||
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
|
|
*/
|
||
|
|
.uni-forms-item__content.data-v-4f197a4c {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.u-tag__text.data-v-4f197a4c {
|
||
|
|
font-size: 22rpx;
|
||
|
|
padding: 0 10rpx;
|
||
|
|
}
|
||
|
|
page.data-v-4f197a4c, .page1.data-v-4f197a4c {
|
||
|
|
font-size: 28rpx;
|
||
|
|
}
|
||
|
|
.formBox .uni-data-select.data-v-4f197a4c {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.formBox .tui-order-title.data-v-4f197a4c {
|
||
|
|
position: relative;
|
||
|
|
font-size: 28rpx;
|
||
|
|
line-height: 28rpx;
|
||
|
|
padding-left: 16rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
.formBox .tui-order-title.data-v-4f197a4c::before {
|
||
|
|
content: '';
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
top: 0;
|
||
|
|
border-left: 8rpx solid #5fd9ee;
|
||
|
|
height: 120%;
|
||
|
|
border-radius: 4rpx;
|
||
|
|
}
|
||
|
|
.tui-tabbar.data-v-4f197a4c {
|
||
|
|
width: 100%;
|
||
|
|
height: 98rpx;
|
||
|
|
background: #fff;
|
||
|
|
position: fixed;
|
||
|
|
left: 0;
|
||
|
|
bottom: 0;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: flex-end;
|
||
|
|
font-size: 26rpx;
|
||
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
|
||
|
|
padding-bottom: env(safe-area-inset-bottom);
|
||
|
|
z-index: 996;
|
||
|
|
}
|
||
|
|
.u-page.data-v-4f197a4c {
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
.u-demo-block__title.data-v-4f197a4c {
|
||
|
|
padding: 20rpx 0 4rpx 30rpx;
|
||
|
|
}
|
||
|
|
.swipe-action__content.data-v-4f197a4c {
|
||
|
|
padding: 25rpx;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.swipe-action__content__text.data-v-4f197a4c {
|
||
|
|
font-size: 30rpx;
|
||
|
|
flex: 1;
|
||
|
|
white-space: nowrap;
|
||
|
|
overflow: hidden;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
}
|
||
|
|
.swipe-action__content__icon.data-v-4f197a4c {
|
||
|
|
flex-basis: 20rpx;
|
||
|
|
}
|
||
|
|
.edit-info.data-v-4f197a4c {
|
||
|
|
height: 450rpx;
|
||
|
|
padding: 25rpx;
|
||
|
|
}
|
||
|
|
.edit-info .title.data-v-4f197a4c {
|
||
|
|
text-align: center;
|
||
|
|
font-size: 32rpx;
|
||
|
|
}
|
||
|
|
.edit-info .info-name.data-v-4f197a4c {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
margin: 35rpx 0;
|
||
|
|
}
|
||
|
|
.edit-info .info-ipt.data-v-4f197a4c {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.u-radio {
|
||
|
|
margin: 15rpx 0;
|
||
|
|
}
|
||
|
|
|