分切上料页面

This commit is contained in:
2024-02-19 13:40:38 +08:00
parent 88a271fc54
commit 7f11cb1230
5 changed files with 114 additions and 9 deletions

View File

@@ -277,6 +277,26 @@ uni-button:after {
margin: 0 40rpx 10rpx 0;
border-radius: 30rpx;
}
.submit-bar_new {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 200;
background-color: #fff;
padding: 10rpx 0;
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
}
.submit-button_new {
font-size: 30rpx;
line-height: 62rpx;
color: #ff6a00;
padding: 0;
text-align: center;
background-color: #fff;
border: 1px solid #ff6a00;
border-radius: 30rpx;
}
.btn-disabled, .submit-button[disabled] {
background-color: #c9c9c9;
border: 1px solid #c9c9c9;