liujiangyong
2 years ago
8 changed files with 281 additions and 167 deletions
After Width: | Height: | Size: 917 B |
@ -1,2 +1,30 @@ |
|||
@import '~perfect-scrollbar/css/perfect-scrollbar.css'; |
|||
@import '~nprogress/nprogress.css'; |
|||
|
|||
.global-main { |
|||
background: #FFFFFF; |
|||
box-shadow: 0 0 12px 2px #dcdee033; |
|||
border-radius: 2px; |
|||
padding: 16px; |
|||
} |
|||
|
|||
.global-light-row { |
|||
background: #fff; |
|||
} |
|||
|
|||
.global-dark-row { |
|||
background: #FAFCFF; |
|||
} |
|||
|
|||
// .global-pagination { |
|||
// .ant-pagination-item { |
|||
// border-color: #fff; |
|||
// } |
|||
// .ant-pagination-item-active { |
|||
// border-color: #EAF2FF; |
|||
// background: #EAF2FF; |
|||
// } |
|||
// .ant-pagination-item-link { |
|||
// border-color: #fff !important; |
|||
// } |
|||
// } |
@ -0,0 +1,42 @@ |
|||
.dep-box { |
|||
height: 213px; |
|||
background: #fff; |
|||
padding: 16px; |
|||
margin-bottom: 20px; |
|||
} |
|||
|
|||
.user-box { |
|||
background: #fff; |
|||
padding: 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; |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,30 @@ |
|||
.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; |
|||
} |
Loading…
Reference in new issue