物料库存
This commit is contained in:
@@ -379,7 +379,7 @@ uni-button:after {
|
||||
.item-status {
|
||||
font-size: 26rpx;
|
||||
color: #fff;
|
||||
line-height: 14px;
|
||||
line-height: 30rpx;
|
||||
padding: 6rpx 1rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 10rpx;
|
||||
@@ -405,6 +405,12 @@ uni-button:after {
|
||||
height: 1rpx;
|
||||
background-color: #b8b8ba;
|
||||
}
|
||||
.item-line-2 {
|
||||
width: 1rpx;
|
||||
height: 30rpx;
|
||||
background-color: #000;
|
||||
margin: 0 14rpx;
|
||||
}
|
||||
|
||||
/** 提交栏 **/
|
||||
.submit-bar {
|
||||
@@ -453,6 +459,17 @@ uni-button:after {
|
||||
background-color: #ff6a00;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.submit-button_c {
|
||||
font-size: 34rpx;
|
||||
line-height: 88rpx;
|
||||
color: #ff6a00;
|
||||
text-align: center;
|
||||
letter-spacing: 1rpx;
|
||||
padding: 0;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ff6a00;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.submit-more {
|
||||
width: 20%;
|
||||
font-size: 34rpx;
|
||||
|
||||
Reference in New Issue
Block a user