|
@@ -110,7 +110,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
> a.active {
|
|
|
- color: #2b5cfd;
|
|
|
+ color: #0066cc;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
bottom: -10px;
|
|
|
left: 0;
|
|
|
height: 2px;
|
|
|
- background-color: #2b5cfd;
|
|
|
+ background-color: #0066cc;
|
|
|
display: block;
|
|
|
position: absolute;
|
|
|
}
|
|
@@ -151,7 +151,7 @@ export default {
|
|
|
position: absolute;
|
|
|
border-width: 6px;
|
|
|
border-style: dashed dashed solid;
|
|
|
- border-color: transparent transparent #2b5cfd !important;
|
|
|
+ border-color: transparent transparent #0066cc !important;
|
|
|
top: -12px;
|
|
|
}
|
|
|
|
|
@@ -161,10 +161,11 @@ export default {
|
|
|
display: flex;
|
|
|
margin: 16px 1%;
|
|
|
align-items: center;
|
|
|
+ justify-content: center;
|
|
|
|
|
|
i {
|
|
|
- width: 28px;
|
|
|
- height: 28px;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
background-size: contain;
|
|
|
display: inline-block;
|
|
|
margin-right: 12px;
|
|
@@ -219,7 +220,7 @@ export default {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
- background-color: #2b5cfd;
|
|
|
+ background-color: #0066cc;
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
}
|
|
|
</style>
|