|
|
@@ -7,21 +7,26 @@ |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
flex-direction: row; |
|
|
|
box-shadow: 0px 0.5px 0px 0px #EEF2F5; |
|
|
|
box-shadow: 0px 0.5px 0px 0px #eef2f5; |
|
|
|
background-color: #fff; |
|
|
|
z-index: 1001; |
|
|
|
} |
|
|
|
.left, .right { |
|
|
|
.left, |
|
|
|
.right { |
|
|
|
flex: none; |
|
|
|
line-height: 0; |
|
|
|
|
|
|
|
} |
|
|
|
.right { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
.mr16 { margin-right: 16px; } |
|
|
|
.mr12 { margin-right: 12px;} |
|
|
|
.mr16 { |
|
|
|
margin-right: 16px; |
|
|
|
} |
|
|
|
.mr12 { |
|
|
|
margin-right: 12px; |
|
|
|
} |
|
|
|
.split { |
|
|
|
display: inline-block; |
|
|
|
width: 1px; |
|
|
@@ -29,4 +34,4 @@ |
|
|
|
.mr16(); |
|
|
|
background-color: rgba(#000, 0.1); |
|
|
|
} |
|
|
|
} |
|
|
|
} |