去掉弹动动画

master
Lee 2022-02-19 18:46:23 +08:00
parent b22ecba5cb
commit b7a5f725a3
1 changed files with 3039 additions and 3079 deletions

View File

@ -233,7 +233,7 @@
transition: all .6s;
}
.index-news-left:hover img{
transform: scale(1.1);
transform: scale(1.12);
transition: all .6s;
}
.left-title{
@ -251,10 +251,6 @@
margin: 15px 0;
opacity: .8;
}
.index-news-left:hover .left-title,
.index-news-left:hover p{
animation: myfirst-01 .3s;
}
.index-news-left span{
display: flex;
justify-content: space-between;
@ -309,16 +305,13 @@
transition: all .6s;
}
.index-news-first:hover img{
transform: scale(1.1);
transform: scale(1.12);
transition: all .6s;
}
.first-txt{
width: calc(100% - 196px);
}
.index-news-first:hover .first-txt{
animation: myfirst-01 .3s;
}
.first-txt>div{
font-size: 16px;
line-height: 1.5;
@ -375,7 +368,6 @@
.index-news-list li:hover a{
color: #de0011;
transition: all .6s;
animation: myfirst-01 .3s;
}
.index-news-list li:hover a::before{
background-color: #de0011;
@ -420,9 +412,6 @@
margin-top: 10px;
opacity: .5;
}
.index-information-list li:hover{
animation: myfirst-01 .3s;
}
.index-business{
height: 730px;
margin-top: 50px;
@ -620,10 +609,6 @@
.index-about-bottom li:hover h4{
color: #de0011;
transition: all .6s;
animation: myfirst-01 .6s;
}
.index-about-bottom li:hover p{
animation: myfirst-01 .6s;
}
/* 尾部 */
@ -966,11 +951,6 @@
line-height: 1.8;
opacity: .8;
}
.team-list .team-item:hover h4,
.team-list .team-item:hover p,
.team-list .team-item:hover span{
animation: myfirst-01 .6s;
}
/* 组织机构 */
.organization-bg{
@ -1077,11 +1057,6 @@
transition: all .6s;
}
.memorabili-txt .swiper-slide:hover strong,
.memorabili-txt .swiper-slide:hover p{
animation: myfirst-01 .6s;
}
.memorabili-swiper .swiper-button-prev{
width: 51px;
height: 51px;
@ -1180,7 +1155,7 @@
background-size: 100%;
}
.news-list li:hover img{
transform: scale(1.1);
transform: scale(1.12);
transition: all .6s;
}
.news-list li:hover .news-txt h4,
@ -1189,7 +1164,6 @@
color: #de0011;
opacity: 1;
transition: all .6s;
animation: myfirst-01 .6s;
}
.news-list li:hover .news-txt span>em{
background-image: url(../imgs/news-more2.png);
@ -1305,10 +1279,6 @@
color: #de0011;
transition: all .6s;
}
.news-page>a:hover span,
.news-page>a:hover .page-title{
animation: myfirst-01 .6s;
}
/* 主营业务 */
.business-txt{
@ -1664,17 +1634,13 @@
}
.enterprise-list li:hover .enterprise-img img{
transform: scale(1.1);
transform: scale(1.12);
transition: all .6s;
}
.enterprise-list li:hover .enterprise-txt img{
transform: rotateY(360deg);
transition: all .6s;
}
.enterprise-list li:hover .enterprise-txt h4,
.enterprise-list li:hover .enterprise-txt p{
animation: myfirst-01 .6s;
}
/* 团队风采 */
.team-style-swiper{
@ -1714,7 +1680,6 @@
.team-list-other li:hover>a{
color: #de0011;
transition: all .6s;
animation: myfirst-01 .6s;
}
.team-list-other li>a::before{
content: "";
@ -1773,12 +1738,10 @@
.social-list-dxtc li:hover .social-txt h4{
color: #de0011;
transition: all .6s;
animation: myfirst-01 .6s;
}
.social-list-dxtc li:hover .social-txt p{
opacity: .6;
transition: all .6s;
animation: myfirst-01 .6s;
}
.social-img{
width: 50%;
@ -1791,7 +1754,7 @@
transition: all .6s;
}
.social-list-dxtc li:hover .social-img img{
transform: scale(1.1);
transform: scale(1.12);
transition: all .6s;
}
@ -1852,9 +1815,6 @@
.guide-list li:hover .inspect-txt{
color: #de0011;
}
.guide-list li:hover{
animation: myfirst-01 .6s;
}
/* 联系我们 */
@ -3057,12 +3017,12 @@ textarea::-webkit-input-placeholder {
}
/* 动画效果 */
@keyframes myfirst-01
/* @keyframes myfirst-01
{
0% {transform: rotateY(0deg);}
50% {transform: rotateY(30deg);}
100% {transform: rotateY(0deg);}
}
} */
@keyframes myfirst-02
{
from { top: calc(80% - 60px);}