diff --git a/public/index.html b/public/index.html index 9a485d6..e4eb606 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,7 @@ + 硕为思汽车智能洞察系统 diff --git a/src/App.vue b/src/App.vue index d8aa575..9887448 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ + + + + + \ No newline at end of file diff --git a/src/components/v-percent/index.vue b/src/components/v-percent/index.vue new file mode 100644 index 0000000..50dce65 --- /dev/null +++ b/src/components/v-percent/index.vue @@ -0,0 +1,193 @@ + + + + + + + \ No newline at end of file diff --git a/src/lycomponents/iHeader/index.vue b/src/lycomponents/iHeader/index.vue index 3cc9fbc..005d36c 100644 --- a/src/lycomponents/iHeader/index.vue +++ b/src/lycomponents/iHeader/index.vue @@ -142,11 +142,11 @@ export default { background-size: 100% 100%; .iH-left { display: flex; - height: 100%; width: 657px; margin-left: 16px; justify-content: flex-start; margin-top: 16px; + height: 32px; .iH-left-img1 { width: 24px; height: 24px; @@ -167,7 +167,7 @@ export default { } .iH-right { display: flex; - height: 100%; + height: 32px; width: 657px; justify-content: flex-end; margin-right: 16px; diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue index 06c397d..0209813 100644 --- a/src/lycomponents/iHeaderBrand/index.vue +++ b/src/lycomponents/iHeaderBrand/index.vue @@ -197,11 +197,11 @@ export default { background-size: 100% 100%; .iH-left { display: flex; - height: 100%; width: 657px; margin-left: 16px; justify-content: flex-start; margin-top: 16px; + height: 32px; .iH-left-img1 { width: 24px; height: 24px; @@ -222,7 +222,7 @@ export default { } .iH-right { display: flex; - height: 100%; + height: 32px; width: 657px; justify-content: flex-end; margin-right: 16px; diff --git a/src/lycomponents/iHeaderMa/index.vue b/src/lycomponents/iHeaderMa/index.vue index 595f6b6..e9306a3 100644 --- a/src/lycomponents/iHeaderMa/index.vue +++ b/src/lycomponents/iHeaderMa/index.vue @@ -153,11 +153,11 @@ export default { background-size: 100% 100%; .iH-left { display: flex; - height: 100%; width: 657px; margin-left: 16px; justify-content: flex-start; margin-top: 16px; + height: 32px; .iH-left-img1 { width: 24px; height: 24px; @@ -178,7 +178,7 @@ export default { } .iH-right { display: flex; - height: 100%; + height: 32px; width: 657px; justify-content: flex-end; margin-right: 16px; diff --git a/src/lycomponents/iLayout/index.vue b/src/lycomponents/iLayout/index.vue index 791c8fa..87132b0 100644 --- a/src/lycomponents/iLayout/index.vue +++ b/src/lycomponents/iLayout/index.vue @@ -1,7 +1,7 @@ + + + + + \ No newline at end of file diff --git a/src/views/BrandComparison/BrandComparison.vue b/src/views/BrandComparison/BrandComparison.vue new file mode 100644 index 0000000..c5d34e9 --- /dev/null +++ b/src/views/BrandComparison/BrandComparison.vue @@ -0,0 +1,203 @@ + + + + + + + + diff --git a/src/views/BrandComparison/brandCompateHeader/index.vue b/src/views/BrandComparison/brandCompateHeader/index.vue new file mode 100644 index 0000000..52e869e --- /dev/null +++ b/src/views/BrandComparison/brandCompateHeader/index.vue @@ -0,0 +1,185 @@ + + + + + + diff --git a/src/views/BrandComparison/brandTonalDistribution/roundata/index.vue b/src/views/BrandComparison/brandTonalDistribution/roundata/index.vue index 13bc39a..8797c66 100644 --- a/src/views/BrandComparison/brandTonalDistribution/roundata/index.vue +++ b/src/views/BrandComparison/brandTonalDistribution/roundata/index.vue @@ -1,7 +1,7 @@ @@ -173,66 +41,7 @@ export default { .bc-outter { padding: 0px 16px 16px 16px; } -.bc-d1 { - width: 100%; - height: 222px; - border: 2px solid #0f2a4d; - .bc-d1-inner { - width: 100%; - height: calc(100% - 48px); - display: flex; - justify-content: flex-start; - align-items: center; - .bc-d1-item { - display: inline-block; - display: flex; - justify-content: flex-start; - } - .d1-m1 { - width: 96px; - height: 102px; - } - .d1-item { - position: relative; - width: 228.5px; - height: 120px; - background-image: url("../../assets/images/BrandInsight/img_pd.png"); - background-repeat: no-repeat; - background-size: 100% 100%; - .s1 { - position: absolute; - font-size: 14px; - color: #b2daf8; - top: 52px; - left: 43px; - } - .s2 { - position: absolute; - top: 50px; - left: 110px; - color: #fff; - font-size: 20px; - } - .s3 { - display: block; - position: absolute; - top: 0px; - right: 0px; - width: 95px; - height: 28px; - background-image: url("../../assets/images/BrandInsight/img_xbut.png"); - background-repeat: no-repeat; - background-size: cover; - color: #4390ba; - text-align: center; - line-height: 28px; - font-size: 12px; - cursor: pointer; - } - } - } -} .bc-d2 { width: 100%; height: auto; diff --git a/src/views/BrandComparison/weiboTuneComparison/index.vue b/src/views/BrandComparison/weiboTuneComparison/index.vue index 3ee670c..23a2b69 100644 --- a/src/views/BrandComparison/weiboTuneComparison/index.vue +++ b/src/views/BrandComparison/weiboTuneComparison/index.vue @@ -1,7 +1,7 @@ + + + diff --git a/src/views/BrandComparison/weiboTuneComparison/roundata/opt.js b/src/views/BrandComparison/weiboTuneComparison/wbRoundata/opt.js similarity index 100% rename from src/views/BrandComparison/weiboTuneComparison/roundata/opt.js rename to src/views/BrandComparison/weiboTuneComparison/wbRoundata/opt.js diff --git a/src/views/BrandInsight/index.vue b/src/views/BrandInsight/index.vue index e0b931f..1b17956 100644 --- a/src/views/BrandInsight/index.vue +++ b/src/views/BrandInsight/index.vue @@ -1,7 +1,7 @@