airport/CN/css/enstyle.css

68 lines
1.5 KiB
CSS

/*英文版兼容*/
.head_box .pull-right .top-box .link-box .between-center div{
width: 140px;
margin-left: -70px;
}
.beian{
min-height: 20px;
height: auto !important;
}
/* 小于等于多少高度的样式 */
@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 .w-1200 .list{
overflow: initial !important;
}
.mune-other.mune .list a span{
padding-left: 10px;
padding-top: 0px;
line-height: 80px;
}
.mune .list a span{
font-size: 14px;
display: inline-block;
width: auto;
padding-left: 10px;
padding-right: 10px;
height: 80px;
}
.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){
}