index.rpx.scss 3.0 KB

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