From 8088f1f0b777390f3155bd3dad07a1172bfd2b49 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Mon, 13 May 2019 14:49:13 +0800 Subject: [PATCH] 解决方案 --- webintroduce/src/assets/images/solution/operate.png | Bin 27665 -> 0 bytes webintroduce/src/assets/images/solution/summary-list02.png | Bin 17627 -> 0 bytes webintroduce/src/assets/images/solution/worth-list01.png | Bin 10835 -> 0 bytes webintroduce/src/assets/images/solution/worth-list02.png | Bin 11834 -> 0 bytes webintroduce/src/assets/images/solution/worth-list03.png | Bin 14461 -> 0 bytes webintroduce/src/components/Vsection.vue | 1 + webintroduce/src/views/solution.vue | 5 +++-- 7 files changed, 4 insertions(+), 2 deletions(-) diff --git a/webintroduce/src/assets/images/solution/operate.png b/webintroduce/src/assets/images/solution/operate.png index 6e984a5..40a6a74 100644 Binary files a/webintroduce/src/assets/images/solution/operate.png and b/webintroduce/src/assets/images/solution/operate.png differ diff --git a/webintroduce/src/assets/images/solution/summary-list02.png b/webintroduce/src/assets/images/solution/summary-list02.png index ea5d730..3f61c07 100644 Binary files a/webintroduce/src/assets/images/solution/summary-list02.png and b/webintroduce/src/assets/images/solution/summary-list02.png differ diff --git a/webintroduce/src/assets/images/solution/worth-list01.png b/webintroduce/src/assets/images/solution/worth-list01.png index bad79ce..d80db00 100644 Binary files a/webintroduce/src/assets/images/solution/worth-list01.png and b/webintroduce/src/assets/images/solution/worth-list01.png differ diff --git a/webintroduce/src/assets/images/solution/worth-list02.png b/webintroduce/src/assets/images/solution/worth-list02.png index 02d3414..800c58a 100644 Binary files a/webintroduce/src/assets/images/solution/worth-list02.png and b/webintroduce/src/assets/images/solution/worth-list02.png differ diff --git a/webintroduce/src/assets/images/solution/worth-list03.png b/webintroduce/src/assets/images/solution/worth-list03.png index 1aa408c..0ee196c 100644 Binary files a/webintroduce/src/assets/images/solution/worth-list03.png and b/webintroduce/src/assets/images/solution/worth-list03.png differ diff --git a/webintroduce/src/components/Vsection.vue b/webintroduce/src/components/Vsection.vue index a4c73c2..b5d0c27 100644 --- a/webintroduce/src/components/Vsection.vue +++ b/webintroduce/src/components/Vsection.vue @@ -41,6 +41,7 @@ export default { .detail-section-bg{ background-repeat: no-repeat; background-position: center center; + background-size: 100% ; } .detail-section-list{ text-align: left; diff --git a/webintroduce/src/views/solution.vue b/webintroduce/src/views/solution.vue index 6cc14e6..ec6c78d 100644 --- a/webintroduce/src/views/solution.vue +++ b/webintroduce/src/views/solution.vue @@ -201,6 +201,7 @@ export default { } .worth-list{ width: 1200px; + padding: 10px ; margin: 0 auto 30px; overflow: hidden; background: #fff; @@ -209,7 +210,7 @@ export default { height:409px; float: left; background:rgba(255,255,255,1); - box-shadow:0px 7px 54px 0px rgba(157,165,167,0.7); + box-shadow:0px 0px 4px 4px rgba(157,165,167,0.2); border-radius:8px; &:nth-of-type(1){ @@ -223,7 +224,7 @@ export default { } } &:nth-of-type(2){ - margin: 0 40px; + margin: 0 30px; background: url("../assets/images/solution/worth-list02.png") no-repeat; background-size: 100% 100%; div{ -- libgit2 0.21.4