生箔工序
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user