html样式表格
<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样式表格的更多相关文章
- 四个好看的CSS样式表格
文章来源 http://www.cnphp6.com/archives/58020 1. 单像素边框CSS表格 这是一个非经常常使用的表格样式. 源码: 2. 带背景图的CSS样式表格 和上面差点儿相 ...
- 常用的四种CSS样式表格
1. 单像素边框CSS表格 这是一个很常用的表格样式. [html] <style type="text/css"> table.gridtable { font-fa ...
- CSS 四个样式表格
1. 单像素边框CSS表格 这是一个很常用的表格样式. 源代码: <!-- CSS goes in the document HEAD or added to your external sty ...
- css样式 -- 表格不会因为字体过长导致字体溢出的问题
常常碰到因为表格大小就麽大了,字体过长会爆炸溢出的问题,我们后端就用这个可以了,溢出的可以省略号 ... 代替好了. /* 在表格css样式加上这三个就可以了 效果就会变成 “abc...” */ { ...
- LODOP打印超文本字符串拼接2 单选选择css样式表格
之前的相关字符串拼接的博文:LODOP打印超文本字符串拼接1 固定表格填充数值之前博文介绍过,字符串可以随意拼接,只要最后组织成的字符串是自己需要的超文本就可以了,前面还有一篇也是拼接样式的:Lodo ...
- 前端 vue/react 或者 js 导入/导出 xlsx/xls (带样式)表格的功能
第一种导出表格的功能: yarn add xlsx script-loader file-saver xlsx-style 效果展示 xlsx-style的bug修复:node_module/xlsx ...
- CSS3——背景 文本 字体 链接 列表样式 表格
背景 background-color rgb(255,0,0,1) 最后一个值表示透明度,范围是 0--1 background-image 默认平铺重复显示 background-rep ...
- css样式-表格优化
1.表格的初步优化 index.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8&qu ...
- 三、CSS样式——表格
1.CSS表格 CSS表格属性可以帮助我们极大的改善表格的外观 2.表格边框 3.折叠边框 4.表格宽高 5.表格文本对齐 6.表格内边距 7.表格颜色 <!--index.html--> ...
- css样式--表格
1.示例源码 <!DOCTYPE html><html><head><meta charset="utf-8"> <title ...
随机推荐
- babel 编译后 this 变成了 undefined
最近有在用webpack,使用了babel这个模块来编译js jsx文件,但是发现文件编译后this变成了undefined. 源文件 module.exports = React.createCla ...
- 语义SLAM的数据关联和语义定位(二)Semantic Localization Via the Matrix Permanent
论文假设和单目标模型 这部分想讲一下Semantic Localization Via the Matrix Permanent这篇文章的一些假设. 待求解的问题可以描述为 假设从姿态\(x\)看到的 ...
- 网络基础 港湾FlexHammer5010交换机镜像端口配置
港湾FlexHammer5010交换机镜像端口配置 by:授客 QQ:1033553122 1.登陆港湾交换机FlexHammer5010交换机 方法: telent 交换机ip 输入用户名 输入用户 ...
- 绝对良心提供百度网盘的jdk1.8源码下载包含sun包的
但是openjdk网站有提供的: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/file/6bfaecb8ff77/src/share/classes/ 或者直 ...
- flutter tab切换页面防止重置
问题描述:TabBar 配合TabBarView切换页面,然后每个页面是一个listview加载数据,但是切换页面后listview的数据会被重置, 重新被加载了,解决办法使用 with Automa ...
- OpenCV 线条及形状
1.线条 # dst 相当于画板 dst=np.zeros((300,300,3),np.uint8) # #参1 图像 参2 起始点 参3 结束点 参4 颜色 line=cv2.line(dst,( ...
- CSS3新特性,兼容性,兼容方法总结
css3手册css3手册 边框 border-radius 用于添加圆角效果 语法: border-radius:[ <length> | <percentage> ]{1,4 ...
- PHP正则自动验证传入数据
本文出至:新太潮流网络博客 /** * [is_string_regular_type 正则自动验证传入数据] * @E-mial wuliqiang_aa@163.com * @TIME 2017- ...
- 针对于多个inner join或者left join多条件查询的时候,各个inner join 的指向问题
转自https://blog.csdn.net/ck457897564/article/details/52487684 先看一段代码吧: <span style="font-size ...
- guider – 全系统Linux性能分析器
Guider是一个免费且开源的,功能强大的全系统性能分析工具,主要以Python for Linux 操作系统编写. 它旨在衡量系统资源使用量并跟踪系统行为,从而使其可以有效分析系统性能问题或进行性能 ...