|
@@ -47,6 +47,7 @@
|
|
|
}
|
|
|
|
|
|
.indexcot {
|
|
|
+ min-width: 1426px;
|
|
|
height: 916px;
|
|
|
background-image: url(images/indexcygyy.png);
|
|
|
background-size: 100% 100%;
|
|
@@ -67,7 +68,7 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 20px;
|
|
|
- margin-right: 10%;
|
|
|
+ margin-right: 20px;
|
|
|
white-space: nowrap;
|
|
|
cursor: pointer;
|
|
|
}
|
|
@@ -79,7 +80,7 @@
|
|
|
|
|
|
.indexcot .menu {
|
|
|
width: 60%;
|
|
|
- max-width: 720px;
|
|
|
+ max-width: 839px;
|
|
|
font-size: 16px;
|
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
@@ -218,7 +219,8 @@
|
|
|
<img src="images/cygyyline.png" alt="" class="line">
|
|
|
<div class="text">重庆市南岸区人民政府办公室 重庆经济技术开发区管理委员会办公室关于重庆市南岸区人民政府办公室
|
|
|
重庆经济技术开发区管理委员会办公室关于印发《南岸区重庆经开区优化营商环境专项行动方案...印发《南岸区重庆经开区优化营商环境专项行动方案...重庆市南岸区人民政府办公室
|
|
|
- 重庆经济技术开发区管理委员会办公室关于重庆市南岸区人民政府办公室 ... <span style="color: #E5C999;"> 详情>></span></div>
|
|
|
+ 重庆经济技术开发区管理委员会办公室关于重庆市南岸区人民政府办公室 ... <span style="color: #E5C999;cursor: pointer;" @click="cheakmore">
|
|
|
+ 详情>></span></div>
|
|
|
<div class="swiper mySwiper">
|
|
|
<div class="swiper-wrapper">
|
|
|
<div class="swiper-slide list" v-for="(item,index) in swiperList"
|