mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-03-07 00:07:04 +00:00
43 lines
672 B
Plaintext
43 lines
672 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;
|
|
}
|
|
}
|
|
.list {
|
|
margin: 20px auto;
|
|
width: 94%;
|
|
.sourceList {
|
|
.sourceItem {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 16px;
|
|
.imgWrap {
|
|
|
|
}
|
|
.content {
|
|
margin-left: 12px;
|
|
.tit {
|
|
line-height: 2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |