移动新ui
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
hb_cyjc_yd/WebRoot/hbcyjc/html/仓库详情.html

44 lines
1.2 KiB

<!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" />
<link type="text/css" rel="stylesheet" href="../resourceNew/css/cjy_style.css"/>
<link type="text/css" rel="stylesheet" href="../resourceNew/css/cjy_style2.css" />
<link type="text/css" rel="stylesheet" href="../resourceNew/css/cjy_zlmxg.css" />
<title>仓库详情</title>
</head>
<body>
<div class="xingk"></div>
<div class="ckxq_left">
<h3 class="ckxq_bt">标题标题标题标题</h3>
<div class="ckxq_box" id="ckxq_left">
123333
</div>
</div>
<div class="ckxq_right">
<h3 class="ckxq_bt">标题标题标题标题</h3>
<div class="ckxq_box" id="ckxq_right">
123333
</div>
</div>
<div class="clear"></div>
<script>
window.onload=function (){
function auto_height(){
document.getElementById("ckxq_left").style.height=document.documentElement.clientHeight-98+"px";
document.getElementById("ckxq_right").style.height=document.documentElement.clientHeight-98+"px";
}
auto_height();
onresize=auto_height;
}
</script>
</body>
</html>