master
Lee 2022-01-10 09:52:32 +08:00
parent 96ce50b836
commit 78bd35a04c
1 changed files with 10 additions and 8 deletions

View File

@ -1305,12 +1305,14 @@
margin: 0 97px; margin: 0 97px;
} }
.about-content-bg>div{ .about-content-bg>div{
display: none; height: 0;
padding: 0;
overflow: hidden;
} }
.about-content-bg>div.cur{ .about-content-bg>div.cur{
display: block; height: auto;
} }
.about-content{ .about-content.cur{
padding-top: 100px; padding-top: 100px;
} }
/* 公司简介 */ /* 公司简介 */
@ -1318,7 +1320,7 @@
padding-bottom: 50px; padding-bottom: 50px;
} }
/* 企业文化 */ /* 企业文化 */
.culture-bg{ .culture-bg.cur{
padding: 35px 0 56px; padding: 35px 0 56px;
background-image: url(../imgs/about-culture-bg.jpg); background-image: url(../imgs/about-culture-bg.jpg);
background-repeat: no-repeat; background-repeat: no-repeat;
@ -1374,7 +1376,7 @@
line-height: 1.8; line-height: 1.8;
} }
/* 发展历程 */ /* 发展历程 */
.history{ .history.cur{
padding-top: 50px; padding-top: 50px;
} }
.history-top{ .history-top{
@ -1436,9 +1438,9 @@
/* 公司荣誉 */ /* 公司荣誉 */
.honor-content, .honor-content.cur,
.contact-content, .contact-content.cur,
.join-content{ .join-content.cur{
padding: 100px 0 55px; padding: 100px 0 55px;
background-color: #f5f7fa; background-color: #f5f7fa;
background-image: url(../imgs/news-bg.jpg); background-image: url(../imgs/news-bg.jpg);