Files
weiyu/deploy/server/chat/assets/css/iframe.css

78 lines
1.2 KiB
CSS
Raw Normal View History

2025-06-13 14:55:38 +08:00
@charset "UTF-8";
*,
:after,
:before {
box-sizing: border-box;
outline: none;
}
body,
html {
height: 100%;
font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB",
"Microsoft YaHei", sans-serif;
font-size: 14px;
line-height: 1.42857143;
}
body {
margin: 0;
zoom: 1;
}
a {
text-decoration: none;
cursor: pointer;
}
a img {
border: 0;
}
#iframePanel,
#panelHolder {
border: 0;
padding: 0;
margin: 0;
}
#panelHolder {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
#iframePanel {
float: none;
background: 0 0;
}
#iframePanel.fusion {
position: absolute;
top: 40%;
left: 50%;
width: 788px;
height: 650px;
margin: -225px 0 0 -399px;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
/* #iframePanel.fusion {
width: 788px;
margin: -270px 0 0 -344px;
} */
/* #iframePanel.fusion.fullscreen {
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
min-width: 488px;
min-height: 440px;
} */
.ie7 #panelHolder,
.ie8 #panelHolder {
border: 1px solid #eee;
}