You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

button.wxss 288B

1234567891011121314151617
  1. .autoBtn {
  2. padding: 30rpx 0;
  3. }
  4. .autoBtn .vBtn {
  5. width: 654rpx !important;
  6. height: 78rpx;
  7. line-height: 78rpx;
  8. background: linear-gradient(270deg, #42a1df 0%, #13e6c1 100%);
  9. border-radius: 166rpx;
  10. border: none;
  11. }
  12. .autoBtn .disabled {
  13. background: #d4d4d4;
  14. color: #fff;
  15. }