courseQRcode.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. .course.data-v-1dc3807c {
  2. height: 100%;
  3. display: flex;
  4. box-sizing: border-box;
  5. /* 遮罩 */
  6. }
  7. .course .info-max-box.data-v-1dc3807c {
  8. flex: 1;
  9. overflow: scroll;
  10. padding-bottom: 128rpx;
  11. box-sizing: border-box;
  12. }
  13. .course .shade.data-v-1dc3807c {
  14. height: 100%;
  15. width: 100%;
  16. position: fixed;
  17. display: flex;
  18. flex-direction: column;
  19. z-index: 10;
  20. background: rgba(0,0,0,0.2);
  21. }
  22. .course .shade .null-box.data-v-1dc3807c {
  23. flex: 1;
  24. }
  25. .course .shade .shade_n.data-v-1dc3807c {
  26. width: 550rpx;
  27. height: 350rpx;
  28. background: #fff;
  29. border-radius: 20rpx;
  30. position: absolute;
  31. top: 490rpx;
  32. left: 100rpx;
  33. }
  34. .course .shade .shade_n .shade_n_t.data-v-1dc3807c {
  35. width: 100%;
  36. position: absolute;
  37. top: 80rpx;
  38. padding: 0 48rpx 0 58rpx;
  39. box-sizing: border-box;
  40. display: flex;
  41. text-align: center;
  42. }
  43. .course .shade .shade_n .shade_n_t >._img.data-v-1dc3807c {
  44. width: 48rpx;
  45. height: 48rpx;
  46. margin-right: 22rpx;
  47. }
  48. .course .shade .shade_n .shade_n_t >text.data-v-1dc3807c {
  49. flex: 1;
  50. font-size: 34rpx;
  51. font-family: PingFang SC-Medium, PingFang SC;
  52. font-weight: 400;
  53. color: #333;
  54. line-height: 48rpx;
  55. display: inline-block;
  56. text-align: justify;
  57. }
  58. .course .shade .shade_n .shade_n_b.data-v-1dc3807c {
  59. position: absolute;
  60. top: 220rpx;
  61. }
  62. .course .shade .shade_n .shade_n_b >text.data-v-1dc3807c {
  63. display: inline-block;
  64. width: 230rpx;
  65. height: 90rpx;
  66. border-radius: 10rpx 10rpx 10rpx 10rpx;
  67. }
  68. .course .shade .shade_n .shade_n_b >text.data-v-1dc3807c:nth-of-type(1) {
  69. border: 2rpx solid #e0e0e0;
  70. font-size: 30rpx;
  71. font-family: PingFang SC-Medium, PingFang SC;
  72. font-weight: 400;
  73. color: #333;
  74. line-height: 90rpx;
  75. text-align: center;
  76. margin-right: 20rpx;
  77. margin-left: 34rpx;
  78. }
  79. .course .shade .shade_n .shade_n_b >text.data-v-1dc3807c:nth-of-type(2) {
  80. background: #0183fa;
  81. font-size: 30rpx;
  82. font-family: PingFang SC-Medium, PingFang SC;
  83. font-weight: 400;
  84. color: #fff;
  85. line-height: 90rpx;
  86. text-align: center;
  87. }
  88. .course .shade .shade_n_tow.data-v-1dc3807c {
  89. width: 550rpx;
  90. height: 528rpx;
  91. background: #fff;
  92. border-radius: 20rpx;
  93. position: absolute;
  94. top: 310rpx;
  95. left: 100rpx;
  96. }
  97. .course .shade .shade_n_tow .shade_n_tow_t >._img.data-v-1dc3807c {
  98. width: 230rpx;
  99. height: 230rpx;
  100. margin: 60rpx 0 0 160rpx;
  101. }
  102. .course .shade .shade_n_tow .shade_n_tow_t >text.data-v-1dc3807c {
  103. display: block;
  104. width: 100%;
  105. font-size: 34rpx;
  106. font-family: PingFang SC-Medium, PingFang SC;
  107. font-weight: 400;
  108. color: #333;
  109. line-height: 48rpx;
  110. text-align: center;
  111. margin-top: 46rpx;
  112. }
  113. .course .shade .shade_n_tow .shade_n_tow_b.data-v-1dc3807c {
  114. width: 100%;
  115. height: 100rpx;
  116. border-top: 1px solid #e0e0e0;
  117. font-size: 30rpx;
  118. font-family: PingFang SC-Medium, PingFang SC;
  119. font-weight: 400;
  120. color: #0183fa;
  121. line-height: 100rpx;
  122. text-align: center;
  123. margin-top: 42rpx;
  124. }
  125. .course .basics.data-v-1dc3807c {
  126. width: 750rpx;
  127. background: #fff;
  128. padding: 30rpx 30rpx 0rpx;
  129. box-sizing: border-box;
  130. }
  131. .course .basics .basics_li.data-v-1dc3807c {
  132. width: 690rpx;
  133. height: auto;
  134. border-bottom: 1rpx solid #d8d8d8;
  135. padding: 20rpx 0;
  136. box-sizing: border-box;
  137. display: flex;
  138. justify-content: space-between;
  139. }
  140. .course .basics .basics_li .basics_li_l.data-v-1dc3807c {
  141. font-size: 28rpx;
  142. font-family: PingFang SC-Medium, PingFang SC;
  143. font-weight: 400;
  144. color: #666;
  145. line-height: 40rpx;
  146. }
  147. .course .basics .basics_li .basics_li_r.data-v-1dc3807c {
  148. flex: 1;
  149. text-align: right;
  150. font-size: 28rpx;
  151. font-family: PingFang SC-Medium, PingFang SC;
  152. font-weight: 400;
  153. color: #333;
  154. line-height: 40rpx;
  155. }
  156. .course .basics .basics_li .basics_li_r2.data-v-1dc3807c {
  157. flex: 1;
  158. text-align: right;
  159. }
  160. .course .basics .basics_li .basics_li_r2 >text.data-v-1dc3807c {
  161. display: inline-block;
  162. text-align: justify;
  163. font-size: 28rpx;
  164. font-family: PingFang SC-Medium, PingFang SC;
  165. font-weight: 400;
  166. color: #333;
  167. line-height: 40rpx;
  168. }
  169. .course .statistics.data-v-1dc3807c {
  170. display: flex;
  171. justify-content: space-between;
  172. margin: 70rpx 30rpx 0;
  173. }
  174. .course .statistics .statistics_li.data-v-1dc3807c {
  175. width: 330rpx;
  176. height: 150rpx;
  177. background: #ffbd4c;
  178. border-radius: 10rpx 10rpx 10rpx 10rpx;
  179. display: flex;
  180. justify-content: center;
  181. align-items: center;
  182. }
  183. .course .statistics .statistics_li >text.data-v-1dc3807c:nth-of-type(1) {
  184. font-size: 28rpx;
  185. font-family: PingFang SC-Medium, PingFang SC;
  186. font-weight: 400;
  187. color: #fff;
  188. line-height: 28rpx;
  189. margin-right: 32rpx;
  190. }
  191. .course .statistics .statistics_li >text.data-v-1dc3807c:nth-of-type(2) {
  192. font-size: 42rpx;
  193. font-family: PingFang SC-Heavy, PingFang SC;
  194. font-weight: 400;
  195. color: #fff;
  196. line-height: 42rpx;
  197. }
  198. .course .btn.data-v-1dc3807c {
  199. position: fixed;
  200. bottom: 0;
  201. display: flex;
  202. justify-content: space-between;
  203. }
  204. .course .btn .btn_l.data-v-1dc3807c {
  205. width: 375rpx;
  206. height: 90rpx;
  207. background: #fff;
  208. font-size: 30rpx;
  209. font-family: PingFang SC-Medium, PingFang SC;
  210. font-weight: 400;
  211. color: #333;
  212. line-height: 90rpx;
  213. text-align: center;
  214. }
  215. .course .btn .btn_r.data-v-1dc3807c {
  216. width: 375rpx;
  217. height: 90rpx;
  218. background: #0183fa;
  219. font-size: 30rpx;
  220. font-family: PingFang SC-Medium, PingFang SC;
  221. font-weight: 400;
  222. color: #fff;
  223. line-height: 90rpx;
  224. text-align: center;
  225. }
  226. .course .btn .forbidden.data-v-1dc3807c {
  227. width: 375rpx;
  228. height: 90rpx;
  229. font-size: 30rpx;
  230. font-family: PingFang SC-Medium, PingFang SC;
  231. font-weight: 400;
  232. line-height: 90rpx;
  233. text-align: center;
  234. background: #e0e0e0;
  235. color: #fff;
  236. }