首页静态资源添加
Showing
8 changed files
with
4 additions
and
2 deletions
| ... | @@ -477,8 +477,10 @@ export default { | ... | @@ -477,8 +477,10 @@ export default { |
| 477 | height: 70px; | 477 | height: 70px; |
| 478 | // border-bottom: 1px solid#EAEAEA; | 478 | // border-bottom: 1px solid#EAEAEA; |
| 479 | box-sizing: border-box; | 479 | box-sizing: border-box; |
| 480 | // background-image: url('../assets/images/banner.png'); | 480 | background: url('../assets/images/banner.png') no-repeat center center; |
| 481 | background-color: #006CFF; | 481 | background-size: cover; |
| 482 | // background-color: #006CFF; | ||
| 483 | // background: linear-gradient(270deg, #0091FF 5%, #006CFF 86%) ; | ||
| 482 | display: flex; | 484 | display: flex; |
| 483 | flex-grow: 1; | 485 | flex-grow: 1; |
| 484 | border-left: 1px solid #3E9FFF; | 486 | border-left: 1px solid #3E9FFF; | ... | ... |
-
Please register or sign in to post a comment