From caa19c2f825ec39410cbaac1ffbed8c7f235a3f7 Mon Sep 17 00:00:00 2001 From: milo Date: Thu, 28 Oct 2021 11:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=89=88=E5=8D=95=E7=8B=ACcs?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CN/css/enstyle.css | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 CN/css/enstyle.css diff --git a/CN/css/enstyle.css b/CN/css/enstyle.css new file mode 100644 index 0000000..77de072 --- /dev/null +++ b/CN/css/enstyle.css @@ -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){ +} \ No newline at end of file