You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
515 B
30 lines
515 B
.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;
|
|
}
|
|
}
|
|
|
|
.flex-end {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|