首页头部初步

This commit is contained in:
禺狨
2023-03-23 17:43:41 +08:00
parent a3da93be82
commit 872f5baca8
11 changed files with 144 additions and 7 deletions

View File

@@ -0,0 +1,27 @@
.app-header {
width: 100%;
position: sticky;
top: 0;
left: 0;
right: 0;
height: 60px;
background: #ffffff;
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
.main-header {
width: 1200px;
height: 60px;
line-height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 auto;
.App-logo {
width: auto;
height: 40px;
img {
width: auto;
height: 40px;
}
}
}
}