Commit 8088f1f0b777390f3155bd3dad07a1172bfd2b49
1 parent
cca792f0
解决方案
Showing
7 changed files
with
4 additions
and
2 deletions
webintroduce/src/assets/images/solution/operate.png
webintroduce/src/assets/images/solution/summary-list02.png
webintroduce/src/assets/images/solution/worth-list01.png
webintroduce/src/assets/images/solution/worth-list02.png
webintroduce/src/assets/images/solution/worth-list03.png
webintroduce/src/components/Vsection.vue
webintroduce/src/views/solution.vue
... | ... | @@ -201,6 +201,7 @@ export default { |
201 | 201 | } |
202 | 202 | .worth-list{ |
203 | 203 | width: 1200px; |
204 | + padding: 10px ; | |
204 | 205 | margin: 0 auto 30px; |
205 | 206 | overflow: hidden; |
206 | 207 | background: #fff; |
... | ... | @@ -209,7 +210,7 @@ export default { |
209 | 210 | height:409px; |
210 | 211 | float: left; |
211 | 212 | background:rgba(255,255,255,1); |
212 | - box-shadow:0px 7px 54px 0px rgba(157,165,167,0.7); | |
213 | + box-shadow:0px 0px 4px 4px rgba(157,165,167,0.2); | |
213 | 214 | border-radius:8px; |
214 | 215 | |
215 | 216 | &:nth-of-type(1){ |
... | ... | @@ -223,7 +224,7 @@ export default { |
223 | 224 | } |
224 | 225 | } |
225 | 226 | &:nth-of-type(2){ |
226 | - margin: 0 40px; | |
227 | + margin: 0 30px; | |
227 | 228 | background: url("../assets/images/solution/worth-list02.png") no-repeat; |
228 | 229 | background-size: 100% 100%; |
229 | 230 | div{ | ... | ... |