|
|
@ -168,6 +168,9 @@ onMounted(() => { |
|
|
|
right: 0; |
|
|
|
top: 0; |
|
|
|
bottom: 0; |
|
|
|
transition-property: all; |
|
|
|
transition-duration: 0.7s; |
|
|
|
animation-fill-mode: forwards; |
|
|
|
} |
|
|
|
} |
|
|
|
.broadside_div:hover { |
|
|
@ -179,26 +182,68 @@ onMounted(() => { |
|
|
|
.bg1 { |
|
|
|
background: url(../../../../assets/img/control/duoji.png) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
transition-property: all; |
|
|
|
transition-duration: 0.7s; |
|
|
|
animation-fill-mode: forwards; |
|
|
|
} |
|
|
|
.bg1:hover { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
} |
|
|
|
.bg2 { |
|
|
|
background: url(../../../../assets/img/control/zhiliu.png) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
transition-property: all; |
|
|
|
transition-duration: 0.7s; |
|
|
|
animation-fill-mode: forwards; |
|
|
|
} |
|
|
|
.bg2:hover { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
} |
|
|
|
.bg3 { |
|
|
|
background: url(../../../../assets/img/control/sifu.png) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
transition-property: all; |
|
|
|
transition-duration: 0.7s; |
|
|
|
animation-fill-mode: forwards; |
|
|
|
} |
|
|
|
.bg3:hover { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
} |
|
|
|
.bg4 { |
|
|
|
background: url(../../../../assets/img/control/bujin.png) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
transition-property: all; |
|
|
|
transition-duration: 0.7s; |
|
|
|
animation-fill-mode: forwards; |
|
|
|
} |
|
|
|
.bg4:hover { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
} |
|
|
|
.bg5 { |
|
|
|
background: url(../../../../assets/img/control/youshua.png) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
transition-property: all; |
|
|
|
transition-duration: 0.7s; |
|
|
|
animation-fill-mode: forwards; |
|
|
|
} |
|
|
|
.bg5:hover { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
} |
|
|
|
.bg6 { |
|
|
|
background: url(../../../../assets/img/control/wushua.png) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
transition-property: all; |
|
|
|
transition-duration: 0.7s; |
|
|
|
animation-fill-mode: forwards; |
|
|
|
} |
|
|
|
.bg6:hover { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
} |
|
|
|
} |
|
|
|
.main_imgwrap { |
|
|
@ -234,40 +279,6 @@ onMounted(() => { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.main_introduce:hover { |
|
|
|
.img_list_inwrap { |
|
|
|
.bg1 { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
transition-duration: 2s; |
|
|
|
} |
|
|
|
.bg2 { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
transition-duration: 2s; |
|
|
|
} |
|
|
|
.bg3 { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
transition-duration: 2s; |
|
|
|
} |
|
|
|
.bg4 { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
transition-duration: 2s; |
|
|
|
} |
|
|
|
.bg5 { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
transition-duration: 2s; |
|
|
|
} |
|
|
|
.bg6 { |
|
|
|
background-size: 110% 110%; |
|
|
|
background-position: center center; |
|
|
|
transition-duration: 2s; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.bottom_quxian { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|