index.rpx.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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. .teachPrice{
  36. font-size: 24rpx;
  37. font-weight: 400;
  38. color: #ED569F;
  39. line-height: 40rpx;
  40. }
  41. .serobImgView{
  42. width: 146rpx;
  43. height: 146rpx;
  44. overflow: hidden;
  45. background: #FFE05C;
  46. border-radius: 75rpx;
  47. }
  48. .serobImg{
  49. width: 146rpx;
  50. height: 146rpx;
  51. border-radius: 75rpx;
  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. .selectSerobImg{
  99. width: 80rpx;
  100. height: 80rpx;
  101. border-radius: 40rpx;
  102. margin-bottom: 32rpx;
  103. background: #FFE05C;
  104. }
  105. .selectSerobName{
  106. font-size: 24rpx;
  107. font-weight: 400;
  108. color: #666666;
  109. line-height: 80rpx;
  110. margin-left: 16rpx;
  111. }
  112. .textareaView{
  113. height: 280rpx;
  114. background: #FAFAFA;
  115. border-radius: 16rpx;
  116. margin-top: 16rpx;
  117. margin-bottom: 32rpx;
  118. font-size: 28rpx;
  119. font-family: PingFangSC-Regular, PingFang SC;
  120. font-weight: 400;
  121. color: #999999;
  122. padding: 24rpx;
  123. }
  124. .btnTitle{
  125. font-size: 24rpx;
  126. font-weight: 400;
  127. color: #333333;
  128. margin-left: 32rpx;
  129. margin-top: 24rpx;
  130. }
  131. .btn{
  132. width: 686rpx;
  133. height: 108rpx;
  134. background: #FFF6CE;
  135. border-radius: 60rpx;
  136. margin-top: 16rpx;
  137. }
  138. .title{
  139. font-size: 24rpx;
  140. font-weight: 400;
  141. color: #333333;
  142. line-height: 108rpx;
  143. margin-top: 32rpx;
  144. margin-left: 32rpx;
  145. }
  146. .num{
  147. font-size: 36rpx;
  148. font-weight: bord;
  149. color: #111111;
  150. line-height: 108rpx;
  151. margin-left: 8rpx;
  152. }
  153. .btnRight{
  154. width: 220rpx;
  155. height: 108rpx;
  156. background: #FFE05C;
  157. border-radius: 0rpx 60rpx 60rpx 0rpx;
  158. font-size: 32rpx;
  159. font-weight: bold;
  160. color: #111111;
  161. line-height: 108rpx;
  162. text-align: center;
  163. }
  164. .marginTop{
  165. margin-top: 24rpx;
  166. }
  167. .text_5{
  168. font-size: 24rpx;
  169. color: red;
  170. line-height: 30rpx;
  171. }
  172. .timeItem {
  173. width: 124rpx;
  174. height: 124rpx;
  175. background: #FAFAFA;
  176. border-radius: 16rpx;
  177. margin-top: 16rpx;
  178. }
  179. .selectBack {
  180. background: rgba(255, 224, 92, 0.1);
  181. border: 4rpx solid #FFE05C;
  182. box-sizing:border-box
  183. }
  184. .time {
  185. font-size: 24rpx;
  186. color: #333333;
  187. line-height: 40rpx;
  188. }
  189. .price {
  190. font-size: 24rpx;
  191. color: #ED569F;
  192. line-height: 40rpx;
  193. }