|
@@ -380,7 +380,7 @@ export default {
|
|
|
height: 33px;
|
|
|
line-height: 33px;
|
|
|
color: #fff;
|
|
|
- background: #3975f4;
|
|
|
+ background: #2496f1;
|
|
|
font-size: 16px;
|
|
|
text-align: center;
|
|
|
border: {
|
|
@@ -412,7 +412,7 @@ export default {
|
|
|
display: inline-block;
|
|
|
width: 69px;
|
|
|
color: #fff;
|
|
|
- background: #3975f4;
|
|
|
+ background: #2496f1;
|
|
|
text-align: center;
|
|
|
margin: 0 6px 0 -1px;
|
|
|
/*vertical-align: middle;*/
|
|
@@ -448,7 +448,7 @@ export default {
|
|
|
display: inline-block;
|
|
|
width: 69px;
|
|
|
color: #fff;
|
|
|
- background: #3975f4;
|
|
|
+ background: #2496f1;
|
|
|
text-align: center;
|
|
|
margin: 0 6px 0 -1px;
|
|
|
height: 33px;
|
|
@@ -505,7 +505,7 @@ export default {
|
|
|
.fa {
|
|
|
color: #333;
|
|
|
&.active {
|
|
|
- color: #5078cb;
|
|
|
+ color: #2496f1;
|
|
|
}
|
|
|
}
|
|
|
&:nth-child(1) {
|
|
@@ -810,7 +810,7 @@ export default {
|
|
|
min-height: auto;
|
|
|
border-radius: 2px;
|
|
|
.title {
|
|
|
- background-color: #4290f7;
|
|
|
+ background-color: #2496f1;
|
|
|
height: 22px;
|
|
|
line-height: 22px;
|
|
|
margin-bottom: 20px;
|
|
@@ -820,7 +820,7 @@ export default {
|
|
|
line-height: 20px;
|
|
|
padding-top: 0;
|
|
|
i {
|
|
|
- color: #4290f7;
|
|
|
+ color: #2496f1;
|
|
|
margin-right: 4px;
|
|
|
}
|
|
|
span {
|
|
@@ -830,7 +830,7 @@ export default {
|
|
|
div {
|
|
|
a {
|
|
|
width: 78px;
|
|
|
- background: #4290f7;
|
|
|
+ background: #2496f1;
|
|
|
margin: 18px 0 13px 0;
|
|
|
border-radius: 2px;
|
|
|
}
|