This commit is contained in:
@@ -503,13 +503,20 @@ export default {
|
||||
margin-right: 4rpx;
|
||||
}
|
||||
|
||||
.input[disabled] {
|
||||
background: #f5f5f5;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.input {
|
||||
width: 100%;
|
||||
height: 70rpx;
|
||||
padding: 0 20rpx;
|
||||
background: #f5f5f5;
|
||||
background: #fff;
|
||||
border: 2rpx solid #e5e5e5;
|
||||
border-radius: 8rpx;
|
||||
font-size: 28rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.picker {
|
||||
|
||||
Reference in New Issue
Block a user