移动端header间距兼容
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 2s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 2s
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
{block name="main"}
|
{block name="main"}
|
||||||
{notempty name="data.top_focus_images"}
|
{notempty name="data.top_focus_images"}
|
||||||
<!-- 顶部轮播 -->
|
<!-- 顶部轮播 -->
|
||||||
<div class="swiper-container auto-swiper-container" style="margin-top:60px;">
|
<div class="swiper-container auto-swiper-container" style="margin-top:42px;">
|
||||||
<div class="swiper-wrapper">
|
<div class="swiper-wrapper">
|
||||||
{volist name="data.top_focus_images" id="tfi"}
|
{volist name="data.top_focus_images" id="tfi"}
|
||||||
<div class="swiper-slide auto-swiper-slide">
|
<div class="swiper-slide auto-swiper-slide">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding-top: 50px;
|
padding-top: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iotb_bgw {
|
.iotb_bgw {
|
||||||
|
|||||||
@@ -156,7 +156,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding-top: 50px;
|
padding-top: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iotb_bgw {
|
.iotb_bgw {
|
||||||
|
|||||||
@@ -156,7 +156,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding-top: 50px;
|
padding-top: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iotb_bgw {
|
.iotb_bgw {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-top: 3.4rem;
|
margin-top:46px;
|
||||||
}
|
}
|
||||||
.oricoEGapp-newarrival .ona-topimg {
|
.oricoEGapp-newarrival .ona-topimg {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
/* max-height: 900px; */
|
/* max-height: 900px; */
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top:60px;
|
margin-top:46px;
|
||||||
|
|
||||||
}
|
}
|
||||||
/* 轮播项 - 填充容器高度 */
|
/* 轮播项 - 填充容器高度 */
|
||||||
|
|||||||
Reference in New Issue
Block a user