Difference between revisions of "Team:ZJU-China/css/label/label.css"
Line 127: | Line 127: | ||
height: 400px; | height: 400px; | ||
text-indent: -9999em; | text-indent: -9999em; | ||
− | z-index:auto | + | z-index:auto; |
} | } |
Revision as of 12:06, 5 September 2015
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{ margin: 0; padding: 0; font-size: 100%; border: 0; outline: 0; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
- focus {
outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
ul li a:link { text-decoration: none; color:firebrick; } ul li a:visited { text-decoration: none; color:firebrick; } ul li a:hover { text-decoration: none; color:Crimson; } ul li a:active { text-decoration: none; color:firebrick; }
/*弹出菜单*/
- 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:-190px; 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:auto;
}