Tcode运营平台改造升级-首页样式优化

This commit is contained in:
fmk1023
2025-12-18 20:41:06 +08:00
parent dc1f4d30ad
commit 5a1b50ba7f

View File

@@ -248,7 +248,7 @@ onBeforeUnmount(() => {
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
height: 790px
height: 540px
}
.com-slider .swiper-slide .sVdo {
@@ -316,7 +316,7 @@ onBeforeUnmount(() => {
position: relative;
width: 84vw;
margin: 0 auto;
height: 840px;
height: 540px;
overflow: hidden;
font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 背景图样式优化 */
@@ -332,7 +332,7 @@ onBeforeUnmount(() => {
.bg-image {
width: 100%;
height: 100%;
object-fit: cover; /* 确保图片覆盖整个区域且不变形 */
//object-fit: cover; /* 确保图片覆盖整个区域且不变形 */
object-position: center top;
}
@@ -358,7 +358,7 @@ onBeforeUnmount(() => {
text-align: center;
color: #ffffff;
padding: 0 20px;
margin-top: -50px; /* 视觉微调,稍微向上提一点 */
//margin-top: -50px; /* 视觉微调,稍微向上提一点 */
}
/* 标题样式 */