首页
Showing
3 changed files
with
9 additions
and
8 deletions
| ... | @@ -179,7 +179,8 @@ const goAround = () => { | ... | @@ -179,7 +179,8 @@ const goAround = () => { |
| 179 | 179 | ||
| 180 | .footAll { | 180 | .footAll { |
| 181 | //background: #E0E3E5; | 181 | //background: #E0E3E5; |
| 182 | background: url("@/assets/pc/bottom_bg.png"); | 182 | background: url("@/assets/pc/bottom_bg.png"), no-repeat; |
| 183 | background-size: 100% 100%; | ||
| 183 | padding: 36px 0 5px; | 184 | padding: 36px 0 5px; |
| 184 | 185 | ||
| 185 | p { | 186 | p { | ... | ... |
| ... | @@ -324,8 +324,8 @@ function getCode() { | ... | @@ -324,8 +324,8 @@ function getCode() { |
| 324 | justify-content: space-between; | 324 | justify-content: space-between; |
| 325 | height: 80px; | 325 | height: 80px; |
| 326 | align-items: center; | 326 | align-items: center; |
| 327 | background-image: url("@/assets/pc/nav_bg.png"); | 327 | background: url("@/assets/pc/nav_bg.png"), no-repeat; |
| 328 | background-size: 100%; | 328 | background-size: 100% 100%; |
| 329 | 329 | ||
| 330 | .logo { | 330 | .logo { |
| 331 | height: 60px; | 331 | height: 60px; | ... | ... |
| ... | @@ -351,27 +351,27 @@ function goBooking(n, f) { | ... | @@ -351,27 +351,27 @@ function goBooking(n, f) { |
| 351 | 351 | ||
| 352 | .bgImg1 { | 352 | .bgImg1 { |
| 353 | background: url("@/assets/pc/btn_bg01.png") no-repeat; | 353 | background: url("@/assets/pc/btn_bg01.png") no-repeat; |
| 354 | background-size: 100%; | 354 | background-size: 100% 100%; |
| 355 | } | 355 | } |
| 356 | 356 | ||
| 357 | .bgImg2 { | 357 | .bgImg2 { |
| 358 | background: url("@/assets/pc/btn_bg02.png") no-repeat; | 358 | background: url("@/assets/pc/btn_bg02.png") no-repeat; |
| 359 | background-size: 100%; | 359 | background-size: 100% 100%; |
| 360 | } | 360 | } |
| 361 | 361 | ||
| 362 | .bgImg3 { | 362 | .bgImg3 { |
| 363 | background: url("@/assets/pc/btn_bg03.png") no-repeat; | 363 | background: url("@/assets/pc/btn_bg03.png") no-repeat; |
| 364 | background-size: 100%; | 364 | background-size: 100% 100%; |
| 365 | } | 365 | } |
| 366 | 366 | ||
| 367 | .bgImg4 { | 367 | .bgImg4 { |
| 368 | background: url("@/assets/pc/btn_bg04.png") no-repeat; | 368 | background: url("@/assets/pc/btn_bg04.png") no-repeat; |
| 369 | background-size: 100%; | 369 | background-size: 100% 100%; |
| 370 | } | 370 | } |
| 371 | 371 | ||
| 372 | .bgImg5 { | 372 | .bgImg5 { |
| 373 | background: url("@/assets/pc/btn_bg05.png") no-repeat; | 373 | background: url("@/assets/pc/btn_bg05.png") no-repeat; |
| 374 | background-size: 100%; | 374 | background-size: 100% 100%; |
| 375 | } | 375 | } |
| 376 | 376 | ||
| 377 | .itemBox_en .item { | 377 | .itemBox_en .item { | ... | ... |
-
Please register or sign in to post a comment