<html>
<body>
<table border="1">
  <tr height="20px">
    <th colspan="2">合同编号</th>
    <td height="20px" >January</td>
     <th colspan="2">合同名称</th>
    <td height="4px" colspan="100%"> $100  </td>
  </tr>
  <tr>
    <th colspan="2">合同价款(大写)</th>
    <td colspan="100%">$100</td>
  <tr/>
  <tr>
    <td rowspan="6" ><br/> 费<br/> 用<br/> 增<br/> 加<br/> </td>
    <td >签证单</td>
    <td colspan="2" >项    目    内    容</td>
    <td colspan="100%">增加金额</td>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
 <tr>
   <th >$100</th>
   <th  colspan="2" >$100</th>
   <th colspan="100%">$100</th>
  </tr>
 <tr>
   <th  colspan="2">小计</th>
   <th colspan="100%">$100</th>
 </tr>
 <tr>
    <td rowspan="6" ><br/> 费<br/> 用<br/>减<br/> 少<br/> </td>
    <td >签证单</td>
    <td colspan="2" >项    目    内    容</td>
    <td colspan="100%">减少金额</td>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
  <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
 <tr>
   <th >$100</th>
   <th  colspan="2">$100</th>
   <th colspan="100%">$100</th>
  </tr>
 <tr>
   <th  colspan="2">小计</th>
   <th colspan="100%">$100</th>
 </tr>
  <tr>
    <th colspan="2">实际结算价款(大写):</th>
    <td colspan="100%">$100</td>
  <tr/>
 <tr>
   <th >费用类型</th>
   <th >1、预付款□</th>
   <th >2、进度款□</th>
   <th >3、竣工决算款□</th>
   <th >4、质保金□</th>
   <th colspan="100%">5、其他□</th>
  </tr>
  <tr>
   <th >票据类型</th>
   <th >1、服务业发票□</th>
   <th >2、建安发票□ </th>
   <th  >3、增值税发票□</th>
   <th >4、收款收据□ </th>
   <th colspan="100%">5、其他□</th>
  </tr>
  <tr>
    <td colspan="2" >经办人意见:<br/><br/><br/> 签字:</td>
    <td colspan="2" >部门领导意见:<br/><br/><br/> 签字:</td>
    <td colspan="100%">公司领导意见:<br/><br/><br/> 签字:</td>
  </tr>
  <tr>
    <td> 备注</td>
    <th colspan="100%">$100</th>
  </tr>
</table>
</body>
</html>

html样式表格的更多相关文章

  1. 四个好看的CSS样式表格

    文章来源 http://www.cnphp6.com/archives/58020 1. 单像素边框CSS表格 这是一个非经常常使用的表格样式. 源码: 2. 带背景图的CSS样式表格 和上面差点儿相 ...

  2. 常用的四种CSS样式表格

    1. 单像素边框CSS表格 这是一个很常用的表格样式. [html] <style type="text/css"> table.gridtable { font-fa ...

  3. CSS 四个样式表格

    1. 单像素边框CSS表格 这是一个很常用的表格样式. 源代码: <!-- CSS goes in the document HEAD or added to your external sty ...

  4. css样式 -- 表格不会因为字体过长导致字体溢出的问题

    常常碰到因为表格大小就麽大了,字体过长会爆炸溢出的问题,我们后端就用这个可以了,溢出的可以省略号 ... 代替好了. /* 在表格css样式加上这三个就可以了 效果就会变成 “abc...” */ { ...

  5. LODOP打印超文本字符串拼接2 单选选择css样式表格

    之前的相关字符串拼接的博文:LODOP打印超文本字符串拼接1 固定表格填充数值之前博文介绍过,字符串可以随意拼接,只要最后组织成的字符串是自己需要的超文本就可以了,前面还有一篇也是拼接样式的:Lodo ...

  6. 前端 vue/react 或者 js 导入/导出 xlsx/xls (带样式)表格的功能

    第一种导出表格的功能: yarn add xlsx script-loader file-saver xlsx-style 效果展示 xlsx-style的bug修复:node_module/xlsx ...

  7. CSS3——背景 文本 字体 链接 列表样式 表格

    背景 background-color rgb(255,0,0,1)      最后一个值表示透明度,范围是 0--1 background-image 默认平铺重复显示 background-rep ...

  8. css样式-表格优化

    1.表格的初步优化 index.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8&qu ...

  9. 三、CSS样式——表格

    1.CSS表格 CSS表格属性可以帮助我们极大的改善表格的外观 2.表格边框 3.折叠边框 4.表格宽高 5.表格文本对齐 6.表格内边距  7.表格颜色 <!--index.html--> ...

  10. css样式--表格

    1.示例源码 <!DOCTYPE html><html><head><meta charset="utf-8"> <title ...

随机推荐

  1. js-ES6学习笔记-async函数(2)

    1.async函数返回一个 Promise 对象. async函数内部return语句返回的值,会成为then方法回调函数的参数. async function f() { return 'hello ...

  2. ES6——TDZ(暂时性死区)

    暂时性的死区(Temporal Dead Zone),简写为 TDZ: 只要块级作用域里存在let命令,它所声明的变量就绑定这个区域,不在受外部的影响 let 和 const 声明的变量不会被提升到作 ...

  3. MBTIles实现

    MBTIles实现 3.1 Compliant(符合) python: raster2mb (write) python: mbutil (read/write) python: landez (wr ...

  4. JetBrains PhpStorm 2017.2 x64 激活

    使用方法:激活时选择License server 填入http://idea.imsxm.com 点击Active即可

  5. Emmagee app性能测试工具使用教程

    Emmagee app性能测试工具使用教程 by:授客 QQ:1033553122 简介 Emmagee是网易杭州研究院QA团队开发的一个简单易上手的Android性能监测小工具,主要用于监控单个Ap ...

  6. flume使用场景 flume与kafka的比较

    Is Flume a good fit for your problem? If you need to ingest textual log data into Hadoop/HDFS then F ...

  7. Java 装饰器模式详解

    转载请注明出处:http://blog.csdn.net/zhaoyanjun6/article/details/56488020 前言 在上面的几篇文章中,着重介绍了Java 中常见的 IO 相关知 ...

  8. Prometheus Node_exporter 详解

    Basic CPU / Mem / Disk Info https://www.cnblogs.com/qianyuliang/p/10479515.html Basic CPU / Mem / Di ...

  9. Prometheus Node_exporter 之 Network Netstat ICMP

    Network Netstat ICMP /proc/net/snmp 1. ICMP Errors 1 type: GraphUnit: shortLabel: Messages out (-) / ...

  10. Window10 Linux子系统挂载磁盘

    默认情况下, Linux子系统将当前winodws磁盘的盘全部挂载到/mnt/<disk_label>, 但一些新增的盘就需要手动做下了.. 官方参考文档 挂载磁盘 -- DrvFs 挂载 ...