From d5ff0bbc5834e1dc7c7c21c0fa0b66063b2a005f Mon Sep 17 00:00:00 2001 From: muzi_ys <1099438829@qq.com> Date: Tue, 15 Jan 2019 23:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- broadcast.html | 42 ++++++++++++++++++++++++++++++++++++++++++ css/macdefault.css | 11 +++++------ 2 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 broadcast.html diff --git a/broadcast.html b/broadcast.html new file mode 100644 index 0000000..c925c32 --- /dev/null +++ b/broadcast.html @@ -0,0 +1,42 @@ + + + + + + + + + + MAC-UI最新资讯 + + + + +

YLUI已出炉

+
+

编辑日期 2018/06/20

+

MAC-UI华丽上线

+

今后产品动态,疑问解答等内容都会在码外社区内进行,感谢各位一如既往的支持与厚爱。

+
+ + diff --git a/css/macdefault.css b/css/macdefault.css index 7299e34..8c52891 100644 --- a/css/macdefault.css +++ b/css/macdefault.css @@ -203,8 +203,8 @@ body { } #win10-menu .list::-webkit-scrollbar,#win10_command_center::-webkit-scrollbar { - width: 8px; - height: 8px; + width: 0; + height: 0; } #win10-menu .list::-webkit-scrollbar-track,#win10_command_center::-webkit-scrollbar-track { @@ -691,7 +691,7 @@ body { .win10-open-iframe .layui-layer-content{ background-color: white; - max-height: calc(100% - 32px); + max-height: calc(100% - 30px); } .win10-open-iframe .layui-layer-title{ @@ -1058,7 +1058,6 @@ body { max-width:150px; } #win10-menu .list{ - padding-left: 2px; position: absolute; width:100%; left: 0; @@ -1074,7 +1073,7 @@ body { } #win10-menu .list .item, .sub-item{ - width: 100%; + width: calc(100% - 20px); } #win10_btn_time{display: none} @@ -1187,6 +1186,6 @@ body { } #win10-menu .list .item, .sub-item{ - width: 100%; + width: calc(100% - 20px); } } \ No newline at end of file