-
Notifications
You must be signed in to change notification settings - Fork 0
/
gongsi-right.html
45 lines (44 loc) · 1.09 KB
/
gongsi-right.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>公司的概述</title>
<style type="text/css">
#apDiv1 {
position:absolute;
left:24px;
top:28px;
width:608px;
height:388px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:35px;
top:43px;
width:589px;
height:30px;
z-index:2;
font-size: 12px;
background: #F5F5F5;
padding-top:10px;
}
a{
color:#000;
text-decoration:none;
}
p{
font-size:12px;
line-height:20px;
}
</style>
</head>
<body>
<div id="apDiv1">
<p> </p>
<p> </p>
<p> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</p>
</div>
<div id="apDiv2">您现在的位置》<a href="gongsi-right.html" target="f2">首页》</a><a href="gongsi-right.html">企业简介</a></div>
</body>
</html>