index.rpx.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. .page{
  2. background: #F7F7F7;
  3. }
  4. .group{
  5. background: #FFFFFF;
  6. padding: 24rpx 32rpx;
  7. }
  8. .serob{
  9. font-size: 32rpx;
  10. font-weight: bold;
  11. color: #333333;
  12. }
  13. .serobItems{
  14. margin-top: 32rpx;
  15. height: 206rpx;
  16. }
  17. .scrollX{
  18. height: 206rpx;
  19. white-space: nowrap;
  20. min-width: 150rpx;
  21. max-width: 506rpx;
  22. }
  23. .serobItem{
  24. width: 150rpx;
  25. height: 206rpx;
  26. text-align: center;
  27. margin-left: 28rpx;
  28. position: relative;
  29. }
  30. .serobItem:first-child {
  31. margin-left: 0rpx;
  32. }
  33. .serobImgView{
  34. width: 146rpx;
  35. height: 146rpx;
  36. overflow: hidden;
  37. }
  38. .serobImg{
  39. width: 146rpx;
  40. height: 146rpx;
  41. border-radius: 75rpx;
  42. }
  43. .addSerobImg{
  44. width: 146rpx;
  45. height: 146rpx;
  46. border-radius: 75rpx;
  47. margin-left: 28rpx;
  48. border: 2rpx dashed #DDDDDD;
  49. font-size: 120rpx;
  50. text-align: center;
  51. line-height: 130rpx;
  52. }
  53. .serobName{
  54. height: 40rpx;
  55. font-size: 24rpx;
  56. font-weight: 400;
  57. color: #666666;
  58. line-height: 40rpx;
  59. margin-top: 16rpx;
  60. }
  61. .serobV{
  62. width: 32rpx;
  63. height: 32rpx;
  64. position: absolute;
  65. top: 0;
  66. right: 0;
  67. }
  68. .serobVicon{
  69. width: 32rpx;
  70. height: 32rpx;
  71. }
  72. .group2{
  73. background: #FFFFFF;
  74. padding: 0 32rpx;
  75. height: 212rpx;
  76. position: fixed;
  77. bottom: 0;
  78. z-index: 5;
  79. }
  80. .groupItem{
  81. height: 92rpx;
  82. border-bottom: 1px solid #EEEEEE;
  83. }
  84. .groupItemKey{
  85. font-size: 28rpx;
  86. width: 200rpx;
  87. font-weight: bold;
  88. color: #333333;
  89. line-height: 92rpx;
  90. }
  91. .groupItemContent{
  92. font-size: 28rpx;
  93. line-height: 92rpx;
  94. font-weight: 400;
  95. width: 486rpx;
  96. color: #999999;
  97. }
  98. .hintView{
  99. width: 686rpx;
  100. height: 104rpx;
  101. background: #FFF7EA;
  102. border-radius: 16rpx;
  103. border: 2rpx solid #FFFFFF;
  104. margin: 24rpx 32rpx;
  105. }
  106. .hint{
  107. width: 24rpx;
  108. height: 24rpx;
  109. border-radius: 12rpx;
  110. text-align: center;
  111. background: #FFAF36;
  112. color: #FFFFFF;
  113. font-size: 18rpx;
  114. margin-left: 10rpx;
  115. }
  116. .hintCentent{
  117. font-size: 24rpx;
  118. font-weight: 400;
  119. color: #FFAF36;
  120. line-height: 40rpx;
  121. margin-left: 16rpx;
  122. margin-top: 12rpx;
  123. }
  124. .selectSerobImg{
  125. width: 80rpx;
  126. height: 80rpx;
  127. border-radius: 40rpx;
  128. margin-bottom: 40rpx;
  129. }
  130. .selectSerobName{
  131. font-size: 24rpx;
  132. font-weight: 400;
  133. color: #666666;
  134. line-height: 80rpx;
  135. margin-left: 16rpx;
  136. }
  137. .textareaView{
  138. height: 280rpx;
  139. background: #FAFAFA;
  140. border-radius: 16rpx;
  141. margin-top: 16rpx;
  142. margin-bottom: 32rpx;
  143. font-size: 28rpx;
  144. font-family: PingFangSC-Regular, PingFang SC;
  145. font-weight: 400;
  146. color: #999999;
  147. padding: 24rpx;
  148. }
  149. .btnTitle{
  150. font-size: 24rpx;
  151. font-weight: 400;
  152. color: #333333;
  153. margin-left: 32rpx;
  154. margin-top: 24rpx;
  155. }
  156. .btn{
  157. width: 686rpx;
  158. height: 108rpx;
  159. background: #FFF6CE;
  160. border-radius: 60rpx;
  161. margin-top: 16rpx;
  162. }
  163. .title{
  164. font-size: 24rpx;
  165. font-weight: 400;
  166. color: #333333;
  167. line-height: 108rpx;
  168. margin-top: 32rpx;
  169. margin-left: 32rpx;
  170. }
  171. .num{
  172. font-size: 36rpx;
  173. font-weight: bord;
  174. color: #111111;
  175. line-height: 108rpx;
  176. margin-left: 8rpx;
  177. }
  178. .btnRight{
  179. width: 220rpx;
  180. height: 108rpx;
  181. background: #FFE05C;
  182. border-radius: 0rpx 60rpx 60rpx 0rpx;
  183. font-size: 32rpx;
  184. font-weight: bold;
  185. color: #111111;
  186. line-height: 108rpx;
  187. text-align: center;
  188. }
  189. .marginTop{
  190. margin-top: 24rpx;
  191. }
  192. .text_5{
  193. font-size: 24rpx;
  194. color: red;
  195. line-height: 30rpx;
  196. }