applist.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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. .bottom-loading.data-v-2d6ca29c {
  28. text-align: center;
  29. padding: 10rpx;
  30. }
  31. .ad-box.data-v-2d6ca29c {
  32. margin: 40rpx;
  33. box-sizing: border-box;
  34. display: -webkit-box;
  35. display: -webkit-flex;
  36. display: flex;
  37. -webkit-box-pack: center !important;
  38. -webkit-justify-content: center !important;
  39. justify-content: center !important;
  40. -webkit-box-align: center;
  41. -webkit-align-items: center;
  42. align-items: center;
  43. }
  44. .content.data-v-2d6ca29c {
  45. padding-bottom: 1rpx;
  46. height: 100%;
  47. }
  48. .swiper-box.data-v-2d6ca29c {
  49. width: 100vw;
  50. height: 56.25vw;
  51. }
  52. .swiper-box .image.data-v-2d6ca29c {
  53. width: 100%;
  54. height: 100%;
  55. }
  56. .sticky.data-v-2d6ca29c {
  57. position: -webkit-sticky;
  58. position: sticky;
  59. top: 0rpx;
  60. left: 0;
  61. background-color: #fff;
  62. z-index: 9;
  63. margin-bottom: 20rpx;
  64. }
  65. .sticky .grid.data-v-2d6ca29c {
  66. display: -webkit-box;
  67. display: -webkit-flex;
  68. display: flex;
  69. -webkit-flex-wrap: wrap;
  70. flex-wrap: wrap;
  71. -webkit-box-pack: start;
  72. -webkit-justify-content: flex-start;
  73. justify-content: flex-start;
  74. overflow: auto;
  75. }
  76. .sticky .grid .grid-item.data-v-2d6ca29c {
  77. -webkit-flex-shrink: 0;
  78. flex-shrink: 0;
  79. width: 20%;
  80. height: 130rpx;
  81. display: -webkit-box;
  82. display: -webkit-flex;
  83. display: flex;
  84. -webkit-box-pack: center;
  85. -webkit-justify-content: center;
  86. justify-content: center;
  87. -webkit-box-orient: vertical;
  88. -webkit-box-direction: normal;
  89. -webkit-flex-direction: column;
  90. flex-direction: column;
  91. -webkit-box-align: center;
  92. -webkit-align-items: center;
  93. align-items: center;
  94. text-align: center;
  95. font-size: 34rpx;
  96. padding: 10rpx;
  97. box-sizing: border-box;
  98. position: relative;
  99. }
  100. .sticky .grid .grid-item .text.data-v-2d6ca29c {
  101. font-size: .8em;
  102. margin-top: 5rpx;
  103. color: #999999;
  104. font-weight: 400;
  105. }
  106. .sticky .grid .border.data-v-2d6ca29c::after {
  107. content: '';
  108. position: absolute;
  109. bottom: 5rpx;
  110. width: 30rpx;
  111. height: 5rpx;
  112. background-color: red;
  113. }
  114. .list-item.data-v-2d6ca29c {
  115. display: -webkit-box;
  116. display: -webkit-flex;
  117. display: flex;
  118. -webkit-box-align: center;
  119. -webkit-align-items: center;
  120. align-items: center;
  121. -webkit-box-pack: justify;
  122. -webkit-justify-content: space-between;
  123. justify-content: space-between;
  124. background-color: #FFFFFF;
  125. padding: 20rpx;
  126. margin: 2rpx 0rpx;
  127. position: relative;
  128. }
  129. .list-item .avatar.data-v-2d6ca29c {
  130. -webkit-flex-shrink: 0;
  131. flex-shrink: 0;
  132. width: 100rpx;
  133. height: 100rpx;
  134. border-radius: 50%;
  135. border: 1px solid #1989FA;
  136. margin-right: 16rpx;
  137. }
  138. .list-item .top.data-v-2d6ca29c {
  139. display: -webkit-box;
  140. display: -webkit-flex;
  141. display: flex;
  142. -webkit-box-pack: end;
  143. -webkit-justify-content: flex-end;
  144. justify-content: flex-end;
  145. position: absolute;
  146. top: 10rpx;
  147. right: 0;
  148. }
  149. .list-item .top .icon.data-v-2d6ca29c {
  150. margin-top: -20rpx;
  151. padding: 20rpx;
  152. }
  153. .list-item .item-right.data-v-2d6ca29c {
  154. -webkit-box-flex: 1;
  155. -webkit-flex: 1;
  156. flex: 1;
  157. display: -webkit-box;
  158. display: -webkit-flex;
  159. display: flex;
  160. -webkit-box-orient: vertical;
  161. -webkit-box-direction: normal;
  162. -webkit-flex-direction: column;
  163. flex-direction: column;
  164. -webkit-box-pack: justify;
  165. -webkit-justify-content: space-between;
  166. justify-content: space-between;
  167. }
  168. .list-item .item-right .center.data-v-2d6ca29c {
  169. -webkit-align-self: flex-start;
  170. align-self: flex-start;
  171. }
  172. .list-item .item-right .center .details.data-v-2d6ca29c {
  173. width: 436rpx;
  174. font-size: 26rpx;
  175. font-family: PingFang SC;
  176. font-weight: 400;
  177. color: #999999;
  178. display: -webkit-box;
  179. margin-bottom: 20rpx;
  180. overflow: hidden;
  181. text-overflow: ellipsis;
  182. word-wrap: break-word;
  183. white-space: normal !important;
  184. -webkit-line-clamp: 2;
  185. -webkit-box-orient: vertical;
  186. }
  187. .list-item .item-right .bottom.data-v-2d6ca29c {
  188. display: -webkit-box;
  189. display: -webkit-flex;
  190. display: flex;
  191. -webkit-box-pack: start;
  192. -webkit-justify-content: flex-start;
  193. justify-content: flex-start;
  194. -webkit-box-align: center;
  195. -webkit-align-items: center;
  196. align-items: center;
  197. margin: 20rpx 0;
  198. }
  199. .list-item .item-right .bottom .title.data-v-2d6ca29c {
  200. max-width: 300rpx;
  201. white-space: nowrap;
  202. text-overflow: ellipsis;
  203. overflow: hidden;
  204. word-break: break-all;
  205. font-family: PingFang SC;
  206. font-weight: 400;
  207. }
  208. .list-item .item-right .bottom .type.data-v-2d6ca29c {
  209. margin-left: 10rpx;
  210. padding: 3rpx 12rpx;
  211. height: 30rpx;
  212. border: 2rpx solid #999999;
  213. border-radius: 20rpx;
  214. font-size: 20rpx;
  215. color: #999999;
  216. line-height: 20rpx;
  217. display: -webkit-box;
  218. display: -webkit-flex;
  219. display: flex;
  220. -webkit-box-pack: center;
  221. -webkit-justify-content: center;
  222. justify-content: center;
  223. -webkit-box-align: center;
  224. -webkit-align-items: center;
  225. align-items: center;
  226. }
  227. .list-item .item-right .bottom .right.data-v-2d6ca29c {
  228. width: 170rpx;
  229. display: -webkit-box;
  230. display: -webkit-flex;
  231. display: flex;
  232. -webkit-box-pack: justify;
  233. -webkit-justify-content: space-between;
  234. justify-content: space-between;
  235. -webkit-box-align: center;
  236. -webkit-align-items: center;
  237. align-items: center;
  238. font-size: 22rpx;
  239. font-family: PingFang SC;
  240. font-weight: 400;
  241. color: #999999;
  242. line-height: 35rpx;
  243. }
  244. .list-item .item-right .bottom .right .flex.data-v-2d6ca29c {
  245. display: -webkit-box;
  246. display: -webkit-flex;
  247. display: flex;
  248. -webkit-box-pack: center;
  249. -webkit-justify-content: center;
  250. justify-content: center;
  251. }
  252. .list-item .item-right .bottom .right .flex .icon.data-v-2d6ca29c {
  253. margin-right: 5rpx;
  254. }