style.css
1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
@charset "utf-8";
/* CSS Document */
/* 公共样式表 */
body{ font-family:"宋体",arial; font-size:12px; color:#565656; text-align:left; background:#FFF; margin:0; padding:0;}
div,form,img,ul,ol,li,dl,dt,dd,{ margin:0; padding:0; border:0;}
ul,ol,li,dl,dt,dd{ margin:0px; padding:0px;}
li,dl{ list-style-type:none;}
h2,h3,h4,h5,h6{ margin:0; padding:0; font-size:12px; font-weight:normal;}
p{ margin:0; padding:0;}
h1{ margin:0; padding:0; font-size:14px;}
form{ line-height:100%;}
img{ display:block;}
a img{ border:none;}
a:link{ text-decoration:none;}
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none;}
a:active{ text-decoration:none;}
.clear{ clear:both;}
.inherit{ clear:inherit}
.fl{ float:left;}
.fr{ float:right;}
.input-year{ width:28px;}
.input-min{ width:18px;}
.time{height:35px; padding-top:5px;}
.brand {
background: url("../img/logo.png") no-repeat scroll center transparent;
height: 17px;
width: 225px;
}
.line {
background:url("../img/line.png") no-repeat right;
}
.head{ height:40px;width:100%;}
.left {
top: 40px;
left: 0px;
bottom: 0px;
position: absolute;
overflow:hidden;
}
.menu {
height: 100%;
}
.menu iframe {
height: 100%;
width: 210px;
}
.right {
left: 210px;
right: 0px;
top: 40px;
bottom: 0px;
position: absolute;
overflow:hidden;
}
.main {
height: 100%;
}
.main iframe {
height: 100%;
width: 99.99%;
}
a.mmac div {
background: url("../img/leftbg2.gif") no-repeat scroll 0 0 transparent;
color: #325304;
font-weight: bold;
height: 37px !important;
padding: 6px 4px 4px 10px;
word-wrap: break-word;
}
a.mm:hover div {
background:url(../img/leftbg2.gif) no-repeat;
color:#4F7632;
}
.input-year{width:35px;}