Team:ZJU-China/css/label/label.css
ul, li{
padding: 0; font-size: 100%; border: 0; outline: 0; background: transparent; }
ol, ul {
}
/*弹出菜单*/
- popView1{
/*左侧弹出窗口的长宽、圆角、背景颜色*/ height: 400px; width: 200px; border-radius: 10px; background-color: #DDDDDD;
opacity: 0.65;-moz-opacity: 0.65;filter:alpha(opacity=65);
/*布局排版*/ position:absolute; z-index:2; left:-180px; padding-left:50px;
/*字体设置*/
line-height:20px;
font-size: 16px;
color:#000000; font-family:Arial }
/*弹出菜单*/
- popView2{
/*右侧弹出窗口的长宽、圆角、背景颜色*/ display: none; height: 400px; width: 200px; border-radius: 10px; background-color: #DDDDDD; opacity: 0.65;-moz-opacity: 0.65;filter:alpha(opacity=65);
/*布局排版*/ position:absolute; z-index:2; right:-200px; padding-left:30px;
/*字体设置*/
line-height:20px;
font-size: 16px;
color:#000000; font-family:Arial }
aside header{ font-family:gennifer; font-size:20px; line-height:25px; color:Black; font-weight:bold; }
asider header{ font-family:gennifer; font-size:20px; line-height:25px; color:Black; font-weight:bold; }
/* 自适应 */
@media screen and (min-width: 960px) {
- popView1{ display:block}
} @media screen and (max-width: 960px) {
- popView1{ display:none}
}
- load {
display: none; position: absolute;
left:50%; margin-left:-200px; top:50%; margin-top:-200px;
background: url(); width: 400px; height: 400px; text-indent: -9999em;
z-index:9999;
}