index.rpx.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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: 20rpx;
  35. line-height: 40rpx;
  36. //padding-left: 32rpx;
  37. color: red;
  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. .btnTitle{
  132. font-size: 24rpx;
  133. font-weight: 400;
  134. color: #333333;
  135. margin-left: 32rpx;
  136. margin-top: 24rpx;
  137. }
  138. .btn{
  139. width: 686rpx;
  140. height: 108rpx;
  141. background: #FFF6CE;
  142. border-radius: 60rpx;
  143. margin-top: 16rpx;
  144. }
  145. .title{
  146. font-size: 24rpx;
  147. font-weight: 400;
  148. color: #333333;
  149. line-height: 108rpx;
  150. margin-top: 32rpx;
  151. margin-left: 32rpx;
  152. }
  153. .num{
  154. font-size: 36rpx;
  155. font-weight: bord;
  156. color: #111111;
  157. line-height: 108rpx;
  158. margin-left: 8rpx;
  159. }
  160. .btnRight{
  161. width: 220rpx;
  162. height: 108rpx;
  163. background: #FFE05C;
  164. border-radius: 0rpx 60rpx 60rpx 0rpx;
  165. font-size: 32rpx;
  166. font-weight: bold;
  167. color: #111111;
  168. line-height: 108rpx;
  169. text-align: center;
  170. }
  171. .marginTop{
  172. margin-top: 24rpx;
  173. }
  174. .text_5{
  175. font-size: 24rpx;
  176. color: red;
  177. line-height: 30rpx;
  178. }
  179. .timeItem {
  180. width: 124rpx;
  181. height: 60rpx;
  182. background: #FAFAFA;
  183. border-radius: 16rpx;
  184. margin-top: 16rpx;
  185. }
  186. .selectBack {
  187. background: rgba(255, 224, 92, 0.1);
  188. box-shadow: 0 0 0 2px #FFE05C;
  189. //border: 4rpx solid #FFE05C;
  190. //box-sizing:border-box
  191. }
  192. .time {
  193. font-size: 24rpx;
  194. color: #333333;
  195. line-height: 40rpx;
  196. }
  197. .price {
  198. font-size: 24rpx;
  199. color: #ED569F;
  200. line-height: 40rpx;
  201. }
  202. .noTime{
  203. font-size: 30rpx;
  204. line-height: 200rpx;
  205. }