Browse Source

频闪

master
maochaoying 2 years ago
parent
commit
a06de77da9
  1. 1
      src/views/Index/components/HeaderSwiper/SlideFive/index.vue
  2. 1
      src/views/Index/components/HeaderSwiper/SlideFour/index.vue
  3. 1
      src/views/Index/components/HeaderSwiper/SlideOne/index.vue
  4. 1
      src/views/Index/components/HeaderSwiper/SlideThree/index.vue
  5. 1
      src/views/Index/components/HeaderSwiper/SlideTwo/index.vue
  6. 2
      src/views/Index/components/SoftHardwareDetail/Card/index.vue

1
src/views/Index/components/HeaderSwiper/SlideFive/index.vue

@ -29,6 +29,7 @@
.wrap { .wrap {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden;
background: url(../../../../../assets/img/banner/onestop/back.png) no-repeat; background: url(../../../../../assets/img/banner/onestop/back.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;

1
src/views/Index/components/HeaderSwiper/SlideFour/index.vue

@ -20,6 +20,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
.slide_two { .slide_two {
width: 100%; width: 100%;
overflow: hidden;
height: 100%; height: 100%;
background: url(../../../../../assets/img/banner/team/back2.gif) no-repeat; background: url(../../../../../assets/img/banner/team/back2.gif) no-repeat;
background-position: 100%; background-position: 100%;

1
src/views/Index/components/HeaderSwiper/SlideOne/index.vue

@ -30,6 +30,7 @@
.slide_one { .slide_one {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden;
background: url(../../../../../assets/img/banner/design/gongyesheji.gif); background: url(../../../../../assets/img/banner/design/gongyesheji.gif);
background-position: 100%; background-position: 100%;
background-size: auto 100%; background-size: auto 100%;

1
src/views/Index/components/HeaderSwiper/SlideThree/index.vue

@ -24,6 +24,7 @@ import Gif from '@/assets/img/banner/nation/logo.png'
.slide_three { .slide_three {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden;
background: url(../../../../../assets/img/banner/nation/back.png) no-repeat; background: url(../../../../../assets/img/banner/nation/back.png) no-repeat;
background-position: 0%; background-position: 0%;
background-size: auto 100%; background-size: auto 100%;

1
src/views/Index/components/HeaderSwiper/SlideTwo/index.vue

@ -21,6 +21,7 @@ import HeaderPng from '@/assets/img/banner/lilun/biaotitubiao.png'
<style lang="scss" scoped> <style lang="scss" scoped>
.slide_two { .slide_two {
width: 100%; width: 100%;
overflow: hidden;
height: 100%; height: 100%;
background: url(../../../../../assets/img/banner/lilun/back1.png) no-repeat; background: url(../../../../../assets/img/banner/lilun/back1.png) no-repeat;
background-position: 100%; background-position: 100%;

2
src/views/Index/components/SoftHardwareDetail/Card/index.vue

@ -101,7 +101,7 @@ const getImgSrc = () => {
.img { .img {
transition-property: all; transition-property: all;
transition-duration: 0.7s; transition-duration: 0.7s;
width: 159px;
width: 170px;
height: auto; height: auto;
animation-fill-mode: forwards; animation-fill-mode: forwards;
} }

Loading…
Cancel
Save