反馈修改-1121

master
Lee 2022-11-21 10:47:19 +08:00
parent fefa415139
commit cd4d02fa3f
3 changed files with 46 additions and 26 deletions

View File

@ -847,7 +847,7 @@
} }
.history .txt { .history .txt {
width: calc(60% - 40px); width: calc(39% - 30px);
} }
.history-title { .history-title {
@ -932,8 +932,10 @@
} }
.history .img { .history .img {
width: 40%; width: 61%;
margin-top: 168px; height: 500px;
margin-top: 116px;
overflow: hidden;
} }
.history .img>span { .history .img>span {
@ -952,6 +954,7 @@
.history .img img { .history .img img {
width: 100%; width: 100%;
min-height: 500px;
} }
/* 切换按钮 */ /* 切换按钮 */
@ -1736,7 +1739,7 @@
.srevices-more-btn{ .srevices-more-btn{
display: block; display: block;
width: 42px; width: 72px;
margin-top: 40px; margin-top: 40px;
transition: all .6s; transition: all .6s;
} }
@ -3409,6 +3412,11 @@
.position-sub-nav { .position-sub-nav {
height: .9rem; height: .9rem;
} }
.position-sub-nav01{
width: 100% !important;
height: 1.2rem;
padding-left: 3%;
}
.sub-nav-bg { .sub-nav-bg {
display: flex; display: flex;
@ -3416,7 +3424,6 @@
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
} }
.sub-nav { .sub-nav {
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
@ -3446,7 +3453,7 @@
.position-nav-bg01 { .position-nav-bg01 {
background-color: #ffffff !important; background-color: #ffffff !important;
padding-top: .1rem; padding-top: .27rem;
} }
.pull-section-wap{ .pull-section-wap{
@ -3455,7 +3462,8 @@
.sub-nav-bg-01{ .sub-nav-bg-01{
position: relative; position: relative;
padding-right: .3rem; padding-right: .38rem;
overflow-x: auto;
} }
.sub-nav-bg-01::after{ .sub-nav-bg-01::after{
@ -3466,7 +3474,7 @@
background: url(../images/icon/icon-arrow-nav.png); background: url(../images/icon/icon-arrow-nav.png);
background-size: cover; background-size: cover;
position: absolute; position: absolute;
top: .22rem; top: .38rem;
z-index: 1; z-index: 1;
animation: to_right_name 1.3s ease-out infinite; animation: to_right_name 1.3s ease-out infinite;
} }
@ -3477,32 +3485,37 @@
@keyframes to_right_name { @keyframes to_right_name {
from { from {
right: .1rem; right: .12rem;
opacity: 0; opacity: 0;
} }
to { to {
right: 0; right: 0.05rem;
opacity: 1; opacity: 1;
} }
} }
@keyframes to_left_name { @keyframes to_left_name {
from { from {
right: 0; right: 0.05rem;
opacity: 0; opacity: 0;
} }
to { to {
right: .1rem; right: .12rem;
opacity: 1; opacity: 1;
} }
} }
.sub-nav-01{
display: block;
font-size: 0;
}
.sub-nav-01>a { .sub-nav-01>a {
margin-left: 0; display: inline-block;
margin-right: .09rem; margin: 0;
font-size: .26rem; font-size: .26rem;
line-height: .88rem; line-height: 1.16rem;
padding: 0 .3rem; border-right: 0.06rem solid #ffffff;
color: #897b55; width: 33.333%;
color: #77704d;
background-color: #e7dab7; background-color: #e7dab7;
text-align: center; text-align: center;
font-weight: normal; font-weight: normal;
@ -3510,7 +3523,7 @@
} }
.sub-nav-01>a.active { .sub-nav-01>a.active {
background-color: #dab277; background-color: #deb176;
color: #ffffff; color: #ffffff;
border-bottom: 0; border-bottom: 0;
} }
@ -3734,9 +3747,14 @@
.history .img { .history .img {
width: 100%; width: 100%;
margin-top: 0; margin-top: 0;
height: auto;
padding: 0 3% .36rem; padding: 0 3% .36rem;
border-bottom: .26rem solid #eef3f6; border-bottom: .26rem solid #eef3f6;
} }
.history .img img{
min-height: auto;
}
.history .txt { .history .txt {
width: 100%; width: 100%;
@ -3940,15 +3958,16 @@
} }
.preview-swiper .swiper-slide { .preview-swiper .swiper-slide {
align-items: center;
width: 100%; width: 100%;
padding: .18rem; padding: .45rem .22rem;
background-color: #ffffff; background-color: #ffffff;
margin: 0 .12rem; margin: 0 .12rem;
} }
.preview-item .txt { .preview-item .txt {
width: 50%; width: 43.2%;
padding: .15rem .2rem; padding: 0 0 0 .24rem;
} }
.preview-item .txt h2 { .preview-item .txt h2 {
@ -3966,8 +3985,8 @@
} }
.preview-item .img { .preview-item .img {
height: 2.3rem; height: 2.44rem;
width: 50%; width: 56.8%;
} }
.preview-item .img>img { .preview-item .img>img {
@ -4108,7 +4127,8 @@
z-index: 1; z-index: 1;
} }
.srevices-more-btn{ .srevices-more-btn{
width: .6rem; width: .72rem;
margin-top: .38rem;
} }
.news-nav{ .news-nav{
flex-wrap: wrap; flex-wrap: wrap;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -2,7 +2,7 @@
<!-- 当前位置&二级导航 --> <!-- 当前位置&二级导航 -->
<div class="position-nav-bg pull-margin bg-col-f5 {if $category['parent_id'] == 8} position-nav-bg01 {/if}"><!-- position-nav-bg01 --> <div class="position-nav-bg pull-margin bg-col-f5 {if $category['parent_id'] == 8} position-nav-bg01 {/if}"><!-- position-nav-bg01 -->
<div class="position-sub-nav w1360 flex"> <div class="position-sub-nav {if $category['parent_id'] == 8} position-sub-nav01 {/if} w1360 flex">
<!-- 当前位置 --> <!-- 当前位置 -->
<div class="position flex pc-show"> <div class="position flex pc-show">
<div class="img"><img src="__STATIC__/web/images/icon/icon-position.png" alt="当前位置"></span></div> <div class="img"><img src="__STATIC__/web/images/icon/icon-position.png" alt="当前位置"></span></div>
@ -24,7 +24,7 @@
</div> </div>
</div> </div>
<!-- 二级导航 --> <!-- 二级导航 -->
<div class="sub-nav-bg sub-nav-bg {if $category['parent_id'] == 8} sub-nav-bg-01 {/if}"> <div class="sub-nav-bg {if $category['parent_id'] == 8} sub-nav-bg-01 {/if}">
<div class="sub-nav {if $category['parent_id'] == 8} sub-nav-01 {/if}"><!-- sub-nav-01 --> <div class="sub-nav {if $category['parent_id'] == 8} sub-nav-01 {/if}"><!-- sub-nav-01 -->
{foreach $childrenMenu as $childrenMenuItem} {foreach $childrenMenu as $childrenMenuItem}
<a href="{:getUri($childrenMenuItem)}" {if $category["id"] ==$childrenMenuItem['id'] || $category["parent_id"] ==$childrenMenuItem['id'] }class="active"{/if}>{$childrenMenuItem['title']}</a> <a href="{:getUri($childrenMenuItem)}" {if $category["id"] ==$childrenMenuItem['id'] || $category["parent_id"] ==$childrenMenuItem['id'] }class="active"{/if}>{$childrenMenuItem['title']}</a>