mirror of https://github.com/1099438829/macUI.git
完善窗口函数
This commit is contained in:
parent
4a9357ef0d
commit
759c7f2160
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 434 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -788,35 +788,35 @@ body .mac-btn_refresh {
|
|||
.mac-open-iframe .layui-layer-min cite{display:none}
|
||||
|
||||
body .mac-open-iframe .layui-layer-setwin .layui-layer-min {
|
||||
background: url(../img/frame/assets.png) no-repeat -3px -26px;
|
||||
background: url(../img/frame/assets.png) no-repeat -1px -26px;
|
||||
background-size: 144px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
body .mac-open-iframe .layui-layer-setwin .layui-layer-min:hover {
|
||||
background: url(../img/frame/assets.png) no-repeat -3px -49px;
|
||||
background: url(../img/frame/assets.png) no-repeat -1px -49px;
|
||||
background-size: 144px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
body .mac-open-iframe .layui-layer-setwin a.layui-layer-close {
|
||||
background-position: -37px -26px;
|
||||
background-position: -36px -26px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
body .mac-open-iframe .layui-layer-setwin a.layui-layer-close:hover {
|
||||
background-position: -37px -49px;
|
||||
background-position: -36px -50px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
body .mac-open-iframe .layui-layer-setwin .layui-layer-max {
|
||||
background-position: -20px -25.5px;
|
||||
background-position: -19px -25.5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
body .mac-open-iframe .layui-layer-setwin .layui-layer-max:hover {
|
||||
background-position: -20px -48.5px;
|
||||
background-position: -19px -49px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
@ -836,7 +836,7 @@ body .mac-open-iframe .layui-layer-setwin .layui-layer-refresh {
|
|||
}
|
||||
|
||||
body .mac-open-iframe .layui-layer-setwin .layui-layer-refresh:hover {
|
||||
background-position: -83px -48px;
|
||||
background-position: -83px -48.5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 24 KiB |
|
|
@ -11,7 +11,7 @@
|
|||
<link rel='Shortcut Icon' type='image/x-icon' href='./favicon.ico'>
|
||||
<link rel="stylesheet" href="https://cdn.staticfile.org/animate.css/4.1.1/animate.min.css">
|
||||
<link rel="stylesheet" href="./component/fontawesome-6.4.0/css/all.min.css">
|
||||
<link rel="stylesheet" href="./css/index.min.css">
|
||||
<link rel="stylesheet" href="./css/index.css">
|
||||
<link rel="stylesheet" href="./plugins/shortcut-drawer/shortcut-drawer.min.css">
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue