You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.6 KiB
HTML
27 lines
1.6 KiB
HTML
<html>
|
|
<title>颜色选择</title>
|
|
<style type="text/css">
|
|
a {font-size:12px;}
|
|
img {border:0;}
|
|
td.icon {width:24px;height:24px;text-align:center;vertical-align:middle;}
|
|
td.sp {width:8px;height:24px;text-align:center;vertical-align:middle;}
|
|
td.xz {width:47px;height:24px;text-align:center;vertical-align:middle;}
|
|
td.bq {width:49px;height:24px;text-align:center;vertical-align:middle;}
|
|
div a.n {height:16px; line-height:16px; display:block; padding:2px; color:#000000; text-decoration:none;}
|
|
div a.n:hover {background:#E5E5E5;}
|
|
</style>
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
<!--
|
|
function format(type,value){
|
|
event.returnValue = false;
|
|
window.returnValue = value;
|
|
window.close();
|
|
}
|
|
//-->
|
|
</SCRIPT>
|
|
<body>
|
|
<center>
|
|
<div id="fontsize" style="padding:1px; position:absolute; top:0px; left:0px; background:#FFFFFF; border:1px solid #838383; width:130px; height:150px;"><a href="#" onClick="return format('fontsize',1);" class="n" style="font-size:xx-small;line-height:120%;">极小</a><a href="#" onClick="return format('fontsize',2);" class="n" style="font-size:x-small;line-height:120%;">特小</a><a href="#" onClick="return format('fontsize',3);" class="n" style="font-size:small;line-height:120%;">小</a><a href="#" onClick="return format('fontsize',4);" class="n" style="font-size:medium;line-height:120%;">中</a><a href="#" onClick="return format('fontsize',5);" class="n" style="font-size:large;line-height:120%;">大</a><a href="#" onClick="return format('fontsize',6);" class="n" style="font-size:x-large;line-height:120%;">特大</a><a href="#" onClick="return format('fontsize',7);" class="n" style="font-size:xx-large;line-height:120%;">极大</a></div>
|
|
</center>
|
|
</body>
|
|
</html> |