style.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* 充值模块 */
  2. .recharge-screen{
  3. min-height: 100%;
  4. padding: 0 30upx;
  5. }
  6. .recharge-context{
  7. padding:0 15upx;
  8. }
  9. /* 充值模块 */
  10. /* 充值头部 */
  11. .recharge-header {
  12. height: 250upx;
  13. background: linear-gradient(108deg, #41AE3C, #83DF7F);
  14. box-shadow: 0 6upx 21upx 0 rgba(90, 201, 81, 0.36);
  15. border-radius: 10upx;
  16. margin-top: 30upx;
  17. color: #fff;
  18. padding: 50upx 60upx;
  19. }
  20. .recharge-decorate{
  21. bottom: 0;
  22. left: 0;
  23. right: 0;
  24. width: 100%;
  25. height: 68upx;
  26. }
  27. .recharge-label{
  28. font-size: 30upx;
  29. line-height: 50upx;
  30. }
  31. .recharge-price{
  32. line-height: 73upx;
  33. font-size: 60upx;
  34. }
  35. .recharge-price text{
  36. margin-right: 4upx;
  37. }
  38. .recharge-record{
  39. width: 130upx;
  40. height: 46upx;
  41. background-color: #41AE3C;
  42. border-radius: 23upx 0 0 23upx;
  43. right: 0;
  44. top:68upx;
  45. font-size: 24upx;
  46. line-height: 28upx;
  47. }
  48. /* 充值头部 */
  49. /* 充值内容 */
  50. .recharge-content{
  51. margin-top: 20upx;
  52. }
  53. .recharge-item{
  54. width: 205upx;
  55. height: 150upx;
  56. border: 1upx solid #DFDFDF;
  57. border-radius: 10upx;
  58. margin-top:30upx;
  59. color: #666;
  60. margin-right: 23upx;
  61. }
  62. .recharge-item-active{
  63. color: #41AE3C;
  64. border-color: #41AE3C;
  65. }
  66. .recharge-item:nth-of-type(3n) {
  67. margin-right: 0;
  68. }
  69. .recharge-item-title,.recharge-item-info{
  70. text-align: center;
  71. font-size: 36upx;
  72. line-height: 46upx;
  73. }
  74. .recharge-item-info{
  75. font-size: 28upx;
  76. line-height: 34upx;
  77. margin-top: 10upx;
  78. }
  79. /* 充值内容 */
  80. /* 支付方式 */
  81. .recharge-title{
  82. font-size: 28upx;
  83. color: #333;
  84. line-height: 34upx;
  85. margin-top: 50upx;
  86. }
  87. .recharge-pay-icon{
  88. width: 44upx;
  89. height: 44upx;
  90. margin-right: 20upx;
  91. }
  92. .recharge-pay-item{
  93. font-size:28upx;
  94. color:#333;
  95. line-height:34upx;
  96. margin-top: 30upx;
  97. }
  98. /* 支付方式 */
  99. /* 按钮 */
  100. .recharge-button-container{
  101. margin: 30upx 0;
  102. }
  103. .recharge-button{
  104. height: 80upx;
  105. background-color: #41AE3C;
  106. border-radius: 40upx;
  107. width: 100%;
  108. box-shadow: 0 6upx 21upx 0 rgba(65, 174, 60, 0.36);
  109. font-size: 30upx;
  110. line-height: 36upx;
  111. color: #fff;
  112. }
  113. /* 按钮 */