index.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. <template>
  2. <div class="gzzd">
  3. <div class="topBg">
  4. <!-- 页面头部 -->
  5. <HomePageHead></HomePageHead>
  6. <!-- 页面导航 -->
  7. <HomePageNavigation></HomePageNavigation>
  8. </div>
  9. <!-- 面包屑导航 -->
  10. <div class="breadcrumb">
  11. <div class="inner">
  12. <span class="location">当前位置:</span>
  13. <el-breadcrumb :separator-icon="ArrowRight">
  14. <el-breadcrumb-item>
  15. <NuxtLink to="/">首页</NuxtLink>
  16. </el-breadcrumb-item>
  17. <el-breadcrumb-item>
  18. <NuxtLink to="/">规章制度</NuxtLink>
  19. </el-breadcrumb-item>
  20. </el-breadcrumb>
  21. </div>
  22. </div>
  23. <!-- 规章制度列表 -->
  24. <div class="gzzdList">
  25. <div class="listItem">
  26. <a href="#">本溪全域联动!《中华人民共和国法治宣传教育法》宣传“燃”动山城</a>
  27. <span>[下载]</span>
  28. </div>
  29. <div class="listItem">
  30. <a href="#">2023年1月1日,中国法律学会发布《中华人民共和国法治宣传教育法》</a>
  31. <span>[下载]</span>
  32. </div>
  33. <div class="listItem">
  34. <a href="#">2023年1月1日,中国法律学会发布《中华人民共和国法治宣传教育法》</a>
  35. <span>[下载]</span>
  36. </div>
  37. </div>
  38. <!-- 平台简介列表 -->
  39. <div class="ptjjList">
  40. <h3 class="listTitle">平台简介———— </h3>
  41. <div class="listItem">
  42. <a href="#">2023年1月1日,中国法律学会发布《中华人民共和国法治宣传教育法》</a>
  43. <span>[下载]</span>
  44. </div>
  45. </div>
  46. <!-- 查询版块列表 -->
  47. <div class="cxbkList">
  48. <h3 class="listTitle">查询版块———— </h3>
  49. <div class="listItem">
  50. <a href="#">2023年1月1日,中国法律学会发布《中华人民共和国法治宣传教育法》</a>
  51. <span>[下载]</span>
  52. </div>
  53. </div>
  54. <!-- 信件文函列表 -->
  55. <div class="xjwhList">
  56. <h3 class="listTitle">信件文函———— </h3>
  57. <div class="listItem">
  58. <a href="#">2023年1月1日,中国法律学会发布《中华人民共和国法治宣传教育法》</a>
  59. <span>[下载]</span>
  60. </div>
  61. </div>
  62. <!-- 调研须知列表 -->
  63. <div class="dyxzList">
  64. <h3 class="listTitle">调研须知———— </h3>
  65. <div class="listItem">
  66. <a href="#">2023年1月1日,中国法律学会发布《中华人民共和国法治宣传教育法》</a>
  67. <span>[下载]</span>
  68. </div>
  69. </div>
  70. <!-- 网络平台列表 -->
  71. <div class="wlptList">
  72. <h3 class="listTitle">网络平台———— </h3>
  73. <div class="listItem">
  74. <a href="#">2023年1月1日,中国法律学会发布《中华人民共和国法治宣传教育法》</a>
  75. <span>[下载]</span>
  76. </div>
  77. </div>
  78. <!-- 配套用品列表 -->
  79. <div class="ptypList">
  80. <h3 class="listTitle">配套用品———— </h3>
  81. <div class="listItem">
  82. <a href="#">2023年1月1日,中国法律学会发布《中华人民共和国法治宣传教育法》</a>
  83. <span>[下载]</span>
  84. </div>
  85. </div>
  86. <!-- 页面底部 -->
  87. <HomeFoot></HomeFoot>
  88. </div>
  89. </template>
  90. <script setup>
  91. import { ref, onMounted } from 'vue'
  92. import { ElBreadcrumb, ElBreadcrumbItem } from 'element-plus'
  93. import { ArrowRight } from '@element-plus/icons-vue'
  94. </script>
  95. <style lang="less" scoped>
  96. @media screen and (min-width: 1401px) {
  97. .gzzd {
  98. font-family: '微软雅黑', Microsoft YaHei;
  99. //导航条
  100. .breadcrumb {
  101. width: 100%;
  102. height: 30PX;
  103. line-height: 30PX;
  104. margin-top: 20PX;
  105. margin-bottom: 20PX;
  106. .inner {
  107. width: 1400PX;
  108. border: 1PX solid #ccc;
  109. color: #000;
  110. font-size: 16PX;
  111. margin: 0 auto;
  112. .location {
  113. margin-right: 20PX;
  114. width: 100PX;
  115. height: 22PX;
  116. font-family: Microsoft YaHei, Microsoft YaHei;
  117. font-weight: 400;
  118. font-size: 16PX;
  119. color: #000;
  120. line-height: 23PX;
  121. text-align: left;
  122. font-style: normal;
  123. text-transform: none;
  124. }
  125. }
  126. :deep(.el-breadcrumb__separator) {
  127. color: #000;
  128. font-weight: bold;
  129. margin: 0 9PX;
  130. }
  131. :deep(.el-breadcrumb) {
  132. display: inline-block;
  133. vertical-align: -4PX;
  134. }
  135. :deep(.el-breadcrumb__inner a),
  136. :deep(.el-breadcrumb__inner.is-link) {
  137. color: #000;
  138. font-weight: 400;
  139. text-decoration: none;
  140. transition: var(--el-transition-color);
  141. }
  142. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
  143. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
  144. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
  145. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
  146. color: #000;
  147. }
  148. span {
  149. font-weight: 400;
  150. font-size: 16PX;
  151. color: #000;
  152. line-height: 23PX;
  153. text-align: left;
  154. font-style: normal;
  155. text-transform: none;
  156. }
  157. }
  158. // 列表
  159. .gzzdList {
  160. width: 1400PX;
  161. margin: 0 auto;
  162. padding-top: 20PX;
  163. .listItem {
  164. font-size: 18PX;
  165. color: #000;
  166. padding: 0 20PX;
  167. margin-bottom: 20PX;
  168. a {
  169. color: #000;
  170. font-weight: 400;
  171. text-decoration: none;
  172. transition: var(--el-transition-color);
  173. }
  174. span {
  175. float: right;
  176. font-weight: 400;
  177. font-size: 18PX;
  178. color: #000;
  179. line-height: 23PX;
  180. text-align: left;
  181. font-style: normal;
  182. text-transform: none;
  183. }
  184. &:last-child {
  185. margin-bottom: 0;
  186. }
  187. }
  188. }
  189. // 列表
  190. .ptjjList,
  191. .cxbkList,
  192. .xjwhList,
  193. .dyxzList,
  194. .wlptList,
  195. .ptypList {
  196. width: 1400PX;
  197. margin: 0 auto;
  198. padding-top: 20PX;
  199. .listTitle {
  200. font-size: 20PX;
  201. color: #333;
  202. margin-bottom: 20PX;
  203. }
  204. .listItem {
  205. font-size: 18PX;
  206. color: #000;
  207. padding: 0 20PX;
  208. margin-bottom: 20PX;
  209. a {
  210. color: #000;
  211. font-weight: 400;
  212. text-decoration: none;
  213. transition: var(--el-transition-color);
  214. }
  215. span {
  216. float: right;
  217. font-weight: 400;
  218. font-size: 18PX;
  219. color: #000;
  220. line-height: 23PX;
  221. text-align: left;
  222. font-style: normal;
  223. text-transform: none;
  224. }
  225. }
  226. }
  227. }
  228. }
  229. @media screen and (min-width: 801px) and (max-width: 1400px) {
  230. .gzzd {
  231. font-family: '微软雅黑', Microsoft YaHei;
  232. //导航条
  233. .breadcrumb {
  234. width: 100%;
  235. height: 30PX;
  236. line-height: 30PX;
  237. margin-top: 20PX;
  238. margin-bottom: 20PX;
  239. .inner {
  240. width: 100%;
  241. border: 1PX solid #ccc;
  242. color: #000;
  243. font-size: 16PX;
  244. margin: 0 auto;
  245. padding: 0 20PX;
  246. box-sizing: border-box;
  247. .location {
  248. margin-right: 20PX;
  249. width: 100PX;
  250. height: 22PX;
  251. font-family: Microsoft YaHei, Microsoft YaHei;
  252. font-weight: 400;
  253. font-size: 16PX;
  254. color: #000;
  255. line-height: 23PX;
  256. text-align: left;
  257. font-style: normal;
  258. text-transform: none;
  259. }
  260. }
  261. :deep(.el-breadcrumb__separator) {
  262. color: #000;
  263. font-weight: bold;
  264. margin: 0 9PX;
  265. }
  266. :deep(.el-breadcrumb) {
  267. display: inline-block;
  268. vertical-align: -4PX;
  269. }
  270. :deep(.el-breadcrumb__inner a),
  271. :deep(.el-breadcrumb__inner.is-link) {
  272. color: #000;
  273. font-weight: 400;
  274. text-decoration: none;
  275. transition: var(--el-transition-color);
  276. }
  277. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
  278. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
  279. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
  280. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
  281. color: #000;
  282. }
  283. span {
  284. font-weight: 400;
  285. font-size: 16PX;
  286. color: #000;
  287. line-height: 23PX;
  288. text-align: left;
  289. font-style: normal;
  290. text-transform: none;
  291. }
  292. }
  293. // 列表
  294. .gzzdList {
  295. width: 100%;
  296. margin: 0 auto;
  297. padding-top: 20PX;
  298. padding: 0 5PX;
  299. box-sizing: border-box;
  300. .listItem {
  301. font-size: 18PX;
  302. color: #000;
  303. padding: 0 20PX;
  304. margin-bottom: 20PX;
  305. a {
  306. color: #000;
  307. font-weight: 400;
  308. text-decoration: none;
  309. transition: var(--el-transition-color);
  310. }
  311. span {
  312. float: right;
  313. font-weight: 400;
  314. font-size: 18PX;
  315. color: #000;
  316. line-height: 23PX;
  317. text-align: left;
  318. font-style: normal;
  319. text-transform: none;
  320. }
  321. &:last-child {
  322. margin-bottom: 0;
  323. }
  324. }
  325. }
  326. // 列表
  327. .ptjjList,
  328. .cxbkList,
  329. .xjwhList,
  330. .dyxzList,
  331. .wlptList,
  332. .ptypList {
  333. width: 100%;
  334. margin: 0 auto;
  335. padding-top: 20PX;
  336. padding: 0 5PX;
  337. box-sizing: border-box;
  338. .listTitle {
  339. font-size: 20PX;
  340. color: #333;
  341. margin-bottom: 20PX;
  342. }
  343. .listItem {
  344. font-size: 18PX;
  345. color: #000;
  346. padding: 0 20PX;
  347. margin-bottom: 20PX;
  348. a {
  349. color: #000;
  350. font-weight: 400;
  351. text-decoration: none;
  352. transition: var(--el-transition-color);
  353. }
  354. span {
  355. float: right;
  356. font-weight: 400;
  357. font-size: 18PX;
  358. color: #000;
  359. line-height: 23PX;
  360. text-align: left;
  361. font-style: normal;
  362. text-transform: none;
  363. }
  364. }
  365. }
  366. }
  367. }
  368. @media screen and (max-width: 800px) {
  369. .gzzd {
  370. font-family: '微软雅黑', Microsoft YaHei;
  371. //导航条
  372. .breadcrumb {
  373. width: 100%;
  374. height: 60px;
  375. line-height: 60px;
  376. margin-top: 40px;
  377. margin-bottom: 40px;
  378. .inner {
  379. width: 100%;
  380. border: 1px solid #ccc;
  381. color: #000;
  382. font-size: 32px;
  383. .location {
  384. margin-right: 40px;
  385. width: 200px;
  386. height: 44px;
  387. font-family: Microsoft YaHei, Microsoft YaHei;
  388. font-weight: 400;
  389. font-size: 32px;
  390. color: #000;
  391. line-height: 46px;
  392. text-align: left;
  393. font-style: normal;
  394. text-transform: none;
  395. }
  396. }
  397. :deep(.el-breadcrumb__separator) {
  398. color: #000;
  399. font-weight: bold;
  400. margin: 0 18px;
  401. }
  402. :deep(.el-breadcrumb) {
  403. display: inline-block;
  404. vertical-align: -10px;
  405. }
  406. :deep(.el-breadcrumb__inner a),
  407. :deep(.el-breadcrumb__inner.is-link) {
  408. color: #000;
  409. font-weight: 400;
  410. text-decoration: none;
  411. transition: var(--el-transition-color);
  412. }
  413. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
  414. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
  415. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
  416. :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
  417. color: #000;
  418. }
  419. span {
  420. font-weight: 400;
  421. font-size: 32px;
  422. color: #000;
  423. line-height: 46px;
  424. text-align: left;
  425. font-style: normal;
  426. text-transform: none;
  427. }
  428. }
  429. // 列表
  430. .gzzdList {
  431. width: 100%;
  432. margin: 0 auto;
  433. padding-top: 40px;
  434. .listItem {
  435. font-size: 36px;
  436. color: #000;
  437. padding: 0 20px;
  438. margin-bottom: 20px;
  439. box-sizing: border-box;
  440. // 首行缩进
  441. text-indent: 1em;
  442. a {
  443. color: #000;
  444. font-weight: 400;
  445. text-decoration: none;
  446. transition: var(--el-transition-color);
  447. }
  448. span {
  449. float: right;
  450. font-weight: 400;
  451. font-size: 36px;
  452. color: #000;
  453. line-height: 50px;
  454. text-align: left;
  455. font-style: normal;
  456. text-transform: none;
  457. }
  458. &:last-child {
  459. margin-bottom: 0;
  460. }
  461. }
  462. }
  463. // 列表
  464. .ptjjList,
  465. .cxbkList,
  466. .xjwhList,
  467. .dyxzList,
  468. .wlptList,
  469. .ptypList {
  470. width: 100%;
  471. margin: 0 auto;
  472. padding-top: 40px;
  473. .listTitle {
  474. font-size: 40px;
  475. color: #333;
  476. margin-bottom: 40px;
  477. }
  478. .listItem {
  479. font-size: 36px;
  480. color: #000;
  481. padding: 0 20px;
  482. margin-bottom: 20px;
  483. // 首行缩进
  484. text-indent: 1em;
  485. a {
  486. color: #000;
  487. font-weight: 400;
  488. text-decoration: none;
  489. transition: var(--el-transition-color);
  490. }
  491. span {
  492. float: right;
  493. font-weight: 400;
  494. font-size: 36px;
  495. color: #000;
  496. line-height: 50px;
  497. text-align: left;
  498. font-style: normal;
  499. text-transform: none;
  500. }
  501. }
  502. }
  503. }
  504. }
  505. </style>