maochaoying 2 years ago
parent
commit
96039b61ad
  1. BIN
      src/assets/img/hezuo/1.png
  2. BIN
      src/assets/img/hezuo/2.png
  3. BIN
      src/assets/img/hezuo/3.png
  4. BIN
      src/assets/img/hezuo/4.png
  5. 29
      src/views/Index/components/Cooperation/index.vue

BIN
src/assets/img/hezuo/1.png

After

Width: 174  |  Height: 59  |  Size: 16 KiB

BIN
src/assets/img/hezuo/2.png

After

Width: 2776  |  Height: 430  |  Size: 40 KiB

BIN
src/assets/img/hezuo/3.png

After

Width: 236  |  Height: 26  |  Size: 4.3 KiB

BIN
src/assets/img/hezuo/4.png

After

Width: 129  |  Height: 61  |  Size: 15 KiB

29
src/views/Index/components/Cooperation/index.vue

@ -24,7 +24,7 @@
<img v-lazy="A2" class="img_com2" alt="" />
</div>
<div class="img_wrap">
<img v-lazy="A3" class="img_com3" alt="" />
<img v-lazy="AG2" class="img_com3" alt="" />
</div>
<div class="img_wrap">
<img v-lazy="A4" class="img_com4" alt="" />
@ -54,10 +54,10 @@
<img v-lazy="A12" class="img_com12" alt="" />
</div>
<div class="img_wrap">
<img v-lazy="A13" class="img_com13" alt="" />
<img v-lazy="AG1" class="img_com13" alt="" />
</div>
<div class="img_wrap">
<img v-lazy="A14" class="img_com14" alt="" />
<img v-lazy="AG3" class="img_com14" alt="" />
</div>
<div class="img_wrap">
<img v-lazy="A15" class="img_com15" alt="" />
@ -69,7 +69,7 @@
<img v-lazy="A17" class="img_com17" alt="" />
</div>
<div class="img_wrap">
<img v-lazy="A18" class="img_com18" alt="" />
<img v-lazy="AG4" class="img_com18" alt="" />
</div>
</div>
</div>
@ -102,6 +102,11 @@ import A16 from '@/assets/img/hezuo/xiaohuangfeng.png'
import A17 from '@/assets/img/hezuo/zhognguojinmao.png'
import A18 from '@/assets/img/hezuo/bipuhuarui.png'
import AG1 from '@/assets/img/hezuo/1.png'
import AG2 from '@/assets/img/hezuo/2.png'
import AG3 from '@/assets/img/hezuo/3.png'
import AG4 from '@/assets/img/hezuo/4.png'
onMounted(() => {
handleScreenAuto('#cooperation_container')
window.onresize = handleScreenAuto('#cooperation_container')
@ -235,8 +240,8 @@ const showEmpty = ref(true)
height: 33px;
}
.img_com3 {
width: 155px;
height: 91px;
width: 277px;
height: 43px;
}
.img_com4 {
width: 253px;
@ -275,12 +280,12 @@ const showEmpty = ref(true)
height: 107px;
}
.img_com13 {
width: 233px;
height: 48px;
width: 174px;
height: 59px;
}
.img_com14 {
width: 157px;
height: 80px;
width: 236px;
height: 26px;
}
.img_com15 {
width: 247px;
@ -295,8 +300,8 @@ const showEmpty = ref(true)
height: 37px;
}
.img_com18 {
width: 130px;
height: 64px;
width: 129px;
height: 61px;
}
}
.img_wrap:hover {

Loading…
Cancel
Save