2021-10-28 03:47:21 +00:00
|
|
|
/*英文版兼容*/
|
2021-10-29 02:18:52 +00:00
|
|
|
.head_box .pull-right .top-box .link-box .between-center div{
|
|
|
|
width: 140px;
|
|
|
|
margin-left: -70px;
|
|
|
|
}
|
2021-10-29 05:26:48 +00:00
|
|
|
.beian{
|
|
|
|
min-height: 20px;
|
|
|
|
height: auto !important;
|
|
|
|
}
|
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;
|
|
|
|
}
|
2021-10-29 01:58:03 +00:00
|
|
|
.mune .w-1200 .list{
|
|
|
|
overflow: initial !important;
|
|
|
|
}
|
|
|
|
.mune-other.mune .list a span{
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 0px;
|
|
|
|
line-height: 80px;
|
|
|
|
}
|
2021-10-28 03:47:21 +00:00
|
|
|
.mune .list a span{
|
|
|
|
font-size: 14px;
|
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2021-10-29 01:58:03 +00:00
|
|
|
height: 80px;
|
2021-10-28 03:47:21 +00:00
|
|
|
}
|
|
|
|
.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){
|
|
|
|
}
|