|
@@ -315,6 +315,7 @@ export default {
|
|
|
align-items: center;
|
|
|
font-size: 0;
|
|
|
height: 68px;
|
|
|
+ padding: 0 20px;
|
|
|
background: #FFFFFF;
|
|
|
box-shadow: 0 -2px 4px 0 rgba(13, 13, 13, 0.03);
|
|
|
|
|
@@ -322,7 +323,6 @@ export default {
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- padding: 0 20px;
|
|
|
|
|
|
.logo-wrapper {
|
|
|
position: relative;
|
|
@@ -363,8 +363,12 @@ export default {
|
|
|
font-size: 21px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
|
- color: #D32323;
|
|
|
+ color: #999;
|
|
|
line-height: 29px;
|
|
|
+
|
|
|
+ &.highlight {
|
|
|
+ color: #D32323;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -384,8 +388,8 @@ export default {
|
|
|
border-radius: 25px;
|
|
|
|
|
|
&.not-enough {
|
|
|
- color: #CCC6C6;
|
|
|
- background: #736F6F;
|
|
|
+ color: #999;
|
|
|
+ background: #333;
|
|
|
}
|
|
|
|
|
|
&.enough {
|