diff --git a/src/App.vue b/src/App.vue index ac09804..a9f844e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,12 +11,14 @@ -
- @@ -32,6 +34,7 @@ position: sticky; top: 0; left: 0; + z-index: 999; .header-box { background-color: #F5F5F5; @@ -64,44 +67,50 @@ } } + .shop-menu-box { + background-color: #edeef6; + + .shop-menu { + width: 1200px; + height: 120px; + margin: 0 auto; + display: flex; + align-items: center; - .shop-menu { - width: 1200px; - height: 120px; - margin: 0 auto; - display: flex; - align-items: center; + .left-logo { + color: #999999; + font-weight: bold; + font-size: 20px; - .left-logo { - color: #999999; - font-weight: bold; - font-size: 20px; + img { + width: 176px; + height: 58px; + } + } - img { - width: 176px; - height: 58px; + + + input { + width: 700px; + height: 45px; + border: 1px solid #5CA4FF; + border-radius: 45px; + margin-left: 70px; + // margin-left: 190px; + } + + .erweima { + width: 80px; + height: 80px; + line-height: 80px; + margin-left: 30px; + background-color: skyblue; } } - - - input { - width: 700px; - height: 45px; - border: 1px solid #5CA4FF; - border-radius: 45px; - margin-left: 70px; - // margin-left: 190px; - } - - .erweima { - width: 80px; - height: 80px; - line-height: 80px; - margin-left: 30px; - background-color: skyblue; - } } + + } diff --git a/src/assets/img/home/2023_12_01_beijing2/u=2582695925,2435534682&fm=253&fmt=auto&app=138&f=JPEG.png b/src/assets/img/home/2023_12_01_beijing2/left_bg.png similarity index 100% rename from src/assets/img/home/2023_12_01_beijing2/u=2582695925,2435534682&fm=253&fmt=auto&app=138&f=JPEG.png rename to src/assets/img/home/2023_12_01_beijing2/left_bg.png diff --git a/src/style/css/reset.css b/src/style/css/reset.css index 05d1609..b6ff22e 100644 --- a/src/style/css/reset.css +++ b/src/style/css/reset.css @@ -138,7 +138,7 @@ table { #app { width: 100vw; - height: 100vh; + /* height: 100vh; */ background: linear-gradient(180deg, #ecedf5 0%, #f2f3f9 55%, #ffffff 100%); } diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 6e33a72..fd3d5b8 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -3,46 +3,129 @@ \ No newline at end of file