This commit is contained in:
wangshengnan 2022-05-13 15:08:28 +08:00
parent 097b53c665
commit f7c4e6a973
2 changed files with 19 additions and 17 deletions

View File

@ -362,17 +362,17 @@ blockquote{
} }
#inlunbo{ #inlunbo{
width: 590px; width: 590px;
height: 410px; height: 400px;
} }
#inlunone{ #inlunone{
width: 590px; width: 590px;
height: 410px; height: 400px;
overflow: hidden; overflow: hidden;
} }
#inlunone li{ #inlunone li{
float: left; float: left;
width: 590px; width: 590px;
height: 410px; height: 400px;
display: none; display: none;
position: relative; position: relative;
transition: 0.5s all; transition: 0.5s all;
@ -438,7 +438,7 @@ blockquote{
} }
#menu{ #menu{
width: 548px; width: 548px;
height: 410px; height: 400px;
overflow: hidden; overflow: hidden;
} }
#menu #nav { #menu #nav {
@ -521,7 +521,6 @@ blockquote{
} }
.kjrukou{ .kjrukou{
margin-top: 30px; margin-top: 30px;
margin-bottom: 10px;
} }
.kjrukou ul{ .kjrukou ul{
height: 120px; height: 120px;
@ -1036,8 +1035,12 @@ blockquote{
position: relative; position: relative;
} }
.er_coaimg{ .er_coaimg{
height: 142px;
border-bottom: 2px #EE8515 solid; border-bottom: 2px #EE8515 solid;
} }
.er_coaimg img{
height: 100%;
}
.er_item{ .er_item{
position: absolute; position: absolute;
right: 0; right: 0;
@ -1049,7 +1052,7 @@ blockquote{
font-weight: 600; font-weight: 600;
} }
.er_neirong{ .er_neirong{
margin-top: 14px; margin-top: 20px;
padding: 0 14px; padding: 0 14px;
} }
.er_neirong p{ .er_neirong p{
@ -1059,7 +1062,7 @@ blockquote{
} }
.er_bouutn{ .er_bouutn{
display: block; display: block;
margin: 20px; margin: 14px;
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
color: #EE8515; color: #EE8515;
@ -1115,10 +1118,10 @@ blockquote{
box-shadow: 0px 2px 32px -5px rgba(133, 139, 144, 0.3); box-shadow: 0px 2px 32px -5px rgba(133, 139, 144, 0.3);
} }
.cyh_contr ul li:hover h3{ .cyh_contr ul li:hover h3{
color: #07a54d; color: #ee8515;
} }
.cyh_contr ul li:hover .jianttewr{ .cyh_contr ul li:hover .jianttewr{
color: #07a54d; color: #ee8515;
} }
.cyh_contr ul li a{ .cyh_contr ul li a{
display: block; display: block;
@ -1148,25 +1151,24 @@ blockquote{
.xqer_cont{ .xqer_cont{
padding: 40px; padding: 30px 40px;
} }
.xqer_cont h3{ .xqer_cont h3{
font-size: 24px; font-size: 22px;
text-align: center; text-align: center;
color: #333333; color: #333333;
font-weight: 600; padding-bottom: 10px;
padding-bottom: 30px;
border-bottom: 1px #ebebeb solid; border-bottom: 1px #ebebeb solid;
margin-bottom: 20px; margin-bottom: 10px !important;
} }
.xqer_date{ .xqer_date{
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
color: #999; color: #999;
margin-bottom: 30px; margin-bottom: 20px;
} }
.xqer_date span{ .xqer_date span{
color: #777; color: #999;
} }
.xqer_cont p{ .xqer_cont p{
font-size: 16px; font-size: 16px;

View File

@ -49,7 +49,7 @@
</div> </div>
<div class="er_item">{{art.title}}</div> <div class="er_item">{{art.title}}</div>
<div class="er_neirong"> <div class="er_neirong">
<p class="er_neip">{{$tfnm(art,'content',48)}}</p> <p class="er_neip over-line3">{{$tfnm(art,'content')}}</p>
</div> </div>
<a href="javascript:void(0);" class="er_bouutn" >[了解更多]</a> <a href="javascript:void(0);" class="er_bouutn" >[了解更多]</a>
</a> </a>