反馈修改完成-1115
parent
45a69f46d7
commit
bcc57f50fe
|
@ -304,6 +304,11 @@
|
|||
width: 33%;
|
||||
}
|
||||
|
||||
.index-news-title{
|
||||
font-size: 22px;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.index-news-title>img {
|
||||
height: 17px;
|
||||
}
|
||||
|
@ -458,6 +463,10 @@
|
|||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.project-case-title strong{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.project-case-title img {
|
||||
height: 15px;
|
||||
}
|
||||
|
@ -2970,14 +2979,14 @@
|
|||
width: .6rem;
|
||||
height: .6rem;
|
||||
border-radius: 100%;
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
background-color: rgba(255, 255, 255, .3);
|
||||
left: .1rem;
|
||||
}
|
||||
.banner-swiper .swiper-button-next{
|
||||
width: .6rem;
|
||||
height: .6rem;
|
||||
border-radius: 100%;
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
background-color: rgba(255, 255, 255, .3);
|
||||
right: .1rem;
|
||||
}
|
||||
.banner-swiper .swiper-button-prev:after,
|
||||
|
@ -3354,8 +3363,12 @@
|
|||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
.project-case-title strong{
|
||||
font-size: .36rem;
|
||||
}
|
||||
.project-case-title span{
|
||||
font-size: .4rem;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.project-case-list>a>.img{
|
||||
|
@ -3426,11 +3439,11 @@
|
|||
|
||||
.position-nav-bg01 {
|
||||
background-color: #ffffff !important;
|
||||
padding-top: .24rem;
|
||||
padding-top: .12rem;
|
||||
}
|
||||
|
||||
.pull-section-wap{
|
||||
padding-top: .24rem;
|
||||
padding-top: .12rem;
|
||||
}
|
||||
|
||||
.sub-nav-bg-01{
|
||||
|
@ -3446,7 +3459,7 @@
|
|||
background: url(../images/icon/icon-arrow-nav.png);
|
||||
background-size: cover;
|
||||
position: absolute;
|
||||
top: .23rem;
|
||||
top: .22rem;
|
||||
z-index: 1;
|
||||
animation: to_right_name 1.3s ease-out infinite;
|
||||
}
|
||||
|
@ -3480,12 +3493,13 @@
|
|||
margin-left: 0;
|
||||
margin-right: .09rem;
|
||||
font-size: .26rem;
|
||||
line-height: .86rem;
|
||||
line-height: .88rem;
|
||||
padding: 0 .3rem;
|
||||
color: #897b55;
|
||||
background-color: #e7dab7;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.sub-nav-01>a.active {
|
||||
|
|
|
@ -58,7 +58,10 @@
|
|||
<!-- 新闻资讯 -->
|
||||
<div class="index-news">
|
||||
<!-- 标题 -->
|
||||
<div class="index-news-title pc-show"><img src="__STATIC__/web/images/public/news-title.png" alt="project case"></div>
|
||||
<div class="index-news-title pc-show">
|
||||
<strong class="font-helvetica">NEWS</strong>
|
||||
<!-- <img src="__STATIC__/web/images/public/news-title.png" alt="project case"> -->
|
||||
</div>
|
||||
<!-- navTab -->
|
||||
<div class="index-news-nav flex">
|
||||
{foreach $newsCategory as $c}
|
||||
|
@ -119,7 +122,10 @@
|
|||
<div class="project-case w1360">
|
||||
<div class="project-case-title flex wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0">
|
||||
<div class="txt">
|
||||
<p class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0"><img src="{$blocks['project_case_en']['value'] ?? ''}" alt="{$blocks['project_case_en']['alt'] ?? ''}"></p>
|
||||
<p class="wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0">
|
||||
<strong class="font-helvetica">PROEJECT CASE</strong>
|
||||
<!-- <img src="{$blocks['project_case_en']['value'] ?? ''}" alt="{$blocks['project_case_en']['alt'] ?? ''}"> -->
|
||||
</p>
|
||||
<span class="color-blue wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.2s">{$blocks['project_case_title']['value'] ?? ''}</span>
|
||||
</div>
|
||||
<a href="{$blocks['project_case_more']['link'] ?: 'javascript:;'}" class="more pc-show color-66">{$blocks['project_case_more']['value'] ?? ''}</a>
|
||||
|
|
Loading…
Reference in New Issue