-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
106 lines (88 loc) · 1.36 KB
/
style2.css
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
@CHARSET "UTF-8";
.main {
width: 100%;
margin: 0 auto;
background: url(images/小鱼儿.jpg);
}
img.logo {
width: 100%;
height: 140px;
margin-bottom: 50px;
}
.sider-bar {
height: auto;
margin-top: 100px;
width: 330px;
text-indent: 80px;
font-size: 20px;
overflow: auto;
float: left;
}
.info-check {
height: 60px;
}
.results-check {
height: 60px;
}
.help-check {
height: 60px;
}
.account-check {
height: 60px;
}
.quit-check {
height: 60px;
}
a {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #fe7140;
}
.report label.tit {
font-size: 25px;
font-weight: bold;
color: #333;
margin-top: 50px;
}
.result-detail {
width: 60%;
margin-left: 200px;
}
.text2 {
font-size: 12px;
color: #333;
line-height
"18px;
"
}
.tableResult td {
border-right: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
}
.divResultCss {
height: 24px;
text-align: center;
padding: 0;
padding-bottom: 5px;
color: #333;
}
.divResultCss ul li a,.divResultCss ul li a:visited {
text-decoration: none;
padding: 4px 4px 4px 22px;
color: #333;
height: 16px;
}
.container {
min-height: 600px;
height: auto !important;
height: 600px;
float: left;
}
.divResultCss li {
list-style: none;
float: right;
margin-right: 10px;
}