index.rpx.scss 3.2 KB

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