@@ -217,6 +217,9 @@ export default {
font-size: 14px;
line-height: 20px;
color: #1D1D1D;
+ @media only screen and (max-width: 1200px) {
+ font-size: 12px;
+ }
}
.item-img{
width: 44px;
@@ -219,6 +219,9 @@ $main: #2cb7ca;