-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathleft.html
57 lines (46 loc) · 2.61 KB
/
left.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
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<style>
<!--
td {font-size:9pt}
a {Text-decoration:none; font-size:9pt;color:green}
a:hover {text-decoration:underline; font-size:9pt;color:red}
a:viside {text-decoration:underline; color:blue}
.table {font-size:14 ;}
A.linkwhite {font-size:9pt; text-decoration:underline;color:white}
A.linkwhite:hover {font-size:9pt; text-decoration:underline;color:black;background-color:white}
A.linkred {font-size:9pt; text-decoration:underline;color:#660000}
A.linkred:hover {font-size:9pt; text-decoration:underline;color:blue}
A.linkblack {font-size:9pt; text-decoration:underline;color:black}
A.linkblack2 {font-size:9pt; text-decoration:underline;color:black;}
A.linkblack:hover {font-size:9pt; text-decoration:underline;background-color:black;color:white}
A.linkyellow {font-size:9pt; text-decoration:underline;color:#ff7e01}
A.linkyellow:hover {font-size:9pt; text-decoration:underline;background-color:#ff7e01;color:white}
A.linkblue {font-size:9pt; text-decoration:underline;color:#000066}
A.linkblue:hover {font-size:9pt; text-decoration:underline;color:white;background-color='#000066'}
A.linkgreen {font-size:9pt; text-decoration:underline;color:#335a5c}
A.linkgreen:hover {font-size:9pt; text-decoration:underline;color:white;background-color='#446a6c'}
.wordwhite {font-size:9pt;color:white;font-family:宋体}
.wordyellow {color:#ff7e01;font-family:宋体;}
.wordyellow2 {font-size:9pt;color:#ffba66;font-family:宋体}
.wordblue {font-size:9pt;color:#000066;font-family:宋体}
.wordlight {font-size:9pt;color:#336699;font-family:宋体}
.wordblack {font-size:9pt;color:#000000;font-family:宋体}
.wordblack2 {font-size:9pt;color:#000000;font-family:宋体;}
.wordgreen {font-size:9pt; text-decoration:none;color:#000000}
//-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title></title>
</head>
<body>
<p class="wordgreen"><a href="about/about.html" target="content">眩晕症</a></p>
<p><a href="fix/fix.html" target="content">治疗眩晕症</a></p>
<p><a href="medicine/medicine.html" target="content">《眩即停》</a></p>
<p><a href="report/report.html" target="content">部分媒体报道</a></p>
<p><a href="yongqing/yongqing.html" target="content">医师介绍</a></p>
<p><a href="address/address.html" target="content">联系办法</a></p>
<a href="http://hosting.chinaren.com/board/board.php3?filename=Doctor&master=yongqing&backhref=http%3A%2F%2Fyongqing.home.chinaren.com%2Fmain.html" target="_top"><img src="http://hosting.chinaren.com/images/board2.gif" border=0><br><font face="宋体" size="3" ></font>
</a>
</body>
</html>