mirror of https://github.com/1099438829/macUI.git
修正手机端css样式
This commit is contained in:
parent
0816c6475f
commit
d5dde7dda6
|
|
@ -698,10 +698,9 @@ body {
|
||||||
body .mac-open-iframe {
|
body .mac-open-iframe {
|
||||||
/*繁华年间许你一世安宁提供*/
|
/*繁华年间许你一世安宁提供*/
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: #f0f6f6 solid 1px;
|
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
|
||||||
-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
|
-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
|
||||||
-moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
|
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
|
||||||
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
|
|
||||||
border-radius: 6px !important;
|
border-radius: 6px !important;
|
||||||
-webkit-border-radius: 6px !important;
|
-webkit-border-radius: 6px !important;
|
||||||
-moz-border-radius: 6px !important;
|
-moz-border-radius: 6px !important;
|
||||||
|
|
@ -1236,13 +1235,15 @@ body .mac-open-iframe.layui-layer-setwin .layui-layer-change-url:hover {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mac-open-iframe .layui-layer-setwin a {
|
|
||||||
width: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#dock {
|
#dock {
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
}
|
}
|
||||||
|
/* 窗口打开主题 */
|
||||||
|
body .mac-open-iframe {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
/*#dock .dock-container{
|
/*#dock .dock-container{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue