course.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .u-wrap.data-v-b1db4d34 {
  28. padding-top: 45px;
  29. padding-bottom: 10px;
  30. }
  31. .select-top.data-v-b1db4d34 {
  32. position: fixed;
  33. width: 100%;
  34. top: 0;
  35. left: 0;
  36. height: 45px;
  37. z-index: 2;
  38. }
  39. .top-tab.data-v-b1db4d34 {
  40. height: 44px;
  41. border-top: 1px solid #eeeeee;
  42. border-bottom: 1px solid #eeeeee;
  43. background-color: #FFFFFF;
  44. }
  45. .top.data-v-b1db4d34 {
  46. background-color: #FFFFFF;
  47. padding: 12px;
  48. margin-bottom: 12px;
  49. font-size: 15px;
  50. line-height: 28px;
  51. font-family: PingFang SC;
  52. font-weight: bold;
  53. color: #333333;
  54. opacity: 1;
  55. }
  56. .top .day.data-v-b1db4d34 {
  57. display: flex;
  58. }
  59. .top .day .left.data-v-b1db4d34 {
  60. flex: 1;
  61. }
  62. .top .day .right.data-v-b1db4d34 {
  63. flex: 1;
  64. text-align: right;
  65. }
  66. .top .day .right .name.data-v-b1db4d34 {
  67. display: inline-block;
  68. padding: 4px 7px;
  69. font-size: 14px;
  70. font-family: PingFang SC;
  71. font-weight: 400;
  72. line-height: 20px;
  73. color: #FF4600;
  74. opacity: 1;
  75. background: #FFEEE5;
  76. }
  77. .top .tab.data-v-b1db4d34 {
  78. display: flex;
  79. }
  80. .top .tab .item.data-v-b1db4d34 {
  81. flex: 1;
  82. font-size: 14px;
  83. font-family: PingFang SC;
  84. font-weight: bold;
  85. line-height: 20px;
  86. color: #333333;
  87. opacity: 1;
  88. }
  89. .top .tab .item .week.data-v-b1db4d34 {
  90. height: 36px;
  91. line-height: 36px;
  92. }
  93. .top .tab .item .day.data-v-b1db4d34,
  94. .top .tab .item .active.data-v-b1db4d34 {
  95. height: 32px;
  96. width: 32px;
  97. text-align: center;
  98. border-radius: 4px;
  99. }
  100. .top .tab .item .day .num.data-v-b1db4d34,
  101. .top .tab .item .active .num.data-v-b1db4d34 {
  102. display: block;
  103. height: 23px;
  104. line-height: 23px;
  105. }
  106. .top .tab .item .day .dian.data-v-b1db4d34,
  107. .top .tab .item .active .dian.data-v-b1db4d34 {
  108. display: none;
  109. height: 9px;
  110. line-height: 0px;
  111. }
  112. .top .tab .item .active.data-v-b1db4d34 {
  113. height: 32px;
  114. width: 32px;
  115. background: linear-gradient(180deg, #FF3B21 0%, #FF8F09 100%);
  116. text-align: center;
  117. border-radius: 4px;
  118. color: #FFFFFF;
  119. }
  120. .top .tab .item .active .dian.data-v-b1db4d34 {
  121. display: block;
  122. height: 9px;
  123. line-height: 0px;
  124. }
  125. .order.data-v-b1db4d34 {
  126. padding: 10px;
  127. margin: 10px 12px 0;
  128. border-radius: 8px;
  129. background-color: #FFFFFF;
  130. position: relative;
  131. }
  132. .order .finish.data-v-b1db4d34 {
  133. position: absolute;
  134. bottom: 12px;
  135. right: 12px;
  136. height: 60px;
  137. width: 70px;
  138. }
  139. .order .evaluate.data-v-b1db4d34 {
  140. position: absolute;
  141. right: 12px;
  142. bottom: 12px;
  143. width: 82px;
  144. height: 30px;
  145. background: linear-gradient(266deg, #FF3B21 0%, #FF8F09 100%);
  146. opacity: 1;
  147. font-size: 14px;
  148. font-family: PingFang SC;
  149. font-weight: 400;
  150. line-height: 30px;
  151. color: #FFFFFF;
  152. text-align: center;
  153. opacity: 1;
  154. border-radius: 15px;
  155. }
  156. .order .order-message.data-v-b1db4d34 {
  157. display: flex;
  158. }
  159. .order .order-message .order-left.data-v-b1db4d34 {
  160. flex: 1;
  161. }
  162. .order .order-message .order-left .coach.data-v-b1db4d34 {
  163. font-size: 19px;
  164. font-weight: bold;
  165. color: #333333;
  166. margin-bottom: 10px;
  167. }
  168. .order .order-message .order-left .text.data-v-b1db4d34 {
  169. line-height: 28px;
  170. font-size: 14px;
  171. font-family: PingFang SC;
  172. font-weight: 400;
  173. color: #333333;
  174. opacity: 1;
  175. }
  176. .order .order-message .order-left .text .tag.data-v-b1db4d34 {
  177. margin-right: 5px;
  178. }
  179. .order .order-message .order-right.data-v-b1db4d34 {
  180. flex: 0 0 73px;
  181. }
  182. .order .order-message .order-right image.data-v-b1db4d34 {
  183. height: 73px;
  184. width: 73px;
  185. }
  186. .order .tips.data-v-b1db4d34 {
  187. margin-top: 10px;
  188. height: 36px;
  189. text-align: center;
  190. background: #FFEEE5;
  191. opacity: 1;
  192. border-radius: 4px;
  193. }
  194. .order .tips image.data-v-b1db4d34 {
  195. display: inline-block;
  196. vertical-align: middle;
  197. line-height: 36px;
  198. height: 24px;
  199. width: 24px;
  200. }
  201. .order .tips text.data-v-b1db4d34 {
  202. margin-left: 8px;
  203. font-size: 15px;
  204. display: inline-block;
  205. vertical-align: middle;
  206. font-family: PingFang SC;
  207. font-weight: bold;
  208. line-height: 21px;
  209. line-height: 36px;
  210. color: #FF4600;
  211. opacity: 1;
  212. }
  213. .empty.data-v-b1db4d34 {
  214. margin-top: 50%;
  215. }