yujialong 10 months ago
parent ce1dd4ba6f
commit c498b38796
  1. 2
      src/layouts/footer/index.vue
  2. 2
      src/pages/article/index.vue
  3. 3
      src/pages/column/index.vue
  4. 4
      src/pages/devHistory/index.vue
  5. 2
      src/pages/deviceIntroLinear/index.vue
  6. 3
      src/pages/mission/index.vue
  7. 2
      src/pages/overviewLocation/index.vue

@ -10,7 +10,7 @@
<img class="icon"
src="@/assets/images/address.png"
alt="">
深圳市光明区新湖街道圳圆路268号3号楼
深圳市光明区新湖街道圳园路268号A3栋
</div>
<div class="line">
<img class="icon"

@ -291,7 +291,7 @@ export default {
/deep/.des {
img {
max-width: 100%;
height: 15rem;
max-height: 15rem;
}
}
}

@ -1532,6 +1532,9 @@ export default {
&:nth-child(2n) {
margin-right: 0;
}
&:nth-child(3n) {
margin-right: 20px;
}
}
}
}

@ -90,6 +90,10 @@ export default {
max-width: 1200px;
margin: 30px 0;
overflow: auto;
/deep/ img {
width: 100% !important;
height: auto;
}
}
}
@media (max-width: 1200px) {

@ -270,7 +270,7 @@ $banner-height: 21.6rem;
.bg {
width: 100%;
height: 200px;
margin: -50px 0px 0 0;
margin: 0;
}
}
}

@ -119,13 +119,14 @@ export default {
}
.texts {
position: absolute;
top: 79px;
top: 50%;
left: -34px;
width: 532px;
padding: 70px 38px 70px 55px;
color: #333;
background: rgba(255, 241, 231, 0.84);
transition: 0.5s;
transform: translateY(-50%);
}
&:nth-child(2) .texts {
left: auto;

@ -65,7 +65,7 @@ export default {
}
/deep/ img {
width: 100% !important;
object-fit: cover;
height: auto;
}
}
.video {

Loading…
Cancel
Save