From 391c09ad105bdd1c0e37d1871ca56abb22017a36 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 14 Oct 2022 16:15:03 +0800 Subject: [PATCH] disabled input --- common/style/layout.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/common/style/layout.css b/common/style/layout.css index c0ee243..e928199 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -118,15 +118,16 @@ uni-button:after { height: 70rpx; line-height: 70rpx; border: 1px solid #dcdfe6; - background: #fff; + background-color: #fff; padding: 0 15rpx; font-size: 28rpx; color: #606266; - border-radius: 4rpx; + border-radius: 14rpx; } -.filter_input:disabled { - background: #c9c9c9; +.filter_input_disabled { + background-color: #eee; } + .grid-wraper { width: 100%; }