index.rpx.scss 3.2 KB

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