luntan.wxss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  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. .luntan-pages .index-header {
  28. padding: 0 32rpx;
  29. height: 50rpx;
  30. }
  31. .luntan-pages .quanzi-list {
  32. padding: 0 32rpx;
  33. background-color: #fff;
  34. }
  35. .luntan-pages .quanzi-list .quanzi-item {
  36. padding: 28rpx 0;
  37. border-bottom: 2rpx solid #F4F4F4;
  38. }
  39. .luntan-pages .quanzi-list .quanzi-item .quanzi-btn {
  40. width: 112rpx;
  41. border-radius: 24rpx;
  42. border: 1rpx solid #0C66C2;
  43. text-align: center;
  44. line-height: 48rpx;
  45. font-size: 26rpx;
  46. font-family: PingFangSC-Regular, PingFang SC;
  47. font-weight: 400;
  48. color: #0C66C2;
  49. }
  50. .luntan-pages .quanzi-list .quanzi-item .quanzi-center {
  51. flex: 1;
  52. margin: 0 20rpx;
  53. }
  54. .luntan-pages .quanzi-list .quanzi-item .quanzi-center text:first-child {
  55. font-size: 30rpx;
  56. font-family: PingFangSC-Medium, PingFang SC;
  57. font-weight: 500;
  58. color: #222222;
  59. margin-bottom: 14rpx;
  60. }
  61. .luntan-pages .quanzi-list .quanzi-item .quanzi-center text:last-child {
  62. font-size: 22rpx;
  63. font-family: PingFangSC-Regular, PingFang SC;
  64. font-weight: 400;
  65. color: #777777;
  66. }
  67. .luntan-pages .quanzi-list .quanzi-item .img {
  68. width: 96rpx;
  69. height: 96rpx;
  70. border-radius: 10rpx;
  71. background-color: rgba(0, 0, 0, 0.1);
  72. }
  73. .luntan-pages .fabu-luntan {
  74. width: 566rpx;
  75. height: 308rpx;
  76. padding: 40rpx 100rpx 0 100rpx;
  77. }
  78. .luntan-pages .fabu-luntan .fabu-item .fabu-img {
  79. width: 112rpx;
  80. height: 112rpx;
  81. background: rgba(12, 102, 194, 0.1);
  82. margin-bottom: 32rpx;
  83. border-radius: 100%;
  84. }
  85. .luntan-pages .fabu-luntan .fabu-item .fabu-img image {
  86. width: 56rpx;
  87. height: 56rpx;
  88. }
  89. .luntan-pages .fabu-luntan .fabu-item .fabu-text {
  90. font-size: 28rpx;
  91. font-family: PingFangSC-Medium, PingFang SC;
  92. font-weight: 500;
  93. color: #333333;
  94. }
  95. .luntan-pages .luntan-fabu {
  96. width: 96rpx;
  97. height: 96rpx;
  98. background: #0C66C2;
  99. box-shadow: 0rpx 12rpx 48rpx -20rpx #0C66C2;
  100. position: fixed;
  101. bottom: 44rpx;
  102. right: 24rpx;
  103. z-index: 10;
  104. border-radius: 100rpx;
  105. }
  106. .luntan-pages .luntan-fabu image {
  107. width: 45rpx;
  108. height: 45rpx;
  109. }
  110. .luntan-pages .luntan-list {
  111. padding: 20rpx 20rpx 0 24rpx;
  112. box-sizing: border-box;
  113. }
  114. .luntan-pages .luntan-list .luntan-item {
  115. background: #FFFFFF;
  116. border-radius: 20rpx;
  117. margin: 20rpx auto;
  118. padding: 0 20rpx;
  119. }
  120. .luntan-pages .luntan-list .luntan-item .item-down {
  121. height: 84rpx;
  122. }
  123. .luntan-pages .luntan-list .luntan-item .item-down .down-item {
  124. width: 214rpx;
  125. }
  126. .luntan-pages .luntan-list .luntan-item .item-down .down-item image {
  127. width: 33rpx;
  128. height: 33rpx;
  129. }
  130. .luntan-pages .luntan-list .luntan-item .item-down .down-item .text1 {
  131. font-size: 26rpx;
  132. font-family: ArialMT;
  133. color: #777777;
  134. margin-left: 12rpx;
  135. }
  136. .luntan-pages .luntan-list .luntan-item .luntan-img {
  137. margin-top: 20rpx;
  138. width: 100%;
  139. }
  140. .luntan-pages .luntan-list .luntan-item .luntan-img image {
  141. width: 210rpx;
  142. height: 210rpx;
  143. border-radius: 10rpx;
  144. margin-bottom: 10rpx;
  145. }
  146. .luntan-pages .luntan-list .luntan-item .luntan-img::after {
  147. width: 210rpx;
  148. }
  149. .luntan-pages .luntan-list .luntan-item .quanzi-box {
  150. padding: 0 20rpx;
  151. height: 50rpx;
  152. background: #F6F6F6;
  153. border-radius: 28rpx;
  154. margin: 20rpx 0 0 0;
  155. display: inline-flex;
  156. }
  157. .luntan-pages .luntan-list .luntan-item .quanzi-box image {
  158. width: 28rpx;
  159. height: 28rpx;
  160. }
  161. .luntan-pages .luntan-list .luntan-item .quanzi-box text {
  162. font-size: 24rpx;
  163. font-family: PingFangSC-Regular, PingFang SC;
  164. font-weight: 400;
  165. color: #555555;
  166. margin-left: 8rpx;
  167. }
  168. .luntan-pages .luntan-list .luntan-item .luntan-user {
  169. height: 130rpx;
  170. }
  171. .luntan-pages .luntan-list .luntan-item .luntan-user .guanzhu-btn {
  172. width: 112rpx;
  173. line-height: 48rpx;
  174. border-radius: 24rpx;
  175. border: 1rpx solid #0C66C2;
  176. text-align: center;
  177. font-size: 26rpx;
  178. font-family: PingFangSC-Regular, PingFang SC;
  179. font-weight: 400;
  180. color: #0C66C2;
  181. }
  182. .luntan-pages .luntan-list .luntan-item .luntan-user .user-center {
  183. margin: 0 16rpx;
  184. min-width: 1rpx;
  185. }
  186. .luntan-pages .luntan-list .luntan-item .luntan-user .user-center text:first-child {
  187. font-size: 28rpx;
  188. font-family: PingFangSC-Medium, PingFang SC;
  189. font-weight: 500;
  190. color: #222222;
  191. margin-bottom: 4rpx;
  192. }
  193. .luntan-pages .luntan-list .luntan-item .luntan-user .user-center text:last-child {
  194. font-size: 20rpx;
  195. font-family: PingFangSC-Regular, PingFang SC;
  196. font-weight: 400;
  197. color: #818389;
  198. }
  199. .luntan-pages .luntan-list .luntan-item .luntan-user .user-head {
  200. width: 72rpx;
  201. height: 72rpx;
  202. border-radius: 100rpx;
  203. }
  204. .luntan-pages .luntan-header {
  205. position: -webkit-sticky;
  206. position: sticky;
  207. top: 0;
  208. left: 0;
  209. z-index: 99;
  210. background: linear-gradient(180deg, #EDF6FF 0%, #FFFFFF 100%);
  211. }
  212. .luntan-pages .luntan-header .index-bg {
  213. position: absolute;
  214. top: 0;
  215. left: 0;
  216. z-index: -1;
  217. width: 750rpx;
  218. height: 260rpx;
  219. }
  220. .luntan-pages .luntan-header .header-tabs {
  221. height: 84rpx;
  222. }
  223. .luntan-pages .luntan-header .header-tabs .tabs-item {
  224. padding: 0 42rpx;
  225. }
  226. .luntan-pages .luntan-header .header-tabs .tabs-item text:first-child {
  227. font-size: 32rpx;
  228. font-family: PingFangSC-Medium, PingFang SC;
  229. font-weight: 500;
  230. color: #777777;
  231. margin-bottom: 10rpx;
  232. }
  233. .luntan-pages .luntan-header .header-tabs .tabs-item text:last-child {
  234. width: 36rpx;
  235. height: 6rpx;
  236. border-radius: 4rpx;
  237. }
  238. .luntan-pages .luntan-header .header-tabs .tabs-item1 text:first-child {
  239. color: #000000;
  240. }
  241. .luntan-pages .luntan-header .header-tabs .tabs-item1 text:last-child {
  242. background-color: #0C66C2;
  243. }
  244. .luntan-pages .luntan-header .luntan-navbar {
  245. flex: 1;
  246. padding: 0 32rpx;
  247. }
  248. .luntan-pages .luntan-header .luntan-navbar .navbar-right .luntan-search {
  249. height: 68rpx;
  250. background: #F3F3F3;
  251. border-radius: 20rpx;
  252. padding: 0 24rpx;
  253. margin-left: 80rpx;
  254. }
  255. .luntan-pages .luntan-header .luntan-navbar .navbar-right .luntan-search input {
  256. margin-left: 12rpx;
  257. font-size: 26rpx;
  258. }
  259. .luntan-pages .luntan-header .luntan-navbar .navbar-right .right-icon {
  260. margin-left: 22rpx;
  261. position: relative;
  262. }
  263. page {
  264. background-color: #F6F6F6;
  265. }