applist.wxss 6.4 KB

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