包装入库需求修改,提交按钮样式修改

This commit is contained in:
2024-06-03 13:44:31 +08:00
parent a5bd1aaa24
commit 3b4289f914
21 changed files with 227 additions and 276 deletions

View File

@@ -273,7 +273,7 @@ uni-button:after {
width: 100%;
z-index: 200;
background-color: #fff;
padding-top: 10rpx;
padding: 10rpx 0;
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
}
.submit-button {
@@ -285,8 +285,7 @@ uni-button:after {
padding: 0 22rpx;
background-color: #fff;
border: 1px solid #ff6a00;
margin: 0 40rpx 10rpx 0;
border-radius: 30rpx;
border-radius: 10rpx;
}
.btn-disabled, .submit-button[disabled] {
background-color: #c9c9c9;