温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:唐唐企业管理网站源码
当前文件:
TangCompany/style.css,打开代码结构图
TangCompany/style.css,打开代码结构图1/* CSS Document */ 2
BODY { 3
font-family: "新宋体"; 4
font-size: 12px; 5
margin:0; 6
} 7
LI { 8
line-height: 24px; 9
text-align: left; 10
list-style-type: disc; 11
margin: 0px; 12
padding-top: 0px; 13
padding-right: 0px; 14
padding-bottom: 0px; 15
padding-left: 10px; 16
border-top-width: 1px; 17
border-right-width: 1px; 18
border-bottom-width: 1px; 19
border-left-width: 1px; 20
border-top-style: none; 21
border-right-style: none; 22
border-bottom-style: dashed; 23
border-left-style: none; 24
border-top-color: #C7D9FA; 25
border-right-color: #C7D9FA; 26
border-bottom-color: #C7D9FA; 27
border-left-color: #C7D9FA; 28
} 29
UL { 30
PADDING-RIGHT: 0px; 31
PADDING-LEFT: 0px; 32
PADDING-BOTTOM: 0px; 33
MARGIN: 0px; 34
PADDING-TOP: 0px; 35
list-style-type: disc; 36
} 37
a:link { 38
color: #000000; 39
text-decoration: none; 40
font-family: "新宋体"; 41
font-size: 12px; 42
} 43
a:visited { 44
color: #000066; 45
text-decoration: none; 46
font-size: 12px; 47
} 48
a:hover { 49
color: #FF0000; 50
text-decoration: none; 51
font-size: 12px; 52
} 53
#Round { 54
text-align: center; 55
width: 902px; 56
border-top-width: 1px; 57
border-right-width: 1px; 58
border-bottom-width: 1px; 59
border-left-width: 1px; 60
border-right-style: solid; 61
border-left-style: solid; 62
border-top-color: #CBD9E9; 63
border-right-color: #CBD9E9; 64
border-bottom-color: #CBD9E9; 65
border-left-color: #CBD9E9; 66
margin-top: 0px; 67
margin-right: 0px; 68
margin-bottom: 0px; 69
margin-left: 50px; 70
} 71
.t1 a:link { 72
color: #FFFFFF; 73
text-decoration: none; 74
font-size: 12px; 75
font-weight: bold; 76
} 77
.t1 a:visited { 78
color: #FFFFFF; 79
text-decoration: none; 80
font-size: 12px; 81
font-weight: bold; 82
} 83
.t1 a:hover { 84
color: #FF0000; 85
text-decoration: none; 86
font-size: 12px; 87
font-weight: bold; 88
} 89
.t2 a:link { 90
color: #000000; 91
text-decoration: none; 92
font-family: "方正黑体简体"; 93
font-size: 14px; 94
} 95
.t2 a:visited { 96
color: #000000; 97
text-decoration: none; 98
font-family: "方正黑体简体"; 99
font-size: 14px; 100
} 101
.t2 a:hover { 102
color: #FF0000; 103
text-decoration: none; 104
font-family: "方正黑体简体"; 105
font-size: 14px; 106
} 107
108
.bg1 { 109
background-image: url(flpicture/11.gif); 110
background-repeat: no-repeat; 111
height: 21px; 112
text-align: left; 113
padding-top: 5px; 114
} 115
.bg2 { 116
background-image: url(flpicture/1.gif); 117
background-repeat: repeat-x; 118
} 119
.bg3 { 120
background-image: url(flpicture/13.gif); 121
background-repeat: repeat-x; 122
} 123
.bg4{ 124
background-image: url(flpicture/bg_cover.png); 125
background-repeat: no-repeat; 126
height: 120px; 127
width: 176px; 128
margin-right: 10px; 129
} 130
131
.bg5 { 132
height: 110px; 133
width: 120px; 134
background-image: url(flpicture/bg_cover1.png); 135
background-repeat: no-repeat; 136
} 137
138
.table1{ 139
background-color: #F9FBFD; 140
border: 1px solid #CDD9E7; 141
} 142
.table3 { 143
background-color: #FFFFFF; 144
border-top-width: 0px; 145
border-right-width: 1px; 146
border-bottom-width: 0px; 147
border-left-width: 1px; 148
border-top-style: solid; 149
border-right-style: solid; 150
border-bottom-style: solid; 151
border-left-style: solid; 152
border-top-color: #0064A6; 153
border-right-color: #0064A6; 154
border-bottom-color: #0064A6; 155
border-left-color: #0064A6; 156
} 157
.table4{ 158
background-color: #F9FBFD; 159
border-top-width: 1px; 160
border-top-style: solid; 161
border-right-style: solid; 162
border-bottom-style: solid; 163
border-left-style: solid; 164
border-top-color: #CDD9E7; 165
border-right-color: #CDD9E7; 166
border-bottom-color: #CDD9E7; 167
border-left-color: #CDD9E7; 168
border-right-width: 0px; 169
border-bottom-width: 0px; 170
border-left-width: 0px; 171
} 172
173
.textarea { 174
height: 80px; 175
width: 140px; 176
} 177
.textarea1 { 178
height: 100px; 179
width: 180px; 180
} 181
.textarea2 { 182
height: 150px; 183
width: 500px; 184
} 185
186
.style2 { 187
font-size: 12px; 188
line-height: 24px; 189
font-weight: normal; 190
text-indent: 2em; 191
padding-top: 10px; 192
padding-right: 5px; 193
padding-bottom: 10px; 194
padding-left: 15px; 195
} 196
197
.style1 { 198
line-height: 22px; 199
padding-top: 10px; 200
padding-right: 5px; 201
padding-left: 10px; 202
} 203
.STYLE4 { 204
color: #FFFFFF; 205
font-weight: bold; 206
} 207
.style5 { 208
font-size: 12px; 209
font-weight: normal; 210
color: #B3BBCC; 211
} 212
213
214
.style6 { 215
line-height: 20px; 216
} 217
218
.input1 { 219
width: 80px; 220
} 221
.input2 { 222
width: 140px; 223
} 224
.input3 { 225
width: 147px; 226
} 227
#div1{ 228
line-height: 22px; 229
text-align: center; 230
margin: 0px; 231
width: 200px; 232
border: 0px none #C7D9FA; 233
padding-top: 10px; 234
padding-right: 0px; 235
padding-bottom: 0px; 236
padding-left: 0px; 237
} 238
239
240
#div2 { 241
padding-top: 10px; 242
} 243
#div1 LI { 244
line-height: 24px; 245
text-align: left; 246
list-style-type: disc; 247
margin: 0px; 248
padding-top: 0px; 249
padding-right: 0px; 250
padding-bottom: 0px; 251
padding-left: 2px; 252
border-top-width: 1px; 253
border-right-width: 1px; 254
border-bottom-width: 1px; 255
border-left-width: 1px; 256
border-top-style: none; 257
border-right-style: none; 258
border-bottom-style: dashed; 259
border-left-style: none; 260
border-top-color: #C7D9FA; 261
border-right-color: #C7D9FA; 262
border-bottom-color: #C7D9FA; 263
border-left-color: #C7D9FA; 264
} 265
266
#youhui td { 267
border-top-width: 1px; 268
border-right-width: 1px; 269
border-bottom-width: 1px; 270
border-left-width: 1px; 271
border-bottom-style: dashed; 272
border-top-color: #C7D9FA; 273
border-right-color: #C7D9FA; 274
border-bottom-color: #C7D9FA; 275
border-left-color: #C7D9FA; 276
border-top-style: none; 277
border-right-style: none; 278
border-left-style: none; 279
} 280
.ShowTitle{ 281
height: 50px; 282
padding: 0px; 283
width: 640px; 284
} 285
.ShowTitle span{ 286
display: block; 287
margin: 0px; 288
} 289
#spanTitle{ 290
width: 400px; 291
float: left; 292
height: 30px; 293
padding-top: 18px; 294
padding-right: 0px; 295
padding-bottom: 0px; 296
padding-left: 0px; 297
font-family: "宋体"; 298
font-size: 16px; 299
font-weight: bold; 300
text-align: center; 301
margin: 0px; 302
} 303
#spanTime{ 304
width: 145px; 305
float: left; 306
height: 28px; 307
padding-top: 20px; 308
margin: 0px; 309
padding-right:



font-family