index.rpx.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. .page{
  2. background: #F7F7F7;
  3. }
  4. .group{
  5. background: #FFFFFF;
  6. padding: 32rpx 32rpx;
  7. }
  8. .group2{
  9. background: #FFFFFF;
  10. padding: 0 32rpx;
  11. height: 212rpx;
  12. position: fixed;
  13. bottom: 0;
  14. z-index: 5;
  15. }
  16. .groupItem1{
  17. height: 220rpx;
  18. border-bottom: 1px solid #EEEEEE;
  19. }
  20. .groupItem{
  21. height: 154rpx;
  22. border-bottom: 1px solid #EEEEEE;
  23. }
  24. .groupItemKey{
  25. font-size: 28rpx;
  26. font-weight: bold;
  27. color: #333333;
  28. }
  29. .groupItemContent{
  30. font-size: 28rpx;
  31. font-weight: 400;
  32. color: #999999;
  33. }
  34. .hint{
  35. width: 26rpx;
  36. height: 26rpx;
  37. font-weight: 400;
  38. border-radius: 12rpx;
  39. text-align: center;
  40. line-height: 28rpx;
  41. background: #FFAF36;
  42. color: #FFFFFF;
  43. font-size: 24rpx;
  44. }
  45. .hintCentent{
  46. font-size: 24rpx;
  47. font-weight: 400;
  48. color: #FFAF36;
  49. line-height: 28rpx;
  50. margin-left: 10rpx;
  51. }
  52. .textareaView{
  53. height: 280rpx;
  54. background: #FAFAFA;
  55. border-radius: 16rpx;
  56. margin-top: 16rpx;
  57. margin-bottom: 32rpx;
  58. font-size: 28rpx;
  59. font-family: PingFangSC-Regular, PingFang SC;
  60. font-weight: 400;
  61. color: #999999;
  62. padding: 24rpx;
  63. }
  64. .btnTitle{
  65. font-size: 24rpx;
  66. font-weight: 400;
  67. color: #333333;
  68. margin-left: 32rpx;
  69. margin-top: 24rpx;
  70. }
  71. .btn{
  72. width: 686rpx;
  73. height: 108rpx;
  74. background: #FFF6CE;
  75. border-radius: 60rpx;
  76. margin-top: 16rpx;
  77. }
  78. .title{
  79. font-size: 24rpx;
  80. font-weight: 400;
  81. color: #333333;
  82. line-height: 108rpx;
  83. margin-top: 32rpx;
  84. margin-left: 32rpx;
  85. }
  86. .num{
  87. font-size: 36rpx;
  88. font-weight: bord;
  89. color: #111111;
  90. line-height: 108rpx;
  91. margin-left: 8rpx;
  92. }
  93. .btnRight{
  94. width: 220rpx;
  95. height: 108rpx;
  96. background: #FFE05C;
  97. border-radius: 0rpx 60rpx 60rpx 0rpx;
  98. font-size: 32rpx;
  99. font-weight: bold;
  100. color: #111111;
  101. line-height: 108rpx;
  102. text-align: center;
  103. }
  104. .marginTop{
  105. margin-top: 24rpx;
  106. }
  107. .payView{
  108. height: 638rpx;
  109. background: #FFFFFF;
  110. box-shadow: 0rpx -4rpx 8rpx 0rpx rgba(0,0,0,0.03);
  111. border-radius: 24rpx 24rpx 0rpx 0rpx;
  112. padding: 24rpx 32rpx;
  113. }
  114. .payType{
  115. font-size: 32rpx;
  116. font-family: PingFangSC-Medium, PingFang SC;
  117. font-weight: bord;
  118. color: #111111;
  119. line-height: 48rpx;
  120. }
  121. .x{
  122. width: 35rpx;
  123. height: 35rpx;
  124. border-radius: 18rpx;
  125. }
  126. .payTitle{
  127. font-size: 24rpx;
  128. font-family: PingFangSC-Regular, PingFang SC;
  129. font-weight: 400;
  130. color: #666666;
  131. line-height: 40rpx;
  132. margin-top: 8rpx;
  133. }
  134. .payItem{
  135. background: #FAFAFA;
  136. border-radius: 20rpx;
  137. padding: 34rpx 32rpx;
  138. margin-top: 32rpx;
  139. }
  140. .payName{
  141. margin-left: 24rpx;
  142. }
  143. .balance{
  144. font-size: 24rpx;
  145. font-family: PingFangSC-Regular, PingFang SC;
  146. font-weight: 400;
  147. color: #999999;
  148. line-height: 40rpx;
  149. }
  150. .commitBtn{
  151. width: 686rpx;
  152. height: 108rpx;
  153. background: #FFE05C;
  154. border-radius: 60rpx;
  155. margin-top: 32rpx;
  156. font-size: 32rpx;
  157. font-family: PingFangSC-Medium, PingFang SC;
  158. font-weight: bold;
  159. color: #111111;
  160. line-height: 108rpx;
  161. text-align: center;
  162. }
  163. .passwordView{
  164. background: #FFFFFF;
  165. width: 686rpx;
  166. height: 400rpx;
  167. border-radius: 20rpx;
  168. padding: 34rpx 0;
  169. }
  170. .h-tab-bar{
  171. margin-top: 80rpx;
  172. }
  173. .h-operate-btn{
  174. width: 550rpx;
  175. height: 80rpx;
  176. border-radius: 40rpx;
  177. background: #FFE05C;
  178. line-height: 80rpx;
  179. text-align: center;
  180. margin-top: 80rpx;
  181. }
  182. .text_5{
  183. font-size: 24rpx;
  184. color: red;
  185. line-height: 30rpx;
  186. }