| 123456789101112131415161718192021222324252627282930313233343536 |
- .bg {
- background-color: #1E1F31;
- }
- .btn {
- width: 100%;
- height: 88rpx;
- background: linear-gradient(0deg, #af8262 0%, #cab49c 100%);
- border-radius: 44rpx;
- text-align: center;
- line-height: 88rpx;
- margin-top: 40rpx;
- font-size: 34rpx;
- font-weight: 600;
- color: #402321;
- }
- .active {
- border: 1px solid #cab49c !important;
- border-radius: ;
- }
- .popup_pay {
- width: 100%;
- position: relative;
- padding-bottom: 45rpx;
- }
- .pay_btn {
- width: 90%;
- margin: 0 auto;
- text-align: center;
- background: #FCD202;
- height: 80rpx;
- border-radius: 16rpx;
- color: #ffffff;
- line-height: 80rpx;
- }
|