liujiangyong
2 years ago
2 changed files with 96 additions and 38 deletions
@ -0,0 +1,44 @@ |
|||||
|
.top { |
||||
|
display: flex; |
||||
|
justify-content: space-between; |
||||
|
|
||||
|
.title { |
||||
|
background-color: #fff; |
||||
|
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; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.stru-name { |
||||
|
font-family: PingFangSC-Medium; |
||||
|
font-weight: 500; |
||||
|
font-size: 16px; |
||||
|
color: #323233; |
||||
|
} |
||||
|
.point-name { |
||||
|
font-family: PingFangSC-Regular; |
||||
|
font-weight: 400; |
||||
|
font-size: 14px; |
||||
|
color: #646566; |
||||
|
line-height: 18px; |
||||
|
} |
Loading…
Reference in new issue