courseItem.wxss 4.1 KB

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