liujiangyong
1 year ago
3 changed files with 119 additions and 61 deletions
@ -0,0 +1,49 @@ |
|||
.main { |
|||
width: 100%; |
|||
background: #fff; |
|||
padding: 10px 16px; |
|||
|
|||
.title { |
|||
display: inline-block; |
|||
|
|||
.line { |
|||
display: inline-block; |
|||
width: 3px; |
|||
height: 20px; |
|||
background: #006BE3; |
|||
} |
|||
|
|||
.cn { |
|||
font-family: YouSheBiaoTiHei; |
|||
font-size: 24px; |
|||
color: #101531; |
|||
margin-left: 11px; |
|||
} |
|||
|
|||
.en { |
|||
font-family: D-DINExp-Italic; |
|||
font-weight: Italic; |
|||
font-size: 12px; |
|||
color: #969799; |
|||
} |
|||
} |
|||
|
|||
.tree-box { |
|||
display: flex; |
|||
width: 100%; |
|||
|
|||
.user-list { |
|||
display: flex; |
|||
flex-direction: column; |
|||
margin-left: 100px; |
|||
} |
|||
} |
|||
|
|||
.list-title { |
|||
font-family: PingFangSC-Medium; |
|||
font-weight: 600; |
|||
font-size: 16px; |
|||
color: #000000d9; |
|||
margin-left: 15px; |
|||
} |
|||
} |
Loading…
Reference in new issue