mirror of https://github.com/1099438829/macUI.git
暂存css代码
This commit is contained in:
parent
fa2805cb56
commit
a5259485f2
Binary file not shown.
|
Before Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 701 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB |
|
|
@ -720,12 +720,22 @@ body {
|
|||
.mac-open-iframe .layui-layer-min cite{display: none;}
|
||||
.mac-open-iframe .layui-layer-max:hover{background-image:none}
|
||||
.mac-open-iframe .layui-layer-max,.layui-layer-maxmin{background:none}
|
||||
.mac-open-iframe .layui-layer-setwin a.layui-layer-close1:hover::before{
|
||||
content:"\f057";
|
||||
color: #FF6057;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
|
||||
.mac-open-iframe .layui-layer-setwin a::before{
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 0.8rem;
|
||||
height: 0.8rem;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.mac-open-iframe .layui-layer-setwin a.layui-layer-close1:hover{
|
||||
content:"x";
|
||||
color: #029FFF;
|
||||
/* ? font: normal normal normal 14px/1 FontAwesome; */
|
||||
}
|
||||
|
||||
/*
|
||||
.mac-open-iframe .layui-layer-min::before{
|
||||
content:"\f111";
|
||||
color: #28CA40;
|
||||
|
|
@ -760,20 +770,36 @@ body {
|
|||
content:"\f055";
|
||||
color: #FFBD2E;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
}
|
||||
} */
|
||||
|
||||
.mac-open-iframe .layui-layer-close::before{
|
||||
content:"\f111";
|
||||
color: #FF6057;
|
||||
font: normal normal normal 14px/1 FontAwesome;
|
||||
background-color: #fd6458;
|
||||
}
|
||||
|
||||
.mac-open-iframe .layui-layer-min,.layui-layer-close,.layui-layer-max{
|
||||
|
||||
.mac-open-iframe .layui-layer-setwin .layui-layer-max::before{
|
||||
background-color: #FFBD2E;
|
||||
}
|
||||
|
||||
.mac-open-iframe .layui-layer-min::before{
|
||||
background-color: #28CA40;
|
||||
}
|
||||
|
||||
.mac-open-iframe .mac-btn-refresh::before{
|
||||
background-color: #029FFF;
|
||||
}
|
||||
|
||||
.layui-layer-setwin .layui-layer-close1::hover{
|
||||
content: "xxx";
|
||||
background-color: #fd6458;
|
||||
}
|
||||
|
||||
/* .mac-open-iframe .layui-layer-min,.layui-layer-close,.layui-layer-max{
|
||||
text-decoration: none;
|
||||
}
|
||||
.mac-btn-refresh,.mac-btn-change-url,.mac-btn-refresh:hover,.mac-btn-change-url:hover{
|
||||
text-decoration:none;
|
||||
}
|
||||
text-decoration:none;
|
||||
} */
|
||||
|
||||
.mac-open-iframe .mac-btn-refresh::before,.mac-btn-change-url::before{
|
||||
content:"\f111";
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<link rel='Shortcut Icon' type='image/x-icon' href='./img/favicon.ico'>
|
||||
<link rel="stylesheet" href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/animate.css/4.1.1/animate.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.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