Browse Source

to: add pro disabled button config

wangyuan 2 years ago
parent
commit
1ebf6baffd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app.wxss

+ 4 - 0
app.wxss

@@ -39,4 +39,8 @@ page {
   color: #fff;
   font-size: 26rpx;
   font-weight: 400;
+}
+itt-btn-disabled {
+  background: #CCCCCC;
+  color: #FFFFFF;
 }