index.wxss 6.1 KB

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