您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }