mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-24 10:09:47 +08:00
首页头部初步
This commit is contained in:
27
src/compenents/header/index.module.scss
Normal file
27
src/compenents/header/index.module.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user