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.
42 lines
768 B
42 lines
768 B
.dep-box {
|
|
height: 213px;
|
|
background: #fff;
|
|
padding: 10px 16px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.user-box {
|
|
background: #fff;
|
|
padding: 10px 16px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|