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.scss 271B

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