index.wxss 585 B

123456789101112131415161718192021222324252627282930313233343536
  1. .bg {
  2. background-color: #1E1F31;
  3. }
  4. .btn {
  5. width: 100%;
  6. height: 88rpx;
  7. background: linear-gradient(0deg, #af8262 0%, #cab49c 100%);
  8. border-radius: 44rpx;
  9. text-align: center;
  10. line-height: 88rpx;
  11. margin-top: 40rpx;
  12. font-size: 34rpx;
  13. font-weight: 600;
  14. color: #402321;
  15. }
  16. .active {
  17. border: 1px solid #cab49c !important;
  18. border-radius: ;
  19. }
  20. .popup_pay {
  21. width: 100%;
  22. position: relative;
  23. padding-bottom: 45rpx;
  24. }
  25. .pay_btn {
  26. width: 90%;
  27. margin: 0 auto;
  28. text-align: center;
  29. background: #FCD202;
  30. height: 80rpx;
  31. border-radius: 16rpx;
  32. color: #ffffff;
  33. line-height: 80rpx;
  34. }