index.rpx.scss 4.6 KB

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