/*英文版兼容*/ /* 小于等于多少高度的样式 */ @media screen and (max-height:880px){ } @media screen and (max-height:600px){ } /* 小于等于多少宽度的样式 */ @media screen and (max-width:1660px){ } @media screen and (max-width:1440px){ } @media screen and (max-width:1366px){ } @media screen and (max-width:1200px){ } @media screen and (min-width: 1024px) { .list .text > span{ font-size: 16px; line-height: 20px; } } @media screen and (max-width:768px){ .mune .w-1200{ display: flex; overflow-x: auto; justify-content: flex-start; } .mune .w-1200 .list{ white-space: nowrap; width: auto; } .mune .w-1200 .list a{ min-width: 25vw; } .mune .list a span{ font-size: 14px; display: inline-block; width: auto; padding-left: 10px; padding-right: 10px; } .mune .list.active a span{ background: linear-gradient(156deg, #E2AB63 0%, #9B6C3A 100%); color: #fff; } } @media screen and (max-width:480px){ } @media screen and (max-width:360px){ }