How to implement irregular tables in css: first create an HTML sample file; then create a table through the table tag; then set the style of the table through attributes such as width and height; finally set the table through attributes such as text-align Just text style.
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <script type="text/javascript" src="js/jquery-3.1.1.min.js"></script> <link rel="stylesheet" href="css/table.css" /> </head> <body> <p class="d1"> /*cellspacing="0"边框宽度*/ <table class="t1" border="1" bordercolor="#e2e2e2" cellspacing="0" cellpadding="1" width="1000"> <tr height="80"> <td colspan="4"><img class="h1 lazy" src="/static/imghwm/default1.png" data-src="img/2.png" alt="How to implement irregular tables in css" > <img class="h2 lazy" src="/static/imghwm/default1.png" data-src="img/b.jpg" / alt="How to implement irregular tables in css" ></td> </tr> <tr height="40"> <td width="15%" align="center">订单编号</td> <td width="35%"><p class="p1">S19000086</p></td> <td width="15%" align="center">下单时间</td> <td width="35%"><p class="p1">2019-1-12</p></td> </tr> <tr height="40"> <td width="15%" align="center">客户名称</td> <td width="35%" ><p class="p1">罗茜</p></td> <td width="15%" align="center">供应商</td> <td width="35%" ><p class="p1">罗茜</p></td> </tr> <tr height="40"> <td width="15%" align="center">发票类型</td> <td width="35%"><p class="p1">无</p></td> <td width="15%" align="center">支付方式</td> <td width="35%"><p class="p1">在线支付</p></td> </tr> <tr height="40"> <td width="15%" align="center">下单人</td> <td width="35%"><p class="p1">罗茜</p></td> <td width="15%" align="center">收货人</td> <td width="35%"><p class="p1">鲁迅</p></td> </tr> <tr height="40"> <td width="15%" align="center">收货地址</td> <td colspan="3"><p class="p1">哪位uID反悔任金佛苹果控</p></td> </tr> <p> </p> <table border="1" bordercolor="#e2e2e2" cellspacing="0" cellpadding="1" width="1000"> <tr height="40" bgcolor="#e2e2e2"><th width="75">序号</th> <th width="155">零件号</th> <th width="140">商品名称</th> <th width="95">品牌</th> <th width="155">原厂零件号</th> <th width="155">原价</th> <th width="120">成交价</th> <th width="85">数量</th> <th width="95">小计</th> </tr> <tr height="150"><td>1</td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> <tr height="100"> <td>2</td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> </table> </p> <p class="d3"> <table class="t3" border="1" bordercolor="#e2e2e2" cellspacing="0" cellpadding="1" width="1000" > <tr class="tr3" height="40px"> <td class="td1" width="50%"><p class="p31">人民币:</p></td> <td class="td1 a1" width="35%">共计【】件商品:</td> <td class="td1 a1" width="15%">83894.00 </td> </tr> <tr class="tr3" height="40px"> <td class="td1" rowspan="2" width="50%"><p class="p31">原价总额:</p></td> <td class="td1 a1" width="35%">运费:</td> <td class="td1 a1" width="15%">25.00 </td> </tr> <tr class="tr3" height="40px"> <td class="td1 a1" width="35%">总额:</td> <td class="td1 a1" width="15%">u39248 </td> </tr> </table> </p> </body></html>[Recommended learning:
css video tutorial]
CSS text:.p1{ text-align: left; text-indent: 2em;//左边空两格}.h1{ float: left; width: 120px; height: 80px; /*display: block;*/}.h2{ float: right;//右对齐 width: 120px; height: 80px; /*display: block;*/}.t3{ border-top: #F0F8FF;//设置上边框为白色 /*border-collapse:collapse;*/}.td1{ /*text-align:justify; text-align-last:justify;*/ line-height:0; height:40px; border:none;/*这个是单元格,不给他要边框*/ text-align: left; text-indent: 2em;//左边空两格}.a1{ text-align: right;}The final style :
The above is the detailed content of How to implement irregular tables in css. For more information, please follow other related articles on the PHP Chinese website!

在css中,可用list-style-type属性来去掉ul的圆点标记,语法为“ul{list-style-type:none}”;list-style-type属性可设置列表项标记的类型,当值为“none”可不定义标记,也可去除已有标记。

区别是:css是层叠样式表单,是将样式信息与网页内容分离的一种标记语言,主要用来设计网页的样式,还可以对网页各元素进行格式化;xml是可扩展标记语言,是一种数据存储语言,用于使用简单的标记描述数据,将文档分成许多部件并对这些部件加以标识。

在css中,可以利用cursor属性实现鼠标隐藏效果,该属性用于定义鼠标指针放在一个元素边界范围内时所用的光标形状,当属性值设置为none时,就可以实现鼠标隐藏效果,语法为“元素{cursor:none}”。

在css中,rtl是“right-to-left”的缩写,是从右往左的意思,指的是内联内容从右往左依次排布,是direction属性的一个属性值;该属性规定了文本的方向和书写方向,语法为“元素{direction:rtl}”。

转换方法:1、给英文元素添加“text-transform: uppercase;”样式,可将所有的英文字母都变成大写;2、给英文元素添加“text-transform:capitalize;”样式,可将英文文本中每个单词的首字母变为大写。

在css中,可以利用“font-style”属性设置i元素不是斜体样式,该属性用于指定文本的字体样式,当属性值设置为“normal”时,会显示元素的标准字体样式,语法为“i元素{font-style:normal}”。

在css3中,可以用“transform-origin”属性设置rotate的旋转中心点,该属性可更改转换元素的位置,第一个参数设置x轴的旋转位置,第二个参数设置y轴旋转位置,语法为“transform-origin:x轴位置 y轴位置”。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver CS6
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool
