📄 product-11-1.html
字号:
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<style type="text/css">
A{TEXT-DECORATION: none;}
A:hover{COLOR: #CC0000;}
A:link {color: #000000;}
A:visited {color: #000000;}
BODY
{
FONT-SIZE: 9pt;background:#eeeeee
}
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%;
}
Input
{
BACKGROUND-COLOR: #f6f6f6;
BORDER-BOTTOM: #89a5e6 1px solid;
BORDER-LEFT: #89a5e6 1px solid;
BORDER-RIGHT: #89a5e6 1px solid;
BORDER-TOP: #89a5e6 1px solid;
COLOR: #000000;
border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; font-size: 9pt
}
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
.border
{
border: 1px solid #9E9B9D;
}
.border2
{
background:#ffffff;BORDER-bottom: #bfbfbf 1px solid;
}
.FootBg
{
background:#DFDDDE;
}
.title
{
background:url(Skin/13/head_bg.GIF);height: 33;
}
.tdbg
{
background:#DFDDDE;
}
.txt_css
{
background:url(Skin/13/txt_css.gif);height: 36;
}
.title_lefttxt
{
}
.title_left
{
background:url(Skin/13/left_bg.gif);height: 34;
}
.tdbg_left
{
background:#ECEBEC;
border: 1px solid #9E9B9D;
}
.title_left2
{
background: url(SKIN/13/tdbg_left2.gif);height:26;
}
.tdbg_left2
{
background: url(SKIN/13/bg_1.gif);
}
.tdbg_leftall
{
background:#f7f7f7;
}
.title_righttxt
{
filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
}
.title_right
{
background:url(Skin/13/labe_menu_bg.gif);height: 30;
}
.tdbg_right
{
background:url(Skin/13/Right_bg.gif);line-height: 100%;
}
.title_right2
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #666666;
background-image: url(Images/button.gif);
background-repeat: no-repeat;
background-position: 20px;
}
.tdbg_right2
{
background:url(Skin/13/tdbg_main3.GIF);height: 27;
}
.tdbg_rightall
{
height: 27;background:url(Skin/13/kt01-p1.GIF);
}
</style>
<script language="JavaScript">
<!--
var flag=false;
function DrawImage(ImgD){
var image=new Image();
image.src=ImgD.src;
if(image.width>0 && image.height>0){
flag=true;
if(image.width/image.height>= 130/100){
if(image.width>130){
ImgD.width=130;
ImgD.height=(image.height*130)/image.width;
}else{
ImgD.width=image.width;
ImgD.height=image.height;
}
ImgD.alt="点击查看详细信息...";
}
else{
if(image.height>100){
ImgD.height=100;
ImgD.width=(image.width*100)/image.height;
}else{
ImgD.width=image.width;
ImgD.height=image.height;
}
ImgD.alt="点击查看详细信息...";
}
}
}
function EndSortChange(a,b)
{
if(eval(a).style.display=='')
{
eval(a).style.display='none';
eval(b).className='SortEndFolderOpen';
}
else
{
eval(a).style.display='';
eval(b).className='SortEndFolderClose';
}
}
function SortChange(a,b)
{
if(eval(a).style.display=='')
{
eval(a).style.display='none';
eval(b).className='SortFolderOpen';
}
else
{
eval(a).style.display='';
eval(b).className='SortFolderClose';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -