index.rpx.scss 2.9 KB

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