disabled input
This commit is contained in:
@@ -118,15 +118,16 @@ uni-button:after {
|
|||||||
height: 70rpx;
|
height: 70rpx;
|
||||||
line-height: 70rpx;
|
line-height: 70rpx;
|
||||||
border: 1px solid #dcdfe6;
|
border: 1px solid #dcdfe6;
|
||||||
background: #fff;
|
background-color: #fff;
|
||||||
padding: 0 15rpx;
|
padding: 0 15rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #606266;
|
color: #606266;
|
||||||
border-radius: 4rpx;
|
border-radius: 14rpx;
|
||||||
}
|
}
|
||||||
.filter_input:disabled {
|
.filter_input_disabled {
|
||||||
background: #c9c9c9;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-wraper {
|
.grid-wraper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user