|
@@ -758,9 +758,9 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
}
|
|
|
@media (max-width: 768px){
|
|
|
background: #fff;margin: 20px 0 0;
|
|
|
- li{width: 100px;height: 30px;line-height:30px;margin:0 10px;padding:0;border-radius:5px;border: 1px solid rgb(0, 102, 204);@include setFontStyle(-4);
|
|
|
- color: rgb(0, 102, 204);background: #fff;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);box-sizing: border-box}
|
|
|
- li.active{color: #fff;background: rgb(0, 102, 204);}
|
|
|
+ li{width: 100px;height: 30px;line-height:30px;margin:0 10px;padding:0;border-radius:5px;border: 1px solid #00b96b;@include setFontStyle(-4);
|
|
|
+ color: #00b96b;background: #fff;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);box-sizing: border-box}
|
|
|
+ li.active{color: #fff;background: #00b96b;}
|
|
|
li:hover{transform: none;}
|
|
|
}
|
|
|
}
|