changeMobile2.wxss 223 B

123456789
  1. /* pages/changeMobile/changeMobile2.wxss */
  2. @import "changeMobile";
  3. .sendCode.disabled,
  4. .sendCode[disabled] {
  5. opacity: 0.2;
  6. border-color: #007dff !important;
  7. color: #fff !important;
  8. background: #007dff !important;
  9. }