| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528 |
- <template>
- <div class="hxwz">
- <!-- 页面头部 -->
- <HomePageHead></HomePageHead>
- <!-- 页面导航 -->
- <HomePageNavigation></HomePageNavigation>
- <!-- 面包屑导航 -->
- <div class="breadcrumb">
- <div class="inner">
- <span class="location">当前位置:</span>
- <el-breadcrumb :separator-icon="ArrowRight">
- <el-breadcrumb-item>
- <NuxtLink to="/">首页</NuxtLink>
- </el-breadcrumb-item>
- <el-breadcrumb-item>
- <NuxtLink to="/">核心网站</NuxtLink>
- </el-breadcrumb-item>
- </el-breadcrumb>
- </div>
- </div>
- <!-- 网站列表 -->
- <div class="webSite">
- <div class="webSiteList">
- <div class="webSiteText">
- <a href="#">登录</a>
- <a href="#">本网概况</a>
- <a href="#">联系我们</a>
- <a href="#">会员服务</a>
- <a href="#">网站地图</a>
- </div>
- <div class="webSiteImg">
- <a href="#">
- <img src="../../public/index/fznc.jpg" alt="">
- <!-- </a>
- <a href="#"> -->
- <span>法治内参</span>
- </a>
- </div>
- </div>
- <div class="webSiteList">
- <div class="webSiteImg">
- <a href="#">
- <img src="../../public/index/fznc.jpg" alt="">
- </a>
- <a href="#">
- <span>法治内参</span>
- </a>
- </div>
- <div class="webSiteText">
- <a href="#">登录</a>
- <a href="#">本网概况</a>
- <a href="#">联系我们</a>
- <a href="#">会员服务</a>
- <a href="#">网站地图</a>
- </div>
- </div>
- <div class="webSiteList">
- <div class="webSiteText">
- <a href="#">登录</a>
- <a href="#">本网概况</a>
- <a href="#">联系我们</a>
- <a href="#">会员服务</a>
- <a href="#">网站地图</a>
- </div>
- <div class="webSiteImg">
- <a href="#">
- <img src="../../public/index/fznc.jpg" alt="">
- </a>
- <a href="#">
- <span>法治内参</span>
- </a>
- </div>
- </div>
- <div class="webSiteList">
- <div class="webSiteImg">
- <a href="#">
- <img src="../../public/index/fznc.jpg" alt="">
- </a>
- <a href="#">
- <span>法治内参</span>
- </a>
- </div>
- <div class="webSiteText">
- <a href="#">登录</a>
- <a href="#">本网概况</a>
- <a href="#">联系我们</a>
- <a href="#">会员服务</a>
- <a href="#">网站地图</a>
- </div>
- </div>
- </div>
- <!-- 页面底部 -->
- <HomeFoot></HomeFoot>
- </div>
- </template>
- <script setup>
- import { ref, onMounted } from 'vue'
- import { ElBreadcrumb, ElBreadcrumbItem } from 'element-plus'
- import { ArrowRight } from '@element-plus/icons-vue'
- </script>
- <style lang="less" scoped>
- @media screen and (min-width: 1401px) {
- .hxwz {
- font-family: '微软雅黑', Microsoft YaHei;
- //导航条
- .breadcrumb {
- width: 100%;
- height: 30PX;
- line-height: 30PX;
- margin-top: 20PX;
- margin-bottom: 20PX;
- box-sizing: border-box;
- .inner {
- width: 1400PX;
- border: 1PX solid #ccc;
- color: #000;
- font-size: 16PX;
- margin: 0 auto;
- .location {
- margin-right: 20PX;
- width: 100PX;
- height: 22PX;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16PX;
- color: #000;
- line-height: 23PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- :deep(.el-breadcrumb__separator) {
- color: #000;
- font-weight: bold;
- margin: 0 9PX;
- }
- :deep(.el-breadcrumb) {
- display: inline-block;
- vertical-align: -4PX;
- }
- :deep(.el-breadcrumb__inner a),
- :deep(.el-breadcrumb__inner.is-link) {
- color: #000;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
- color: #000;
- }
- span {
- font-weight: 400;
- font-size: 16PX;
- color: #000;
- line-height: 23PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- //网站列表
- .webSite {
- width: 1400PX;
- overflow: hidden;
- margin: 20PX auto;
- .webSiteList {
- width: 50%;
- height: auto;
- float: left;
- padding: 20PX 80PX;
- border-bottom: 1PX dashed #ccc;
- box-sizing: border-box;
- .webSiteText {
- float: left;
- width: 50%;
- height: auto;
- padding: 10PX 0;
- box-sizing: border-box;
- a {
- display: block;
- float: left;
- width: 50%;
- height: 40PX;
- line-height: 40PX;
- font-size: 16PX;
- color: #333;
- text-align: center;
- &:first-child {
- width: 100%;
- }
- }
- }
- .webSiteImg {
- width: 50%;
- height: auto;
- float: left;
- a {
- width: 100%;
- text-align: center;
- img {
- display: block;
- width: 220PX;
- height: 150PX;
- }
- span {
- display: block;
- width: 100%;
- height: 30PX;
- line-height: 30PX;
- text-align: center;
- font-size: 16PX;
- color: #333;
- }
- }
- }
- }
- }
- }
- }
- @media screen and (min-width: 801px) and (max-width: 1400px) {
- .hxwz {
- font-family: '微软雅黑', Microsoft YaHei;
- //导航条
- .breadcrumb {
- width: 100%;
- height: 30PX;
- line-height: 30PX;
- margin-top: 20PX;
- margin-bottom: 20PX;
- box-sizing: border-box;
- .inner {
- width: 100%;
- border: 1PX solid #ccc;
- color: #000;
- font-size: 16PX;
- margin: 0 auto;
- .location {
- margin-right: 20PX;
- width: 100PX;
- height: 22PX;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 16PX;
- color: #000;
- line-height: 23PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- :deep(.el-breadcrumb__separator) {
- color: #000;
- font-weight: bold;
- margin: 0 9PX;
- }
- :deep(.el-breadcrumb) {
- display: inline-block;
- vertical-align: -4PX;
- }
- :deep(.el-breadcrumb__inner a),
- :deep(.el-breadcrumb__inner.is-link) {
- color: #000;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
- color: #000;
- }
- span {
- font-weight: 400;
- font-size: 16PX;
- color: #000;
- line-height: 23PX;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- //网站列表
- .webSite {
- width: 100%;
- overflow: hidden;
- margin: 20PX auto;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- .webSiteList {
- width: 50%;
- height: auto;
- // float: left;
- // padding: 20px 80px;
- padding: 20PX 0;
- border-bottom: 1PX dashed #ccc;
- box-sizing: border-box;
- overflow: hidden;
- .webSiteText {
- float: left;
- width: 50%;
- height: auto;
- padding: 10PX 0;
- box-sizing: border-box;
- a {
- display: block;
- float: left;
- width: 50%;
- height: 40PX;
- line-height: 40PX;
- font-size: 16PX;
- color: #333;
- text-align: center;
- &:first-child {
- width: 100%;
- }
- }
- }
- .webSiteImg {
- width: 50%;
- height: auto;
- float: left;
- a {
- width: 220PX;
- img {
- display: block;
- width: 220PX;
- height: 150PX;
- }
- span {
- display: block;
- height: 30PX;
- line-height: 30PX;
- text-align: center;
- font-size: 16PX;
- color: #333;
- }
- }
- }
- }
- }
- }
- }
- @media screen and (max-width: 800px) {
- .hxwz {
- font-family: '微软雅黑', Microsoft YaHei;
- //导航条
- .breadcrumb {
- width: 100%;
- height: 60px;
- line-height: 60px;
- margin-top: 40px;
- margin-bottom: 40px;
- .inner {
- width: 100%;
- border: 1px solid #ccc;
- color: #000;
- font-size: 32px;
- margin: 0 auto;
- .location {
- margin-right: 40px;
- width: 200px;
- height: 44px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 32px;
- color: #000;
- line-height: 46px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- :deep(.el-breadcrumb__separator) {
- color: #000;
- font-weight: bold;
- margin: 0 18px;
- }
- :deep(.el-breadcrumb) {
- display: inline-block;
- vertical-align: -10px;
- }
- :deep(.el-breadcrumb__inner a),
- :deep(.el-breadcrumb__inner.is-link) {
- color: #000;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover),
- :deep(.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover) {
- color: #000;
- }
- span {
- font-weight: 400;
- font-size: 32px;
- color: #000;
- line-height: 46px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- //网站列表
- .webSite {
- width: 100%;
- overflow: hidden;
- margin: 20px auto;
- .webSiteList {
- width: 100%;
- height: auto;
- float: left;
- padding: 20px 60px;
- border-bottom: 1px dashed #ccc;
- box-sizing: border-box;
- .webSiteText {
- float: right;
- width: 50%;
- height: auto;
- a {
- display: block;
- float: left;
- width: 100%;
- height: 50px;
- line-height: 50px;
- font-size: 30px;
- color: #333;
- text-align: center;
- &:first-child {
- width: 100%;
- }
- }
- }
- .webSiteImg {
- width: 50%;
- height: auto;
- float: left;
- a {
- width: 100%;
- text-align: center;
- img {
- display: block;
- width: 100%;
- }
- span {
- display: block;
- width: 100%;
- height: 60px;
- line-height: 60px;
- text-align: center;
- font-size: 32px;
- color: #333;
- }
- }
- }
- }
- }
- }
- }
- </style>
|