airport/CN/css/enstyle.css

51 lines
1.1 KiB
CSS
Raw Normal View History

2021-10-28 03:47:21 +00:00
/*英文版兼容*/
/* 小于等于多少高度的样式 */
@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) {
2021-10-28 06:14:15 +00:00
.list .text > span{
font-size: 16px;
line-height: 20px;
}
2021-10-28 03:47:21 +00:00
}
@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){
}