This commit is contained in:
muzi_ys 2019-01-15 23:20:39 +08:00
parent 1485d38f37
commit d5ff0bbc58
2 changed files with 47 additions and 6 deletions

42
broadcast.html Normal file
View File

@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="pragma" content="no-cache">
<!-- HTTP 1.0 -->
<meta http-equiv="cache-control" content="no-cache">
<!-- Prevent caching at the proxy server -->
<meta http-equiv="expires" content="0">
<title>MAC-UI最新资讯</title>
<style>
*{
color:gray;
font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu
}
.title{
color:orange;
}
.content *{
font-size: 12px;
}
.content ul{
padding-left: 1.5em;
}
.content li{
margin-top: 0.3em;
}
.red{
color:red;
}
</style>
</head>
<body>
<h3 class="title">YLUI已出炉</h3>
<div class="content">
<h4>编辑日期 2018/06/20</h4>
<p>MAC-UI华丽上线</p>
<p>今后产品动态,疑问解答等内容都会在<a href="http://www.bycodes.net/" target="_blank"><b>码外社区</b></a>内进行,感谢各位一如既往的支持与厚爱。</p>
</div>
</body>
</html>

View File

@ -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);
}
}