mirror of https://github.com/1099438829/macUI.git
This commit is contained in:
parent
befb04beb6
commit
cec54a92b2
|
|
@ -152,8 +152,7 @@ body {
|
|||
#win10_btn_group_middle .btn_title{
|
||||
/* width: 100%; */
|
||||
display: inline-block;
|
||||
padding-left: 3.5px;
|
||||
padding-right: 3.5px;
|
||||
padding: 0 3.5px;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
text-overflow: clip;
|
||||
|
|
@ -162,7 +161,7 @@ body {
|
|||
}
|
||||
|
||||
#win10_btn_group_middle::-webkit-scrollbar {
|
||||
width: 2px;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
#win10_btn_group_middle::-webkit-scrollbar-track {
|
||||
|
|
@ -170,7 +169,7 @@ body {
|
|||
}
|
||||
|
||||
#win10_btn_group_middle::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(30, 39, 34, 0.41);
|
||||
background-color: rgba(49,156,241,0.41);
|
||||
}
|
||||
|
||||
#win10_btn_group_right{
|
||||
|
|
@ -938,7 +937,7 @@ body {
|
|||
.win10-open-iframe .red,#win10 .red{background:#FF5722!important;}
|
||||
.win10-open-iframe .dark,#win10 .dark{background:#2F4056!important;}
|
||||
.win10-open-iframe .purple,#win10 .purple{background:#b074e6!important;}
|
||||
@media screen and (max-width:767px){
|
||||
@media screen and (max-width:768px){
|
||||
#win10-menu{
|
||||
width:100%;
|
||||
top: 24px;
|
||||
|
|
@ -983,9 +982,7 @@ body {
|
|||
#win10_btn_group_middle{
|
||||
width:calc(100% - 160px);
|
||||
}
|
||||
#win10_btn_group_middle .btn{
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#win10_btn_group_right{
|
||||
max-width:150px;
|
||||
}
|
||||
|
|
@ -1009,12 +1006,6 @@ body {
|
|||
}
|
||||
|
||||
#win10_btn_time{display: none}
|
||||
#win10-menu-switcher{
|
||||
display: none;
|
||||
}
|
||||
#win10-menu>.win10-menu-hidden{
|
||||
display: block;
|
||||
}
|
||||
#win10_btn_group_middle .btn_close{
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -11,7 +11,7 @@
|
|||
<link rel='Shortcut Icon' type='image/x-icon' href='./img/favicon.ico'>
|
||||
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/animate.css/4.1.1/animate.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link href="./css/index.min.css" rel="stylesheet">
|
||||
<link href="./css/index.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="./plugins/shortcut-drawer/shortcut-drawer.min.css">
|
||||
</head>
|
||||
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
</body>
|
||||
<script type="text/javascript" src="https://cdn.bootcdn.net/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="https://cdn.bootcdn.net/ajax/libs/layer/3.5.1/layer.min.js"></script>
|
||||
<script type="text/javascript" src="./js/mac.min.js"></script>
|
||||
<script type="text/javascript" src="./js/mac.js"></script>
|
||||
<script type="text/javascript" src="./plugins/shortcut-drawer/shortcut-drawer.min.js"></script>
|
||||
<script>
|
||||
Win10.onReady(function () {
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ window.Win10 = {
|
|||
let sub = $('<li>' + item[0] + '</li>');
|
||||
ul.append(sub);
|
||||
sub.click(trigger, item[1]);
|
||||
|
||||
continue;
|
||||
}
|
||||
}
|
||||
//修正坐标
|
||||
|
|
@ -1118,7 +1118,7 @@ window.Win10 = {
|
|||
layer.close(index);
|
||||
layer.alert(Win10.lang('哎呀,好像失败了呢。', 'Ops...There seems to be a little problem.'), {
|
||||
skin: 'layui-layer-lan',
|
||||
closeBtn: 0
|
||||
closeBtn: 0
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue