测试反馈修改完成
parent
1da688c901
commit
1bfdcf2fcd
|
@ -56,10 +56,10 @@
|
||||||
<div class="pull-swiper banner-swiper swiper w1690">
|
<div class="pull-swiper banner-swiper swiper w1690">
|
||||||
<div class="swiper-wrapper">
|
<div class="swiper-wrapper">
|
||||||
<div class="swiper-slide">
|
<div class="swiper-slide">
|
||||||
<img src="imgs/banner/news-banner.jpg" width="100%" height="100%" alt="">
|
<img src="imgs/banner/business-banner.jpg" width="100%" height="100%" alt="">
|
||||||
<div class="banner-title pull-banner-title ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.6s" swiper-animate-delay="0">
|
<div class="banner-title pull-banner-title ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.6s" swiper-animate-delay="0">
|
||||||
<h2>news</h2>
|
<h2>Main business</h2>
|
||||||
<p>新闻动态</p>
|
<p>主营业务</p>
|
||||||
<ins></ins>
|
<ins></ins>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -56,10 +56,10 @@
|
||||||
<div class="pull-swiper banner-swiper swiper w1690">
|
<div class="pull-swiper banner-swiper swiper w1690">
|
||||||
<div class="swiper-wrapper">
|
<div class="swiper-wrapper">
|
||||||
<div class="swiper-slide">
|
<div class="swiper-slide">
|
||||||
<img src="imgs/banner/news-banner.jpg" width="100%" height="100%" alt="">
|
<img src="imgs/banner/business-banner.jpg" width="100%" height="100%" alt="">
|
||||||
<div class="banner-title pull-banner-title ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.6s" swiper-animate-delay="0">
|
<div class="banner-title pull-banner-title ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.6s" swiper-animate-delay="0">
|
||||||
<h2>news</h2>
|
<h2>Main business</h2>
|
||||||
<p>新闻动态</p>
|
<p>主营业务</p>
|
||||||
<ins></ins>
|
<ins></ins>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -409,7 +409,12 @@
|
||||||
transform: translate(-50%,-50%);
|
transform: translate(-50%,-50%);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
transition: all .6s;
|
animation: myfirst .6s;
|
||||||
|
}
|
||||||
|
@keyframes myfirst
|
||||||
|
{
|
||||||
|
from { opacity: 0;}
|
||||||
|
to {opacity: 1;}
|
||||||
}
|
}
|
||||||
.ndex-business-title h3{
|
.ndex-business-title h3{
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
|
@ -703,6 +708,12 @@
|
||||||
}
|
}
|
||||||
.pull-banner-title{
|
.pull-banner-title{
|
||||||
top: 47%;
|
top: 47%;
|
||||||
|
animation: pullBanner 1.5s;
|
||||||
|
}
|
||||||
|
@keyframes pullBanner
|
||||||
|
{
|
||||||
|
from {opacity: 0;}
|
||||||
|
to {opacity: 1;}
|
||||||
}
|
}
|
||||||
.pull-banner-title h2{
|
.pull-banner-title h2{
|
||||||
font-size: 78px;
|
font-size: 78px;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1007 KiB |
Loading…
Reference in New Issue