-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewTemplate.css
126 lines (121 loc) · 2.18 KB
/
newTemplate.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
@charset "UTF-8";
/* CSS Document */
body {
/*font-family:"verdana", "arial", "helvetica", "sans-serif";*/
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
text-decoration:none;
font-size:11px;
color:#222222;
/*line-height: 12px;*/
line-height: 1.4;
}
p, td {
font-family:"verdana", "arial", "helvetica", "sans-serif";
text-decoration:none;
font-size:11px;
color:#222222;
line-height: 12px;
margin: 0em 0em 1.0em 0;
}
a {
font-family:"verdana", "arial", "helvetica", "sans-serif";
text-decoration:underline;
font-size:10px;
color:#222222;
line-height: 12px
}
a:hover {
font-family:"verdana", "arial", "helvetica", "sans-serif";
text-decoration:none;
font-size:10px;
color:#222222;
line-height: 12px
}
.head {
font-family:"arial", "helvetica", "sans-serif";
text-decoration:none;
font-size:18px;
letter-spacing:3pt;
color:#bbbbbb;
line-height: 18px
}
.proDate {
font-family:"verdana", "arial", "helvetica", "sans-serif";
text-decoration:none;
font-size:10px;
letter-spacing:0pt;
color:#ffffff;
line-height: 12px
}
.proHead {
font-family:"verdana", "arial", "helvetica", "sans-serif";
text-decoration:none;
font-size:10px;
letter-spacing:0pt;
color:#000000;
line-height: 12px
}
.news {
font-family:"verdana", "arial", "helvetica", "sans-serif";
text-decoration:none;
font-size:10px;
color:#000000;
line-height: 12px
}
.small {
font-family:"verdana", "arial", "helvetica", "sans-serif";
text-decoration:none;
font-size: 9px;
color:#000000;
line-height: 10px
}
.cHead {
font-family:"verdana", "arial", "helvetica", "sans-serif";
text-decoration:none;
font-size:10px;
color:#333333;
line-height: 12px
}
.style1 {
color: #FF0000;
font-weight: bold;
}
.style2 {
color: #006699
}
.style3 {color: #778899}
#wrap {
width:684px;
padding-top:32px;
}
.left_column{
display:inline;
float:left;
margin-left:0px;
margin-right:16px;
width: 168px;
text-align: right;
}
.right_column{
display:inline;
float:right;
width: 500px;
}
.invisible_line{
display:inline;
float:left;
width: 684px;
}
.line{
padding-top: 5px;
display:inline;
float:left;
width: 684px;
}
.style4 {font-size: 16px}
hr {
border: 0;
color: #bbb;
background-color: #bbb;
height: 1px;
}