diff --git a/src/pages/home/components/Shop.vue b/src/pages/home/components/Shop.vue index 23cbc98..64fd85c 100644 --- a/src/pages/home/components/Shop.vue +++ b/src/pages/home/components/Shop.vue @@ -127,7 +127,7 @@ onMounted(() => { .bottom { height: 100% - @th; background: red; - background: linear-gradient(to bottom, @eColor, white); + background: linear-gradient(to bottom, @eColor, #e1e1e1); } } @@ -223,7 +223,7 @@ onMounted(() => { } .fixed { - background: white; + background: #e1e1e1; } @p: 5rem; diff --git a/src/pages/home/slide/Slide3.vue b/src/pages/home/slide/Slide3.vue deleted file mode 100644 index 58f8f99..0000000 --- a/src/pages/home/slide/Slide3.vue +++ /dev/null @@ -1,208 +0,0 @@ - - - - - \ No newline at end of file