英文版单独css

master
milo 2021-10-28 11:47:21 +08:00
parent 03738b60c6
commit caa19c2f82
1 changed files with 47 additions and 0 deletions

47
CN/css/enstyle.css Normal file
View File

@ -0,0 +1,47 @@
/*英文版兼容*/
/* 小于等于多少高度的样式 */
@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) {
}
@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){
}