maochaoying 2 years ago
parent
commit
246009bc4f
  1. 6
      src/views/Index/components/Service/Card/index.vue

6
src/views/Index/components/Service/Card/index.vue

@ -72,21 +72,27 @@ const getClassName = () => {
} }
.bg1 { .bg1 {
background: url(../../../../../assets/img/tech/gongyesheji1.png) no-repeat; background: url(../../../../../assets/img/tech/gongyesheji1.png) no-repeat;
background-size: 100% 100%;
} }
.bg2 { .bg2 {
background: url(../../../../../assets/img/tech/jiegousheji.png) no-repeat; background: url(../../../../../assets/img/tech/jiegousheji.png) no-repeat;
background-size: 100% 100%;
} }
.bg3 { .bg3 {
background: url(../../../../../assets/img/tech/ruanjiansheji.png) no-repeat; background: url(../../../../../assets/img/tech/ruanjiansheji.png) no-repeat;
background-size: 100% 100%;
} }
.bg4 { .bg4 {
background: url(../../../../../assets/img/tech/yingjiansheji.png) no-repeat; background: url(../../../../../assets/img/tech/yingjiansheji.png) no-repeat;
background-size: 100% 100%;
} }
.bg5 { .bg5 {
background: url(../../../../../assets/img/tech/yangjizhizuo.png) no-repeat; background: url(../../../../../assets/img/tech/yangjizhizuo.png) no-repeat;
background-size: 100% 100%;
} }
.bg6 { .bg6 {
background: url(../../../../../assets/img/tech/chanpinliangchan.png) no-repeat; background: url(../../../../../assets/img/tech/chanpinliangchan.png) no-repeat;
background-size: 100% 100%;
} }
.alpha:hover { .alpha:hover {

Loading…
Cancel
Save