Authored by 鲁尚清

【无】 【公司网站】二级页面的header背景调整,高度调整

... ... @@ -20,7 +20,7 @@
.main-header {
position: absolute;
left: 0px;
top: 35px;
top: 8px;
z-index: 999;
width: 100%;
}
... ...
... ... @@ -375,9 +375,9 @@ textarea:placeholder,
***/
.hero-section {
position: relative;
background: url('../img/hero/hero-bg.png');
background-position: center bottom;
background-size: cover;
/*background: url('../img/hero/hero-bg.png');*/
/*background-position: center bottom;*/
/*background-size: cover;*/
}
.concat-concat {
position: relative;
... ...
... ... @@ -99,9 +99,10 @@ router.beforeEach(async (to, from, next) => {
$('[top-nav]').removeClass('current');
$('[top-nav="'+toPath+'"]').addClass('current');
// 回到顶部
//lsq 跳转页面后页面滚动到顶部不增加滚动效果,延时减小 2022-10-14
$('html, body').animate({
scrollTop: 0
}, 500);
}, 100);
next();
})
... ...
<section class="hero-section rel rpt-150 pb-130 rpb-0">
<section class="hero-section rel rpt-150 pb-110 rpb-0">
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
... ...
<section class="hero-section rel rpt-150 pb-130 rpb-0">
<section class="hero-section rel rpt-150 pb-110 rpb-0">
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
... ...
<section class="hero-section rel rpt-150 pb-130 rpb-0">
<section class="hero-section rel rpt-150 pb-110 rpb-0">
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
... ...
<section class="hero-section rel rpt-150 pb-130 rpb-0">
<section class="hero-section rel rpt-150 pb-110 rpb-0">
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
... ...
<section class="hero-section rel rpt-150 pb-130 rpb-0">
<section class="hero-section rel rpt-150 pb-110 rpb-0">
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
... ...
<section class="hero-section rel rpt-150 pb-130 rpb-0">
<section class="hero-section rel rpt-150 pb-110 rpb-0">
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
... ...
<section class="hero-section rel rpt-150 pb-130 rpb-0">
<section class="hero-section rel rpt-150 pb-110 rpb-0">
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
... ...
<section class="hero-section rel rpt-150 pb-130 rpb-0">
<section class="hero-section rel rpt-150 pb-110 rpb-0">
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
... ...
<section class="hero-section rel rpt-150 pb-130 rpb-0">
<section class="hero-section rel rpt-150 pb-110 rpb-0">
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
... ...