subscription.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. /* pages/subscription/subscription.wxss */
  2. page {
  3. background: #EEEEEE;
  4. }
  5. .top {
  6. background-color: #ffffff;
  7. margin-top: 10rpx;
  8. padding: 57rpx 39rpx 67rpx 79rpx;
  9. }
  10. .text1,
  11. .number {
  12. font-size: 30rpx;
  13. font-family: PingFang SC;
  14. font-weight: 500;
  15. color: rgba(51, 51, 51, 1);
  16. }
  17. .number {
  18. margin-left: 10rpx;
  19. color: rgba(254, 118, 34, 1);
  20. }
  21. .text2 {
  22. margin-top: 25rpx;
  23. margin-bottom: 40rpx;
  24. font-size: 24rpx;
  25. font-family: PingFang SC;
  26. font-weight: 400;
  27. color: #747474;
  28. line-height: 36rpx;
  29. }
  30. .text3 {
  31. color: rgba(254, 118, 34, 1);
  32. }
  33. .num {
  34. display: flex;
  35. }
  36. .num view {
  37. flex: 1;
  38. }
  39. .money {
  40. font-size: 60rpx;
  41. font-family: PingFang SC;
  42. font-weight: 800;
  43. color: #FE7622;
  44. }
  45. .text4 {
  46. color: rgba(51, 51, 51, 1);
  47. font-size: 24rpx;
  48. }
  49. .buyNum {
  50. padding-top: 24rpx;
  51. text-align: right;
  52. font-size: 48rpx;
  53. font-family: PingFang SC;
  54. font-weight: 500;
  55. color: #333333;
  56. line-height: 48rpx;
  57. }
  58. .content {
  59. padding: 30rpx;
  60. }
  61. .list {
  62. font-weight: 500;
  63. display: flex;
  64. padding: 27rpx 0;
  65. }
  66. .left,
  67. .left1 {
  68. flex: 1;
  69. font-size: 32rpx;
  70. font-family: PingFang SC;
  71. font-weight: 500;
  72. color: #333333;
  73. line-height: 48rpx;
  74. }
  75. .left {
  76. text-align: right;
  77. }
  78. .left text {
  79. color: #333333;
  80. font-size: 24rpx;
  81. margin-right: 20rpx;
  82. }
  83. .left view {
  84. display: inline-block;
  85. text-align: center;
  86. width: 35rpx;
  87. vertical-align: middle;
  88. background-color: #FE7622;
  89. }
  90. .left input {
  91. display: inline-block;
  92. vertical-align: middle;
  93. margin: 0 10rpx;
  94. text-align: center;
  95. border-radius: 10rpx;
  96. width: 78rpx;
  97. height: 56rpx;
  98. }
  99. .money1 {
  100. color: rgba(254, 118, 35, 1) !important;
  101. font-size: 32rpx !important;
  102. margin-right: 0 !important;
  103. }
  104. .money-text {
  105. font-size: 32rpx !important;
  106. }
  107. .pay {
  108. margin-top: 90rpx;
  109. height: 138rpx;
  110. display: flex;
  111. line-height: 138rpx;
  112. text-align: center;
  113. }
  114. .pay-left {
  115. flex: 0 0 60%;
  116. background-color: #ffffff;
  117. }
  118. .pay-right {
  119. flex: 1;
  120. background-color: rgba(255, 101, 69, 1);
  121. font-size: 40rpx;
  122. font-family: PingFang SC;
  123. font-weight: 500;
  124. color: #FFFFFF;
  125. }
  126. .text5 {
  127. font-size: 30rpx;
  128. font-family: PingFang SC;
  129. font-weight: 400;
  130. color: #333333;
  131. }
  132. .pay-money {
  133. font-size: 40rpx;
  134. font-weight: 500;
  135. color: #333333;
  136. }
  137. .icon {
  138. display: inline-block;
  139. vertical-align: middle;
  140. margin-right: 10rpx;
  141. width: 33rpx;
  142. height: 33rpx;
  143. border: 2rpx solid #FE7622;
  144. border-radius: 10rpx;
  145. }
  146. .tip {
  147. margin-top: 30rpx;
  148. margin-left: 30rpx;
  149. font-size: 22rpx;
  150. font-family: PingFang SC;
  151. font-weight: 400;
  152. color: #333333;
  153. }