From 9bb5b533c3ac07dabd66cdb46150cf5a89e6c6a8 Mon Sep 17 00:00:00 2001 From: "lily.zhang" Date: Wed, 3 Nov 2021 11:21:56 +0800 Subject: [PATCH] cxw-010203 --- src/lycomponents/iHeader/index.vue | 15 +++++++-------- src/lycomponents/iHeaderBrand/index.vue | 19 +++++++++---------- src/lycomponents/iHeaderMa/index.vue | 22 +++++++++++----------- src/lycomponents/iLayout/index.vue | 10 +++++++--- src/views/Index/index.vue | 15 ++++++++------- 5 files changed, 42 insertions(+), 39 deletions(-) diff --git a/src/lycomponents/iHeader/index.vue b/src/lycomponents/iHeader/index.vue index ed96577..3cc9fbc 100644 --- a/src/lycomponents/iHeader/index.vue +++ b/src/lycomponents/iHeader/index.vue @@ -136,18 +136,17 @@ export default { display: flex; justify-content: space-between; width: 100%; - height: auto; + height: 80px; background-image: url("../../assets/images/Index/img_toubuer.png"); background-repeat: no-repeat; - background-size: cover; + background-size: 100% 100%; .iH-left { display: flex; height: 100%; - width: 430px; + width: 657px; margin-left: 16px; justify-content: flex-start; - margin-top: 18px; - width: 400px; + margin-top: 16px; .iH-left-img1 { width: 24px; height: 24px; @@ -163,16 +162,16 @@ export default { } } .iH-center { - width: 560px; + width: 490px; height: auto; } .iH-right { display: flex; height: 100%; - width: 430px; + width: 657px; justify-content: flex-end; margin-right: 16px; - margin-top: 18px; + margin-top: 16px; .s1 { display: inline-block; font-size: 16px; diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue index 1fe534a..06c397d 100644 --- a/src/lycomponents/iHeaderBrand/index.vue +++ b/src/lycomponents/iHeaderBrand/index.vue @@ -36,7 +36,7 @@
- +
{{ clock }} @@ -191,17 +191,17 @@ export default { display: flex; justify-content: space-between; width: 100%; - height: auto; + height: 80px; background-image: url("../../assets/images/Index/img_toubuer.png"); background-repeat: no-repeat; - background-size: cover; + background-size: 100% 100%; .iH-left { display: flex; height: 100%; + width: 657px; margin-left: 16px; justify-content: flex-start; - margin-top: 18px; - width: 657px; + margin-top: 16px; .iH-left-img1 { width: 24px; height: 24px; @@ -217,16 +217,16 @@ export default { } } .iH-center { - width: 560px; + width: 490px; height: auto; } .iH-right { display: flex; - width: 657px; height: 100%; + width: 657px; justify-content: flex-end; margin-right: 16px; - margin-top: 18px; + margin-top: 16px; .s1 { display: inline-block; font-size: 16px; @@ -243,7 +243,6 @@ export default { font-size: 14px; color: #ffffff; margin-left: 8px; - margin-top: 2px; } .m1 { display: inline-block; @@ -259,7 +258,7 @@ export default { margin-left: 11px; /deep/ .anticon svg { font-size: 20px !important; - margin-top: 2px; + margin-top: 0px; } } .selHead { diff --git a/src/lycomponents/iHeaderMa/index.vue b/src/lycomponents/iHeaderMa/index.vue index 0be8f86..595f6b6 100644 --- a/src/lycomponents/iHeaderMa/index.vue +++ b/src/lycomponents/iHeaderMa/index.vue @@ -32,7 +32,7 @@
- +
{{ clock }} @@ -147,17 +147,17 @@ export default { display: flex; justify-content: space-between; width: 100%; - height: auto; + height: 80px; background-image: url("../../assets/images/Index/img_toubuer.png"); background-repeat: no-repeat; - background-size: cover; + background-size: 100% 100%; .iH-left { display: flex; height: 100%; + width: 657px; margin-left: 16px; justify-content: flex-start; - margin-top: 18px; - width: 657px; + margin-top: 16px; .iH-left-img1 { width: 24px; height: 24px; @@ -173,16 +173,16 @@ export default { } } .iH-center { - width: 560px; + width: 490px; height: auto; } .iH-right { display: flex; - width: 657px; height: 100%; - justify-content: flex-start; + width: 657px; + justify-content: flex-end; margin-right: 16px; - margin-top: 18px; + margin-top: 16px; .s1 { display: inline-block; font-size: 16px; @@ -218,8 +218,8 @@ export default { } } .selHead { - width: 120px; - margin-left: 40px; + width: 120px; + margin-left: 40px; margin-right: 8px; } diff --git a/src/lycomponents/iLayout/index.vue b/src/lycomponents/iLayout/index.vue index 833bba8..791c8fa 100644 --- a/src/lycomponents/iLayout/index.vue +++ b/src/lycomponents/iLayout/index.vue @@ -1,18 +1,18 @@