<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. Angular 中引入BootStrap

    由于Bootstrap官方目前并没有发布Angular的相关类库进行支持,当前Angular只能引用使用Bootstrap相关的样式.无法使用Bootstrap自带的脚本逻辑.以下以Angular7和 ...

  2. 看这一篇就够了,css选择器知识汇总

    对大多技术人员来说都比较熟悉CSS选择器,举一例子来说,假设给一个p标签增加一个类(class),可是执行后该class中的有些属性并没有起作用.通过Firebug查看,发现没有起作用的属性被覆盖了, ...

  3. 前端开发笔记(4)css基础(下)

    标签定位 相对定位 相对定位是用来微调元素位置的,让元素相对于原来的位置进行调整. <head> <meta http-equiv="Content-Type" ...

  4. 位图和SVG用法比较

    位图,亦称为点阵图像或绘制图像,是由称作像素(图片元素)的单个点组成的.这些点可以进行不同的排列和染色以构成图样.当放大位图时,可以看见赖以构成整个图像的无数单个方块.扩大位图尺寸的效果是增大单个像素 ...

  5. Android中使用Log4j及配置说明

    目前在进行Android开发时使用到了log4j,现在对其配置进行记录. 1. android-logging-log4j 下载地址 https://code.google.com/archive/p ...

  6. Python 列表(List)操作方法详解

    Python 列表(List)操作方法详解 这篇文章主要介绍了Python中列表(List)的详解操作方法,包含创建.访问.更新.删除.其它操作等,需要的朋友可以参考下   列表是Python中最基本 ...

  7. linux设置永久环境变量

    vi /etc/profile 文件最后输入export PATH=$PATH:/usr/abc/def/ 保存 输入source /etc/profile刷新刚刚修改过的环境变量文件

  8. Asp.Net Core混合使用cookie和JwtBearer认证方案

    自己有时捣鼓一些小型演示项目,服务端主要是提供Web Api功能.为了便于管理,需要在服务端加一些简单的MVC网页,用管理员身份登录,做一些简单的操作. 因此需要实现一个功能,在一个Asp.Net C ...

  9. scott/tiger is locked 解决办法

    在plsql developer中要是以scott/tiger登录时提示ora-28000 the account is locked. 解决办法: 新装完Oracle10g后,用scott/tige ...

  10. windows下搭建Consul分布式系统和集群

    随着大数据时代的到来,分布式是解决大数据问题的一个主要手段,随着越来越多的分布式的服务,如何在分布式的系统中对这些服务做协调变成了一个很棘手的问题.我们在一个项目上注册了很多服务,在进行运维时,需要时 ...