生箔工序

This commit is contained in:
2025-05-30 18:02:19 +08:00
parent 0b888ad75e
commit 6bd273b047
6 changed files with 264 additions and 124 deletions

View File

@@ -377,9 +377,7 @@ uni-button:after {
padding: 6rpx 20rpx;
white-space: normal;
}
.mini-btn {
padding: 0 20rpx !important;
}
/** **/
.submitbar {
@@ -412,11 +410,26 @@ uni-button:after {
// background: linear-gradient(90deg,#ff791a,#ffa400)
background: #ff791a;
}
.btn-cancle {
background: #fff;
border-color: #fff;
}
.btn-info {
color: #fff;
border-color: #c9c9c9;
background-color: #c9c9c9;
}
.btn-search-icon {
margin: 0 !important;
padding: 0 !important;
}
.mini-btn {
}
uni-button[size=mini] {
height: 54rpx;
line-height: 54rpx;
padding: 0 20rpx;
}
uni-button[disabled]:not([type]) {
color: #fff;
border-color: #c9c9c9;

View File

@@ -50,6 +50,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.jcflexstart {
justify-content: flex-start !important;
}
.jcflexend {
justify-content: flex-end !important;
}
.jccenter {
justify-content: center !important;
}