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.
100 lines
1.8 KiB
100 lines
1.8 KiB
|
2 months ago
|
@charset "UTF-8";
|
||
|
|
/**
|
||
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
|
|
*/
|
||
|
|
.uni-forms-item__content {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.u-tag__text {
|
||
|
|
font-size: 22rpx;
|
||
|
|
padding: 0 10rpx;
|
||
|
|
}
|
||
|
|
.formBox {
|
||
|
|
margin: 20rpx;
|
||
|
|
padding: 20rpx 26rpx;
|
||
|
|
border-radius: 14rpx;
|
||
|
|
box-shadow: 0px 1px 10px 2px #e2e2e2;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.formBox .uni-data-select {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.formBox .tui-order-title {
|
||
|
|
position: relative;
|
||
|
|
font-size: 28rpx;
|
||
|
|
line-height: 28rpx;
|
||
|
|
padding-left: 16rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
.formBox .tui-order-title::before {
|
||
|
|
content: '';
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
top: 0;
|
||
|
|
border-left: 8rpx solid #5fd9ee;
|
||
|
|
height: 120%;
|
||
|
|
border-radius: 4rpx;
|
||
|
|
}
|
||
|
|
.formBox .u-cell .u-cell__body {
|
||
|
|
padding: 10px 0;
|
||
|
|
}
|
||
|
|
.formBox .u-cell .u-cell__body .u-input {
|
||
|
|
flex: 4;
|
||
|
|
}
|
||
|
|
.tui-tabbar {
|
||
|
|
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__tag-item {
|
||
|
|
margin-right: 20rpx;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
.tag-item-wrapper {
|
||
|
|
margin-top: 20rpx;
|
||
|
|
display: flex;
|
||
|
|
flex-flow: wrap;
|
||
|
|
}
|
||
|
|
.inventory-number {
|
||
|
|
padding: 15rpx 0;
|
||
|
|
}
|
||
|
|
.headerBox {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
.headerBox image {
|
||
|
|
width: 150rpx;
|
||
|
|
height: 150rpx;
|
||
|
|
}
|
||
|
|
.headerBox .content {
|
||
|
|
padding-left: 14rpx;
|
||
|
|
}
|
||
|
|
.headerBox .content view {
|
||
|
|
line-height: 50rpx;
|
||
|
|
}
|
||
|
|
.headerBox .content text {
|
||
|
|
color: #909399;
|
||
|
|
}
|
||
|
|
.box {
|
||
|
|
margin: 20rpx;
|
||
|
|
padding: 20rpx;
|
||
|
|
border-radius: 14rpx;
|
||
|
|
box-shadow: 0px 1px 10px 2px #e2e2e2;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.box .redText {
|
||
|
|
color: #f00;
|
||
|
|
}
|
||
|
|
|