1234567891011121314151617 |
- .autoBtn {
- padding: 30rpx 0;
- }
-
- .autoBtn .vBtn {
- width: 654rpx !important;
- height: 78rpx;
- line-height: 78rpx;
- background: linear-gradient(270deg, #42a1df 0%, #13e6c1 100%);
- border-radius: 166rpx;
- border: none;
- }
-
- .autoBtn .disabled {
- background: #d4d4d4;
- color: #fff;
- }
|