<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. 【代码笔记】iOS-NSNotificationCenter

    代码: -(void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:animated]; //移除通知 [[NSNotific ...

  2. 转 .md即markdown文件的基本常用编写语法(图文并茂)

    原文链接:.md即markdown文件的基本常用编写语法(图文并茂) 序言: 很久没有写博客了,感觉只要是不写博客,人就很变得很懒,学的知识点感觉还是记不住,渐渐地让我明白,看的越多,懂的越少(你这话 ...

  3. art-template辅助函数和子模板

    art-template 前端使用 用途:主要用来处理数据和优化性能,与其他的一些模块化处理数据的插件相比,art-template处理性能好 不废话,上代码 1.art-template基本语法使用 ...

  4. AngularJS学习之 ui router

    1.安装 bower install --save angular_ui-router 2.在项目主页面 index.html中添加 <div ui-view="">& ...

  5. ActiveReports 报表控件V12新特性 -- RPX报表转换为RDL报表

    ActiveReports是一款专注于 .NET 平台的报表控件,全面满足 HTML5 / WinForms / ASP.NET / ASP.NET MVC / WPF 等平台下报表设计和开发工作需求 ...

  6. PHPCMS V9开发文档

    内容模块 内容模块PC标签调用说明 模块名:content 模块提供的可用操作 操作名 说明 lists 内容数据列表 relation 内容相关文章 hits 内容数据点击排行榜 category ...

  7. Android友盟增量更新

    1.增量升级的原理 增量更新的原理就是将本地apk与服务器端最新版本比对,并得到差异包.比如现在的版本是1.1.4,大小是7.2M,新版本是1.1.5.大小是7.3M.我们发现两个版本只有0.1M的差 ...

  8. Python+Selenium笔记(十六)屏幕截图

    (一) 方法 方法 简单说明 save_screenshot(filename)   获取当前屏幕截图并保存为指定文件 filename:路径/文件名 get_screenshot_as_base64 ...

  9. Centos7 用yum命令安装LAMP环境(php+Apache+Mysql)以及php扩展

    1.yum -y update    // 更新系统 1.1)yum -y install gcc g++ gcc-c++ make kernel-devel kernel-headers 1.2)v ...

  10. 【Python】opencv显示图像

    import cv2 img = cv2.imread("lena.jpg") cv2.namedWindow("Image") cv2.imshow(&quo ...