调整样式

master
yin5th 2023-12-01 09:57:47 +08:00
parent 9ab6f063c9
commit ff6c4fd89d
5 changed files with 9 additions and 3 deletions

View File

@ -2395,6 +2395,11 @@ img {
font-size: 22px;
margin-top: 25px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.honor-content .list .boxs:hover {

File diff suppressed because one or more lines are too long

View File

@ -1545,6 +1545,7 @@ $pc-width:1220px;
font-size: 22px;
margin-top: 25px;
text-align: center;
@include ellipsis(1);
}
&:hover {

View File

@ -23,7 +23,7 @@
<div class="wrap">
<a href="#into1" class="curr">集团简介</a>
<a href="#into2">集团领导</a>
<a href="#into3">发展战略</a>
<!-- <a href="#into3">发展战略</a> -->
<a href="#into4">集团荣誉</a>
<a href="#into5">组织架构</a>
<a href="#into6">业务板块</a>

View File

@ -23,7 +23,7 @@
<script src="__STATIC__/web/js/jquery.SuperSlide.2.1.1.js"></script>
<!-- Swiper JS -->
<script src="__STATIC__/web/js/swiper.min.js"></script>
<script src="__STATIC__/web/js/style.js?3.0"></script>
<script src="__STATIC__/web/js/style.js?4.0"></script>
<script>
//极速模式提示信息-最简练的判断方式
if (navigator.userAgent.indexOf(".NET") > -1) {