横线滚动条

来源:互联网 发布:尽人事知天命下一句 编辑:程序博客网 时间:2024/05/05 20:00
<!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 href="../../css/b_index.css" rel="stylesheet" type="text/css" />
<link href="../../css/new_style.css" rel="stylesheet" type="text/css" />
<link href="../../css/calendar.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../../js/jquery1.9.js"></script>
<script type="text/javascript" src="../../js/base.js"></script>
</head>


<body class="body_bg_i">
<div class="CM_main">
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_contain">
    <tr>
      <td valign="top">




<div class="CM_content">
  <div id="container">   
       <!--明细报账列表-->
       <div class="whitebg pl10 pr10 pb10 borderline mtop10">
          <div class="title_c2 mar-t-10">
            <div class="title3 pointer" onclick="$('#t3').toggle();"> <h2><b class="titicon icon3"></b>填写报账单行信息</h2></div>
<a href="#;" class="tool_btn" id="addbox"><b class="toolicon add_icon"></b> 新增行</a>
            <a href="#;" class="tool_btn"><b class="toolicon copy_icon"></b> 复制行</a>
            <a href="#;" class="tool_btn"><b class="toolicon del_icon"></b> 删除行</a></div>
          <div id="t3" class="l-panel-table mtop10" >
            <div class="content">
              <table width="100%" cellpadding="0" cellspacing="0" class="table2">
                <tbody><tr>
                  <th><input type="checkbox"></th>
                  <th>NO</th>
                  <th>合同编号</th>
                  <th>合同名称</th>
                  <th>供应商(客户)</th>
                  <th>合同总金额</th>
                  <th>收款额</th>
                  <th>税率</th>
                  <th>价款</th>
                  <th>税额</th>
                  <th>公司</th>
                  <th>成本中心</th>
                  <th>会计科目</th>
                  <th>品牌</th>
                  <th>项目</th>
                  <th>内部往来</th>
                  <th>备用</th>
                  <th>说明</th>
                  <th>内部交易类型</th>
                  <th>内部交易标示符</th>
                  <th>操作<span class="red">*</span></th>
                </tr>
                <tr>
                  <td nowrap><input type="checkbox"></td>
                  <td nowrap>1</td>
                  <td nowrap>选择控件</td>
                  <td nowrap>201155</td>
                  <td nowrap>121545111</td>
                  <td nowrap>12452124</td>
                  <td nowrap><input type="text" class="input-text"/></td>
                  <td nowrap><select name="" id="">
                    <option value="1">xxx</option>
                  </select></td>
                  <td nowrap>自动计算</td>
                  <td nowrap>自动计算</td>
                  <td nowrap><input type="text" class="input-text"/></td>
                  <td nowrap>缺省</td>
                  <td nowrap><input type="text" class="input-text"/></td>
                  <td nowrap>缺省</td>
                  <td nowrap>缺省</td>
                  <td nowrap><input type="text" class="input-text"/></td>
                  <td nowrap><input type="text" class="input-text"/></td>
                  <td nowrap>交易</td>
                  <td nowrap><a href="#;" class="tool_btn" id="alterbox">修改</a></td>
                </tr>
              </tbody></table>
              </div>
            </div>
        </div> 
     <div class="footbtn">
        <ul class="bottom_btn">
        <li><a class="bluebtn" href="#;">存为</a></li>  
        <li><a class="bluebtn" href="#;" id="tjbox">提交</a> </li>
        <div class="clear"></div>
       </ul>
    </div>
  </div>
  <div class="h80"></div>
  
 </div>
<!--列表信息结束-->
 
</td>
    </tr>
  </table>
</div>
</script>


</body>
</html>
0 0
原创粉丝点击