提交 6ca8b906 authored 作者: coderBryanFu's avatar coderBryanFu

update

上级 40fb5413
...@@ -49,3 +49,27 @@ ...@@ -49,3 +49,27 @@
scrollbar-width: thin; scrollbar-width: thin;
scrollbar-color: #c1c1c1 #f1f1f1; scrollbar-color: #c1c1c1 #f1f1f1;
} }
/* 只针对水平滚动条 */
::-webkit-scrollbar:horizontal {
height: 5px;
}
/* 水平滚动条轨道 */
::-webkit-scrollbar-track:horizontal {
background: linear-gradient(90deg, #f0f0f0, #e0e0e0);
}
/* 水平滚动条滑块 */
::-webkit-scrollbar-thumb:horizontal {
background: #bcbcbc;
min-width: 40px; /* 最小宽度 */
}
::-webkit-scrollbar-thumb:horizontal:hover {
background: #505357;
}
::-webkit-scrollbar-thumb:horizontal:active {
background: #505357;
}
\ No newline at end of file
...@@ -144,7 +144,6 @@ ...@@ -144,7 +144,6 @@
:interval="3000" :interval="3000"
arrow="never" arrow="never"
indicator-position="none" indicator-position="none"
@change="handleCarouselChange"
> >
<el-carousel-item v-for="(item, index) in box1DataList" :key="index"> <el-carousel-item v-for="(item, index) in box1DataList" :key="index">
<div class="box1-main"> <div class="box1-main">
...@@ -2745,7 +2744,6 @@ onMounted(async () => { ...@@ -2745,7 +2744,6 @@ onMounted(async () => {
width: 1600px; width: 1600px;
height: 70px; height: 70px;
margin: 36px auto 16px; margin: 36px auto 16px;
// background: orange;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
.btn-box { .btn-box {
...@@ -2756,6 +2754,7 @@ onMounted(async () => { ...@@ -2756,6 +2754,7 @@ onMounted(async () => {
display: flex; display: flex;
gap: 8px; gap: 8px;
white-space: nowrap; white-space: nowrap;
.btn { .btn {
min-width: min-content; min-width: min-content;
height: 42px; height: 42px;
...@@ -2927,7 +2926,8 @@ onMounted(async () => { ...@@ -2927,7 +2926,8 @@ onMounted(async () => {
gap: 18px; gap: 18px;
justify-content: flex-end; justify-content: flex-end;
.left-left { .left-left {
width: 84px; margin-left: 30px;
width: 54px;
height: 48px; height: 48px;
color: var(--color-main-active); color: var(--color-main-active);
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论