|
@@ -141,7 +141,7 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-evenly;
|
|
justify-content: space-evenly;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 60px;
|
|
|
|
|
|
|
+ height: 65px;
|
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
|
padding: 4px 0;
|
|
padding: 4px 0;
|
|
|
// border-radius: 30px;
|
|
// border-radius: 30px;
|
|
@@ -157,20 +157,21 @@ export default {
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
border-radius: 60px;
|
|
border-radius: 60px;
|
|
|
span {
|
|
span {
|
|
|
- font-size: 12px;
|
|
|
|
|
|
|
+ font-size: 13px;
|
|
|
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
|
|
font-family: Source Han Sans CN-Bold, Source Han Sans CN;
|
|
|
// font-weight: 600;
|
|
// font-weight: 600;
|
|
|
- color: #bebebe;
|
|
|
|
|
|
|
+ // color: #bebebe;
|
|
|
|
|
+ color: #000000;
|
|
|
transform: scale(0.9, 0.9);
|
|
transform: scale(0.9, 0.9);
|
|
|
}
|
|
}
|
|
|
.li_img {
|
|
.li_img {
|
|
|
- width: 24px;
|
|
|
|
|
- height: 24px;
|
|
|
|
|
|
|
+ width: 26px;
|
|
|
|
|
+ height: 26px;
|
|
|
margin-bottom: 3px;
|
|
margin-bottom: 3px;
|
|
|
}
|
|
}
|
|
|
.bright {
|
|
.bright {
|
|
|
- width: 24px;
|
|
|
|
|
- height: 24px;
|
|
|
|
|
|
|
+ width: 26px;
|
|
|
|
|
+ height: 26px;
|
|
|
}
|
|
}
|
|
|
.active {
|
|
.active {
|
|
|
color: #29b386;
|
|
color: #29b386;
|