diff --git a/src/App.vue b/src/App.vue index 362cab8..cb80c96 100644 --- a/src/App.vue +++ b/src/App.vue @@ -59,7 +59,7 @@ body { /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { border-radius: 5px; - background: rgba(216, 216, 216, 1); + background: #eeeeee; } /*定义滑块 内阴影+圆角*/ ::-webkit-scrollbar-thumb { diff --git a/src/components/HeaderTop.vue b/src/components/HeaderTop.vue index 0f059c2..7c061ea 100644 --- a/src/components/HeaderTop.vue +++ b/src/components/HeaderTop.vue @@ -7,15 +7,15 @@ @@ -696,8 +696,8 @@ export default { z-index: 1999; } -.zhan { - height: 80px; +.placeholder-block { + height: 120px; } .page_top { @@ -722,7 +722,8 @@ export default { flex: 1; display: flex; align-items: center; - justify-content: space-between; + justify-content: flex-end; + gap: 30px; height: 44px; div { @@ -782,7 +783,7 @@ export default { } .aBsolt { - width: 237px; + width: 200px; text-align: center; position: absolute; color: #333; @@ -791,12 +792,12 @@ export default { box-shadow: 0px 2px 20px 0px rgba(135, 135, 135, 0.3); border-radius: 8px 8px 8px 8px; padding: 10px 0; // padding: 10px 36px; - transform: translate(-72px, 0); + transform: translate(-62px, 0); // bottom: 0; } .aBsolts { - width: 237px; + width: 200px; transform: translateX(0); text-align: center; position: absolute; @@ -827,13 +828,13 @@ export default { .aBsolt_i:hover { color: #ffffff; - background: #e80502; + background: var(--primary-color); border-radius: 8px 8px 8px 8px; } .aBsolt_iu:hover .aBsolt_ii { color: #ffffff; - background: #e80502; + background: var(--primary-color); border-radius: 8px 8px 8px 8px; } diff --git a/src/components/Swiper.vue b/src/components/Swiper.vue index 31d253e..4f61f79 100644 --- a/src/components/Swiper.vue +++ b/src/components/Swiper.vue @@ -7,39 +7,44 @@ - - diff --git a/src/views/goodsDetails/index.vue b/src/views/goodsDetails/index.vue index 2dc7799..ae82112 100644 --- a/src/views/goodsDetails/index.vue +++ b/src/views/goodsDetails/index.vue @@ -1,9 +1,3 @@ - \ No newline at end of file + diff --git a/src/views/shoppingMall/index.vue b/src/views/shoppingMall/index.vue index fc72ec4..e386aad 100644 --- a/src/views/shoppingMall/index.vue +++ b/src/views/shoppingMall/index.vue @@ -1,7 +1,7 @@