courseItem.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. .imgshe.data-v-3c2bca49 {
  28. display: flex;
  29. flex-direction: row-reverse;
  30. }
  31. .point-box.data-v-3c2bca49 {
  32. height: 100%;
  33. width: 100%;
  34. }
  35. .point-box .xu-box.data-v-3c2bca49 {
  36. border: #f5f5f5 4rpx dashed;
  37. padding: 20rpx 20rpx;
  38. }
  39. .codeimg.data-v-3c2bca49 {
  40. position: absolute;
  41. z-index: 99999;
  42. left: 40rpx;
  43. top: 40rpx;
  44. }
  45. #codeurl.data-v-3c2bca49 {
  46. position: relative;
  47. }
  48. .data-v-3c2bca49 .model .u-fade-enter-active {
  49. z-index: 10075 !important;
  50. }
  51. .sharePop.data-v-3c2bca49 {
  52. background-color: #fff;
  53. padding: 20px 0;
  54. border-radius: 20px 20px 0 0;
  55. }
  56. .sharePop-item.data-v-3c2bca49 {
  57. padding: 0 10px;
  58. box-sizing: border-box;
  59. font-family: PingFang SC, PingFang SC;
  60. font-weight: 400;
  61. font-size: 14px;
  62. display: inline-flex !important;
  63. }
  64. .sharePop-item image.data-v-3c2bca49 {
  65. height: 48px;
  66. width: 48px;
  67. margin-bottom: 10px;
  68. }
  69. .setTimebox.data-v-3c2bca49 {
  70. font-family: PingFang SC, PingFang SC;
  71. font-weight: 400;
  72. font-size: 14px;
  73. }
  74. .timetip.data-v-3c2bca49 {
  75. font-family: PingFang SC, PingFang SC;
  76. font-weight: 400;
  77. font-size: 14px;
  78. color: #2979ff;
  79. text-align: center;
  80. margin-bottom: 5px;
  81. }
  82. .courselist.data-v-3c2bca49 {
  83. font-family: PingFang SC, PingFang SC;
  84. font-weight: 400;
  85. font-size: 14px;
  86. }
  87. .courselist-item.data-v-3c2bca49 {
  88. width: 100%;
  89. border-radius: 14px;
  90. background-color: #fff;
  91. overflow: hidden;
  92. margin-bottom: 10px;
  93. }
  94. .courselist-con.data-v-3c2bca49 {
  95. padding: 10px 10px 5px 10px;
  96. font-size: 12px;
  97. color: #777;
  98. }
  99. .courselist-con-r.data-v-3c2bca49 {
  100. flex: 1;
  101. overflow: hidden;
  102. }
  103. .courselist-con-r .more-t.data-v-3c2bca49 {
  104. flex: 1;
  105. font-size: 14px;
  106. color: #222;
  107. display: inline;
  108. }
  109. .courselist-con-r image.data-v-3c2bca49 {
  110. width: 20px;
  111. height: 20px;
  112. }
  113. .courselist-con-r .btn_icon.data-v-3c2bca49 {
  114. font-size: 14px;
  115. color: #1677ff;
  116. display: inline-flex;
  117. align-items: center;
  118. }
  119. .courselist-img.data-v-3c2bca49 {
  120. width: 110px;
  121. height: 70px;
  122. border-radius: 10px;
  123. overflow: hidden;
  124. flex-shrink: 0;
  125. margin-right: 10px;
  126. position: relative;
  127. }
  128. .courselist-img image.data-v-3c2bca49 {
  129. height: 100%;
  130. width: 100%;
  131. }
  132. .courselist-img .status.data-v-3c2bca49 {
  133. position: absolute;
  134. top: 0;
  135. left: 0;
  136. z-index: 2;
  137. height: 21px;
  138. padding: 0 5px;
  139. box-sizing: border-box;
  140. line-height: 21px;
  141. border-radius: 10px 0 10px 0;
  142. text-align: center;
  143. color: #fff;
  144. background-color: #08ce36;
  145. }
  146. .courselist-desc.data-v-3c2bca49 {
  147. flex: 1;
  148. margin-top: 7px;
  149. }
  150. .courselist-con-timebox.data-v-3c2bca49 {
  151. margin-top: 7px;
  152. flex-wrap: wrap;
  153. }
  154. .courselist-con-timebox .acea-row.data-v-3c2bca49 {
  155. margin-right: 12px;
  156. margin-bottom: 5px;
  157. flex-wrap: nowrap;
  158. }
  159. .courselist-con-timebox .icon.data-v-3c2bca49 {
  160. margin-right: 5px;
  161. }
  162. .courselist-footer.data-v-3c2bca49 {
  163. padding: 5px;
  164. font-size: 14px;
  165. }
  166. .courselist-footer-item.data-v-3c2bca49 {
  167. flex: 1;
  168. text-align: center;
  169. color: #1677ff;
  170. padding: 6px;
  171. box-sizing: border-box;
  172. }
  173. .courselist-footer .shishi.data-v-3c2bca49 {
  174. border-left: 1px solid #f5f5f5;
  175. }
  176. .courselist-footer .shuju.data-v-3c2bca49 {
  177. border-radius: 5px;
  178. border: 1px solid #1677ff;
  179. }