mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-10 22:18:10 +00:00
24 lines
383 B
Plaintext
24 lines
383 B
Plaintext
.header {
|
|
box-sizing: content-box;
|
|
padding: 3px 12px;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 50px;
|
|
background-color: #000;
|
|
.logo {
|
|
margin-right: 10px;
|
|
max-width: 160px;
|
|
max-height: 46px;
|
|
height: 46px;
|
|
overflow: hidden;
|
|
img {
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
}
|
|
.title {
|
|
// font-size: 20px;
|
|
color: #fff;
|
|
}
|
|
}
|