per-course.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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-757e70bb {
  28. padding-top: 45px;
  29. padding-bottom: 10px;
  30. }
  31. .select-top.data-v-757e70bb {
  32. position: fixed;
  33. width: 100%;
  34. top: 0;
  35. left: 0;
  36. height: 45px;
  37. background-color: #FFFFFF;
  38. z-index: 9;
  39. }
  40. .top-tab.data-v-757e70bb {
  41. height: 44px;
  42. border-top: 1px solid #eeeeee;
  43. }
  44. .top.data-v-757e70bb {
  45. background-color: #FFFFFF;
  46. padding: 12px;
  47. margin-bottom: 12px;
  48. font-size: 15px;
  49. line-height: 28px;
  50. font-family: PingFang SC;
  51. font-weight: bold;
  52. color: #333333;
  53. opacity: 1;
  54. }
  55. .top .day.data-v-757e70bb {
  56. display: flex;
  57. }
  58. .top .day .left.data-v-757e70bb {
  59. flex: 1;
  60. }
  61. .top .day .right.data-v-757e70bb {
  62. flex: 1;
  63. text-align: right;
  64. }
  65. .top .day .right .name.data-v-757e70bb {
  66. display: inline-block;
  67. padding: 4px 7px;
  68. font-size: 14px;
  69. font-family: PingFang SC;
  70. font-weight: 400;
  71. line-height: 20px;
  72. color: #FF4600;
  73. opacity: 1;
  74. background: #FFEEE5;
  75. }
  76. .top .tab.data-v-757e70bb {
  77. display: flex;
  78. }
  79. .top .tab .item.data-v-757e70bb {
  80. flex: 1;
  81. font-size: 14px;
  82. font-family: PingFang SC;
  83. font-weight: bold;
  84. line-height: 20px;
  85. color: #333333;
  86. opacity: 1;
  87. }
  88. .top .tab .item .week.data-v-757e70bb {
  89. height: 36px;
  90. line-height: 36px;
  91. }
  92. .top .tab .item .day.data-v-757e70bb,
  93. .top .tab .item .active.data-v-757e70bb {
  94. height: 32px;
  95. width: 32px;
  96. text-align: center;
  97. border-radius: 4px;
  98. }
  99. .top .tab .item .day .num.data-v-757e70bb,
  100. .top .tab .item .active .num.data-v-757e70bb {
  101. display: block;
  102. height: 23px;
  103. line-height: 23px;
  104. }
  105. .top .tab .item .day .dian.data-v-757e70bb,
  106. .top .tab .item .active .dian.data-v-757e70bb {
  107. display: none;
  108. height: 9px;
  109. line-height: 0px;
  110. }
  111. .top .tab .item .active.data-v-757e70bb {
  112. height: 32px;
  113. width: 32px;
  114. background: linear-gradient(180deg, #FF3B21 0%, #FF8F09 100%);
  115. text-align: center;
  116. border-radius: 4px;
  117. color: #FFFFFF;
  118. }
  119. .top .tab .item .active .dian.data-v-757e70bb {
  120. display: block;
  121. height: 9px;
  122. line-height: 0px;
  123. }
  124. .order.data-v-757e70bb {
  125. padding: 10px;
  126. margin: 10px 12px 0;
  127. border-radius: 8px;
  128. background-color: #FFFFFF;
  129. position: relative;
  130. }
  131. .order .evaluate.data-v-757e70bb {
  132. position: absolute;
  133. right: 12px;
  134. bottom: 12px;
  135. width: 82px;
  136. height: 30px;
  137. background: linear-gradient(266deg, #FF3B21 0%, #FF8F09 100%);
  138. opacity: 1;
  139. font-size: 14px;
  140. font-family: PingFang SC;
  141. font-weight: 400;
  142. line-height: 30px;
  143. color: #FFFFFF;
  144. text-align: center;
  145. opacity: 1;
  146. border-radius: 15px;
  147. }
  148. .order .order-message.data-v-757e70bb {
  149. display: flex;
  150. }
  151. .order .order-message .order-left.data-v-757e70bb {
  152. flex: 1;
  153. }
  154. .order .order-message .order-left .coach.data-v-757e70bb {
  155. font-size: 19px;
  156. font-weight: bold;
  157. color: #333333;
  158. margin-bottom: 10px;
  159. }
  160. .order .order-message .order-left .text.data-v-757e70bb {
  161. line-height: 28px;
  162. font-size: 14px;
  163. font-family: PingFang SC;
  164. font-weight: 400;
  165. color: #333333;
  166. opacity: 1;
  167. }
  168. .order .order-message .order-left .text .tag.data-v-757e70bb {
  169. margin-right: 5px;
  170. }
  171. .order .order-message .order-right.data-v-757e70bb {
  172. flex: 0 0 73px;
  173. }
  174. .order .order-message .order-right image.data-v-757e70bb {
  175. height: 73px;
  176. width: 73px;
  177. }
  178. .order .tips.data-v-757e70bb {
  179. margin-top: 10px;
  180. height: 36px;
  181. text-align: center;
  182. background: #FFEEE5;
  183. opacity: 1;
  184. border-radius: 4px;
  185. }
  186. .order .tips image.data-v-757e70bb {
  187. display: inline-block;
  188. vertical-align: middle;
  189. line-height: 36px;
  190. height: 24px;
  191. width: 24px;
  192. }
  193. .order .tips text.data-v-757e70bb {
  194. margin-left: 8px;
  195. font-size: 15px;
  196. display: inline-block;
  197. vertical-align: middle;
  198. font-family: PingFang SC;
  199. font-weight: bold;
  200. line-height: 21px;
  201. line-height: 36px;
  202. color: #FF4600;
  203. opacity: 1;
  204. }
  205. .empty.data-v-757e70bb {
  206. margin-top: 50%;
  207. }