index.rpx.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. .page{
  2. background: #F7F7F7;
  3. height: 100vh;
  4. //background: #FFE05C;
  5. overflow: auto;
  6. }
  7. .group{
  8. background: #FFFFFF;
  9. padding: 24rpx 32rpx;
  10. margin-top: 16rpx;
  11. }
  12. .groupItemKey{
  13. font-size: 28rpx;
  14. width: 200rpx;
  15. font-weight: bold;
  16. color: #333333;
  17. line-height: 60rpx;
  18. }
  19. .marginTop{
  20. margin-top: 24rpx;
  21. }
  22. .serobReminder{
  23. margin-top: 10rpx;
  24. font-size: 28rpx;
  25. color: #999999;
  26. }
  27. .serobReminder:first-child{
  28. margin-top: 0;
  29. }
  30. .textareaView{
  31. min-height: 280rpx;
  32. //background: #FAFAFA;
  33. border-radius: 16rpx;
  34. //margin-top: 16rpx;
  35. margin-bottom: 32rpx;
  36. font-size: 28rpx;
  37. font-weight: 400;
  38. color: #999999;
  39. padding: 0 24rpx;
  40. }
  41. .tabBarLineHeight {
  42. height: 220rpx;
  43. }
  44. .tabBarView {
  45. width: 750rpx;
  46. height: 200rpx;
  47. background: #ffffff;
  48. position: fixed;
  49. left: 0;
  50. bottom: 0;
  51. z-index: 5;
  52. .submitButton {
  53. text-align: center;
  54. line-height: 84rpx;
  55. width: 686rpx;
  56. margin: 0 auto;
  57. height: 84rpx;
  58. background: #FFE05C;
  59. border-radius: 54rpx;
  60. margin-top: 20rpx;
  61. }
  62. }
  63. .periodDate{
  64. height: 100rpx;
  65. background: #FFFFFF;
  66. font-size: 28rpx;
  67. font-weight: 500;
  68. color: #333333;
  69. line-height: 100rpx;
  70. padding-left: 32rpx;
  71. }
  72. .serob{
  73. font-size: 32rpx;
  74. font-weight: bold;
  75. color: #333333;
  76. }
  77. .serobItem{
  78. margin-top: 24rpx;
  79. text-align: center;
  80. position: relative;
  81. }
  82. .serobImgView{
  83. width: 146rpx;
  84. height: 146rpx;
  85. border-radius: 75rpx;
  86. background: #FFE05C;
  87. overflow: hidden;
  88. }
  89. .serobImg{
  90. width: 146rpx;
  91. height: 146rpx;
  92. border-radius: 75rpx;
  93. }
  94. .serobName{
  95. height: 40rpx;
  96. font-size: 24rpx;
  97. font-weight: 400;
  98. color: #666666;
  99. line-height: 40rpx;
  100. margin-top: 16rpx;
  101. }
  102. .serobV{
  103. width: 32rpx;
  104. height: 32rpx;
  105. position: absolute;
  106. top: 0;
  107. right: 0;
  108. }
  109. .serobVicon{
  110. width: 32rpx;
  111. height: 32rpx;
  112. }
  113. .selectSerobImg{
  114. width: 80rpx;
  115. height: 80rpx;
  116. border-radius: 40rpx;
  117. margin-bottom: 32rpx;
  118. background: #FFE05C;
  119. }
  120. .selectSerobName{
  121. font-size: 24rpx;
  122. font-weight: 400;
  123. color: #666666;
  124. line-height: 80rpx;
  125. margin-left: 16rpx;
  126. }
  127. .serob{
  128. font-size: 32rpx;
  129. font-weight: bold;
  130. color: #333333;
  131. }
  132. .timeItemView{
  133. padding-bottom: 5rpx;
  134. }
  135. .timeItem {
  136. width: 124rpx;
  137. height: 60rpx;
  138. background: #FAFAFA;
  139. border-radius: 16rpx;
  140. margin-top: 16rpx;
  141. }
  142. .selectBack {
  143. background: rgba(255, 224, 92, 0.1);
  144. //border: 4rpx solid #FFE05C;
  145. //box-sizing:border-box;
  146. box-shadow: 0 0 0 2px #FFE05C;
  147. }
  148. .time {
  149. font-size: 24rpx;
  150. color: #333333;
  151. line-height: 40rpx;
  152. }
  153. .price {
  154. font-size: 24rpx;
  155. color: #ED569F;
  156. line-height: 40rpx;
  157. }
  158. .noTime{
  159. font-size: 30rpx;
  160. line-height: 200rpx;
  161. }
  162. .expirePopup{
  163. background: #FFFFFF;
  164. border-radius: 16rpx;
  165. padding: 32rpx;
  166. width: 600rpx;
  167. }
  168. .popupTitle{
  169. font-size: 30rpx;
  170. font-weight: bold;
  171. color: #333333;
  172. }
  173. .listView{
  174. border: 2rpx solid #FFE05C;
  175. border-radius: 16rpx;
  176. overflow: hidden;
  177. margin-top: 10rpx;
  178. }
  179. .h-text{
  180. width: 200rpx;
  181. background: #FFE05C;
  182. }
  183. .money{
  184. font-size: 36rpx;
  185. font-weight: bold;
  186. color: #333333;
  187. line-height: 52rpx;
  188. text-align: center;
  189. }
  190. .h-center-content{
  191. width: 298rpx;
  192. }
  193. .h-value{
  194. font-size: 28rpx;
  195. font-weight: bold;
  196. color: #333333;
  197. line-height: 44rpx;
  198. margin-top: 24rpx;
  199. margin-left: 24rpx;
  200. }
  201. .h-right-content{
  202. width: 140rpx;
  203. }
  204. .title{
  205. font-size: 20rpx;
  206. font-weight: 400;
  207. color: #999999;
  208. margin-left: 24rpx;
  209. }
  210. .btn{
  211. width: 120rpx;
  212. height: 60rpx;
  213. background: #93D21A;
  214. border-radius: 32rpx;
  215. font-size: 24rpx;
  216. font-weight: 400;
  217. color: #FFFFFF;
  218. line-height: 64rpx;
  219. text-align: center;
  220. }
  221. .scroll-y{
  222. height: 300rpx;
  223. }
  224. .scroll-y1{
  225. height: 500rpx;
  226. }
  227. .btnTitle1{
  228. font-size: 24rpx;
  229. font-weight: 400;
  230. margin-top: 20rpx;
  231. color: #333333;
  232. line-height: 44rpx;
  233. padding: 0 32rpx;
  234. }
  235. .btnRight1 {
  236. color: red;
  237. font-size: 24rpx;
  238. font-weight: 400;
  239. }