index.wxss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  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. .header.data-v-0118b9ab {
  28. width: 100%;
  29. height: 100rpx;
  30. display: flex;
  31. align-items: center;
  32. justify-content: space-between;
  33. padding: 0 40rpx;
  34. }
  35. .header .leftBox.data-v-0118b9ab {
  36. display: flex;
  37. align-items: center;
  38. }
  39. .header .leftBox .greet.data-v-0118b9ab {
  40. font-size: 20rpx;
  41. margin-bottom: 6rpx;
  42. }
  43. .header .leftBox .name.data-v-0118b9ab {
  44. font-size: 32rpx;
  45. }
  46. .header .leftBox image.data-v-0118b9ab {
  47. width: 100rpx;
  48. height: 100rpx;
  49. border-radius: 32rpx;
  50. margin-right: 20rpx;
  51. }
  52. .header .rightBox image.data-v-0118b9ab {
  53. width: 50rpx;
  54. height: 50rpx;
  55. }
  56. @charset "UTF-8";
  57. /**
  58. * 这里是uni-app内置的常用样式变量
  59. *
  60. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  61. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  62. *
  63. */
  64. /**
  65. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  66. *
  67. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  68. */
  69. /* 颜色变量 */
  70. /* 行为相关颜色 */
  71. /* 文字基本颜色 */
  72. /* 背景颜色 */
  73. /* 边框颜色 */
  74. /* 尺寸变量 */
  75. /* 文字尺寸 */
  76. /* 图片尺寸 */
  77. /* Border Radius */
  78. /* 水平间距 */
  79. /* 垂直间距 */
  80. /* 透明度 */
  81. /* 文章场景相关 */
  82. .Search.data-v-459551f4 {
  83. padding: 0 40rpx;
  84. }
  85. @charset "UTF-8";
  86. /**
  87. * 这里是uni-app内置的常用样式变量
  88. *
  89. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  90. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  91. *
  92. */
  93. /**
  94. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  95. *
  96. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  97. */
  98. /* 颜色变量 */
  99. /* 行为相关颜色 */
  100. /* 文字基本颜色 */
  101. /* 背景颜色 */
  102. /* 边框颜色 */
  103. /* 尺寸变量 */
  104. /* 文字尺寸 */
  105. /* 图片尺寸 */
  106. /* Border Radius */
  107. /* 水平间距 */
  108. /* 垂直间距 */
  109. /* 透明度 */
  110. /* 文章场景相关 */
  111. .MenuTab {
  112. position: relative;
  113. height: 80rpx;
  114. line-height: 80rpx;
  115. z-index: 2;
  116. }
  117. .MenuTab .menuBox {
  118. display: flex;
  119. justify-content: space-between;
  120. align-items: center;
  121. padding: 0 40rpx;
  122. }
  123. .MenuTab .menuBox .u-tabs {
  124. width: 100%;
  125. }
  126. .MenuTab .active {
  127. font-size: 40rpx;
  128. font-weight: bold;
  129. }
  130. .MenuTab .subMenuBox {
  131. width: 100%;
  132. position: absolute;
  133. left: 0;
  134. top: 100%;
  135. z-index: 10;
  136. background-color: #fff;
  137. box-shadow: 0 12rpx 24rpx rgba(0, 0, 0, 0.175);
  138. border-radius: 0 0 20rpx 20rpx;
  139. padding: 50rpx 40rpx;
  140. }
  141. .MenuTab .subMenuBox .subTitle {
  142. font-size: 40rpx;
  143. margin-bottom: 20rpx;
  144. font-weight: 600;
  145. }
  146. .MenuTab .subMenuBox .subMenu {
  147. display: flex;
  148. flex-wrap: wrap;
  149. align-items: center;
  150. }
  151. .MenuTab .subMenuBox .subMenu .u-transition {
  152. margin: 10rpx;
  153. }
  154. .MenuTab .overlay {
  155. width: 100%;
  156. height: calc(100vh - 100rpx - (88rpx + 40rpx) - 80rpx);
  157. background-color: rgba(0, 0, 0, 0.5);
  158. }
  159. @charset "UTF-8";
  160. /**
  161. * 这里是uni-app内置的常用样式变量
  162. *
  163. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  164. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  165. *
  166. */
  167. /**
  168. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  169. *
  170. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  171. */
  172. /* 颜色变量 */
  173. /* 行为相关颜色 */
  174. /* 文字基本颜色 */
  175. /* 背景颜色 */
  176. /* 边框颜色 */
  177. /* 尺寸变量 */
  178. /* 文字尺寸 */
  179. /* 图片尺寸 */
  180. /* Border Radius */
  181. /* 水平间距 */
  182. /* 垂直间距 */
  183. /* 透明度 */
  184. /* 文章场景相关 */
  185. page.data-v-57280228 {
  186. background-color: #f9f9f9;
  187. font-size: 28rpx;
  188. height: 100%;
  189. }
  190. .infoBox.data-v-57280228 {
  191. height: 100vh;
  192. padding-top: 20rpx;
  193. display: flex;
  194. flex-direction: column;
  195. }
  196. .infoBox.data-v-57280228 .Search {
  197. margin: 20rpx 0;
  198. }
  199. .infoBox .content.data-v-57280228 {
  200. min-height: 0;
  201. flex: 1;
  202. box-sizing: border-box;
  203. overflow-y: auto;
  204. position: relative;
  205. }
  206. .infoBox .content.data-v-57280228 .u-loadmore {
  207. padding-bottom: 200rpx;
  208. }
  209. .infoBox .content.data-v-57280228 .u-empty {
  210. position: absolute;
  211. left: 50%;
  212. -webkit-transform: translate(-50%, 50%);
  213. transform: translate(-50%, 50%);
  214. }
  215. .infoBox .firstInfo.data-v-57280228 {
  216. margin: 20rpx auto;
  217. width: 90%;
  218. height: 320rpx;
  219. display: flex;
  220. justify-content: space-between;
  221. padding: 40rpx;
  222. color: #000;
  223. font-size: 32rpx;
  224. position: relative;
  225. z-index: 0;
  226. }
  227. .infoBox .firstInfo image.data-v-57280228 {
  228. position: absolute;
  229. top: 0;
  230. left: 0;
  231. width: 100%;
  232. height: 320rpx;
  233. border-radius: 30rpx;
  234. z-index: -1;
  235. }
  236. .infoBox .firstInfo .time.data-v-57280228 {
  237. opacity: 0.8;
  238. font-size: 24rpx;
  239. }
  240. .infoBox .firstInfo .title.data-v-57280228 {
  241. margin: 10rpx 0;
  242. }
  243. .infoBox .firstInfo .custom-icon-collect.data-v-57280228 {
  244. font-size: 40rpx;
  245. }
  246. .infoBox .info.data-v-57280228 {
  247. width: 90%;
  248. background-color: #fff;
  249. display: flex;
  250. padding: 20rpx;
  251. height: 260rpx;
  252. margin: 10rpx auto;
  253. border-radius: 24rpx;
  254. box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  255. }
  256. .infoBox .info .leftBox.data-v-57280228 {
  257. width: 66%;
  258. display: flex;
  259. flex-direction: column;
  260. justify-content: space-between;
  261. }
  262. .infoBox .info .title.data-v-57280228 {
  263. overflow: hidden;
  264. text-overflow: ellipsis;
  265. display: -webkit-box;
  266. -webkit-line-clamp: 3;
  267. -webkit-box-orient: vertical;
  268. }
  269. .infoBox .info .attentionSituation.data-v-57280228 {
  270. font-size: 24rpx;
  271. display: flex;
  272. align-items: center;
  273. }
  274. .infoBox .info .attentionSituation .collectCount.data-v-57280228,
  275. .infoBox .info .attentionSituation .commentCount.data-v-57280228 {
  276. display: flex;
  277. align-items: center;
  278. }
  279. .infoBox .info .attentionSituation .custom-icon.data-v-57280228 {
  280. margin-right: 10rpx;
  281. }
  282. .infoBox .info .attentionSituation .custom-icon.data-v-57280228::before {
  283. background: -webkit-linear-gradient(left, #f84a1a, #ffa53e);
  284. -webkit-background-clip: text;
  285. -webkit-text-fill-color: transparent;
  286. font-weight: bold;
  287. }
  288. .infoBox .info .attentionSituation .collectCount.data-v-57280228 {
  289. margin-right: 30rpx;
  290. }
  291. .infoBox .info .attentionSituation .time.data-v-57280228 {
  292. color: #aaa;
  293. }
  294. .infoBox .info image.data-v-57280228 {
  295. flex: 1;
  296. width: 100%;
  297. height: 100%;
  298. border-radius: 20rpx;
  299. }
  300. .infoBox .info .rightBox.data-v-57280228 {
  301. width: 100%;
  302. height: 100%;
  303. }
  304. .infoBox .info .rightBox image.data-v-57280228 {
  305. width: 100%;
  306. height: 100%;
  307. }