index.wxss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. /**index.wxss**/
  2. /* pages/publics/publics.wxss */
  3. scroll-view ::-webkit-scrollbar {
  4. display:none;
  5. width:0;
  6. height:0;
  7. color:transparent;
  8. }
  9. /* 头部 */
  10. .top {
  11. height: 409rpx;
  12. overflow: hidden;
  13. position: relative;
  14. }
  15. /* 浮动图标 */
  16. .top-logo {
  17. z-index: 99;
  18. position: absolute;
  19. left: 50%;
  20. transform: translate(-50%);
  21. width: 426rpx;
  22. height: 150rpx;
  23. }
  24. /* 第一个内容,浮动上移 */
  25. .content-search-tab {
  26. margin-left: 20rpx;
  27. top: -85rpx;
  28. position: absolute;
  29. border-radius: 10rpx;
  30. background-color: #ffffff;
  31. padding: 25rpx 30rpx;
  32. width: 651rpx;
  33. }
  34. /* 搜索整体 */
  35. .search-view {
  36. height: 60rpx;
  37. border-radius: 5rpx;
  38. background-color: #F5F5F5;
  39. display: flex;
  40. justify-content: left;
  41. align-items: center;
  42. }
  43. /* 搜索图标 */
  44. .search-icon {
  45. display: flex;
  46. justify-content: center;
  47. align-items: center;
  48. padding-left: 20rpx;
  49. padding-right: 20rpx;
  50. letter-spacing: 3rpx;
  51. }
  52. /* 搜索 */
  53. .search-input {
  54. height: 30rpx;
  55. font-size: 25rpx;
  56. letter-spacing: 3rpx;
  57. }
  58. /* 服务的内容整体 */
  59. .content-service {
  60. height: 170rpx;
  61. flex-wrap: wrap;
  62. display: flex;
  63. justify-content: space-between;
  64. align-items: center;
  65. }
  66. /* 服务的内容单个 */
  67. .content-service-item {
  68. font-size: 22rpx;
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. flex-direction: column;
  73. height: 123rpx;
  74. width: 119rpx;
  75. }
  76. /* 百信聚焦 */
  77. .people-title {
  78. display: flex;
  79. flex-direction: row;
  80. justify-content: left;
  81. align-items: center;
  82. }
  83. /* 百姓聚焦字体 */
  84. .people-font1 {
  85. height: 59rpx;
  86. font-size: 40rpx;
  87. font-family: DOUYU;
  88. font-weight: normal;
  89. color: #333333;
  90. padding-right: 18rpx;
  91. margin-bottom: -24rpx;
  92. }
  93. /* 每日更新字体 */
  94. .people-font2 {
  95. height: 59rpx;
  96. font-size: 9px;
  97. font-family: PingFang SC;
  98. font-weight: 500;
  99. color: #999999;
  100. display: flex;
  101. flex-direction: row;
  102. align-items: flex-end;
  103. }
  104. /* 百姓聚焦内容整体 */
  105. .people-content {
  106. height: 140rpx;
  107. flex-wrap: wrap;
  108. display: flex;
  109. justify-content: space-around;
  110. align-items: center;
  111. }
  112. /* 百姓聚焦内容单个 */
  113. .people-content-item {
  114. font-size: 24rpx;
  115. font-family: PingFang SC;
  116. font-weight: 500;
  117. color: #508FF4;
  118. height: 48rpx;
  119. background-color: #E5EFFF;
  120. padding: 0rpx 20rpx;
  121. display: flex;
  122. align-items: center;
  123. border-radius: 28rpx;
  124. }
  125. .people-content-item.top {
  126. font-size: 24rpx;
  127. font-family: PingFang SC;
  128. font-weight: 500;
  129. color: #000000;
  130. height: 48rpx;
  131. background-color: #EEEEEE;
  132. padding: 0rpx 20rpx;
  133. display: flex;
  134. align-items: center;
  135. border-radius: 28rpx;
  136. }
  137. /* 志愿服务,浮动上移 */
  138. .content-na-tab {
  139. margin-left: 20rpx;
  140. top: 0rpx;
  141. position: absolute;
  142. border-radius: 10rpx;
  143. background-color: #ffffff;
  144. padding: 25rpx 30rpx;
  145. width: 651rpx;
  146. }
  147. /* 志愿服务标题 */
  148. .na-title {
  149. height: 50rpx;
  150. display: flex;
  151. }
  152. .tab-item{
  153. flex: 1;
  154. font-size: 28rpx;
  155. text-align: center;
  156. line-height: 50rpx;
  157. color: #333;
  158. height: 50rpx;
  159. width: 200rpx;
  160. display: flex;
  161. justify-content: center;
  162. flex-direction: row;
  163. }
  164. .tab-item.active{
  165. font-size: 27rpx;
  166. font-family: DOUYU;
  167. border-bottom: 7rpx solid #508FF4;
  168. }
  169. /* 南岸咨询内容 */
  170. .na-content {
  171. margin-top: 35rpx;
  172. height: 332rpx;
  173. }
  174. /* 咨询二级标题 */
  175. .na-title-tab {
  176. flex-wrap: wrap;
  177. display: flex;
  178. justify-content: space-around;
  179. align-items: center;
  180. }
  181. .na-title-tab-item {
  182. font-size: 25rpx;
  183. font-family: PingFang SC;
  184. font-weight: 500;
  185. color: #000000;
  186. height: 48rpx;
  187. background-color: #FFFFFF;
  188. padding: 2rpx 17rpx;
  189. display: flex;
  190. align-items: center;
  191. border-radius: 30rpx;
  192. border: 2rpx solid #DDDDDD;
  193. }
  194. .na-title-tab-item.active {
  195. font-size: 25rpx;
  196. font-family: PingFang SC;
  197. font-weight: 500;
  198. color: #FFFFFF;
  199. height: 48rpx;
  200. background-color: #508FF4;
  201. padding: 2rpx 17rpx;
  202. display: flex;
  203. align-items: center;
  204. border-radius: 30rpx;
  205. border-bottom: 2rpx solid #DDDDDD;
  206. }
  207. /* 咨询内容 */
  208. .na-content-list {
  209. margin-top: 30rpx;
  210. }
  211. .na-content-list-item {
  212. overflow: hidden;
  213. white-space: nowrap;
  214. text-overflow: ellipsis;
  215. height: 45rpx;
  216. font-size: 26rpx;
  217. font-family: PingFang SC;
  218. font-weight: 500;
  219. color: #333333;
  220. line-height: 30rpx;
  221. }
  222. /* 咨询更多 */
  223. .na-more {
  224. display: flex;
  225. justify-content: center;
  226. align-items: center;
  227. color: #999999;
  228. font-size: 22rpx;
  229. }
  230. /* 数据中心 */
  231. .data-center-contain {
  232. margin-left: 20rpx;
  233. border-radius: 10rpx;
  234. background-color: #ffffff;
  235. padding: 25rpx 30rpx;
  236. width: 651rpx;
  237. height: 100%;
  238. }
  239. /* 数据中心title */
  240. .data-center-title {
  241. display: flex;
  242. justify-content: left;
  243. align-items: center;
  244. height: 60rpx
  245. }
  246. .data-center-title-font {
  247. font-family: DOUYU;
  248. margin-left: 5rpx;
  249. height: 100%;
  250. font-size: 38rpx;
  251. display: flex;
  252. align-items: flex-end;
  253. justify-content: center;
  254. }
  255. /* 数据中心分析入口整体 */
  256. .center-analysis-enter {
  257. display: flex;
  258. align-items: top;
  259. }
  260. /* 数据中心分析入口字体 */
  261. .center-analysis-enter-font {
  262. height: 50rpx;
  263. padding-left: 30rpx;
  264. font-size: 34rpx;
  265. letter-spacing: 2rpx;
  266. }
  267. /* 数据中心分析进入按钮 */
  268. .center-analysis-enter-button {
  269. margin-left: 20rpx;
  270. height: 50rpx;
  271. display: flex;
  272. align-items: center;
  273. justify-content: center;
  274. }
  275. .center-analysis-enter-button-item {
  276. font-size: 18rpx;
  277. width: 96rpx;
  278. height: 34rpx;
  279. line-height:34rpx;
  280. color: #FFFFFF;
  281. border-radius: 14rpx;
  282. text-align: center;
  283. }
  284. .yellow-point {
  285. width: 14rpx;
  286. height: 14rpx;
  287. background: #F7C86A;
  288. border-radius: 50%;
  289. }
  290. /* 办件数字体 */
  291. .work-title-font {
  292. font-size: 30rpx;
  293. padding-left: 10rpx;
  294. }
  295. /* 评价框 */
  296. .evaluate {
  297. width: 205rpx;
  298. height: 50rpx;
  299. background: #F2F7FF;
  300. border: 1rpx solid #508FF4;
  301. border-radius: 10rpx;
  302. font-weight: 500;
  303. color: #508FF4;
  304. font-size: 24rpx;
  305. line-height: 50rpx;
  306. text-align: center;
  307. margin-bottom: 20rpx;
  308. }
  309. /* 政府对话进入按钮 */
  310. .communication-enter-button {
  311. margin-left: 20rpx;
  312. height: 50rpx;
  313. display: flex;
  314. align-items: center;
  315. justify-content: center;
  316. }
  317. .communication-enter-button-item {
  318. font-size: 22rpx;
  319. height: 30rpx;
  320. padding: 5rpx 23rpx;
  321. display: flex;
  322. align-items: center;
  323. justify-content: center;
  324. background: linear-gradient(90deg, #30A2F3 0%, #69BCFA 100%);
  325. color: #FFFFFF;
  326. border-radius: 20rpx;
  327. }
  328. .communicate-tab-item {
  329. flex: 1;
  330. font-size: 28rpx;
  331. display: flex;
  332. align-items: center;
  333. justify-content: center;
  334. line-height: 28rpx;
  335. height: 55rpx;
  336. }
  337. .communicate-tab-item.active {
  338. color: #000000;
  339. border-bottom: 6rpx solid #508FF4 ;
  340. }
  341. /* 媒体矩阵 */
  342. .media-swiper-tab{
  343. width: 100%;
  344. text-align: center;
  345. line-height: 50rpx;
  346. }
  347. .media-swiper-tab-list{
  348. font-size: 28rpx;
  349. display: inline-block;
  350. min-width: 215rpx;
  351. max-width: 215rpx;
  352. }
  353. .media-swiper-tab-list.active {
  354. color: #508FF4;
  355. font-weight: bold;
  356. font-size: 33rpx;
  357. border-bottom: 4rpx solid #508FF4;
  358. }
  359. .media-swiper-box{
  360. display: block;
  361. height: 700px;
  362. width: 100%;
  363. margin-top: 10px;
  364. }
  365. .media-icon-1 {
  366. display: flex;
  367. font-size:28rpx;
  368. padding-bottom:25rpx;
  369. width: 60%;
  370. }
  371. .media-icon-2 {
  372. display: flex;
  373. font-size:28rpx;
  374. padding-bottom:25rpx;
  375. width: 40%;
  376. }