php网页表格样式,分享7款颜色的CSS表格样式美化网页表格用户体验

今天在浏览几个海外前端博客时候,看到以下7款颜色CSS表格样式的整理还是比较好的,尤其是需要在网页中添加表格时候,看似简单的样式,但是在需要使用的时候就直接复制,节省很多时间。

第一种:

80c879e7cb80b6f6a80962467565faf7.png

CSS表格样式之一

CSS样式代码部分:

/* Border styles */

#table-1 thead, #table-1 tr {

border-top-width: 1px;

border-top-style: solid;

border-top-color: rgb(230, 189, 189);

}

#table-1 {

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: rgb(230, 189, 189);

}

/* Padding and font style */

#table-1 td, #table-1 th {

padding: 5px 10px;

font-size: 12px;

font-family: Verdana;

color: rgb(177, 106, 104);

}

/* Alternating background colors */

#table-1 tr:nth-child(even) {

background: rgb(238, 211, 210)

}

#table-1 tr:nth-child(odd) {

background: #FFF

}

第二种:

5ab02b44c13b2b0c6fae9caaebf7329b.png

CSS表格样式之二

CSS样式代码部分:

/* Border styles */

#table-2 thead, #table-2 tr {

border-top-width: 1px;

border-top-style: solid;

border-top-color: rgb(230, 189, 189);

}

#table-2 {

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: rgb(230, 189, 189);

}

/* Padding and font style */

#table-2 td, #table-2 th {

padding: 5px 10px;

font-size: 12px;

font-family: Verdana;

color: rgb(177, 106, 104);

}

/* Alternating background colors */

#table-2 tr:nth-child(even) {

background: rgb(238, 211, 210)

}

#table-2 tr:nth-child(odd) {

background: #FFF

}

第三种:

2e498a93cbbd5145fab4bc7861133bd2.png

CSS表格样式之三

CSS样式代码部分:

/* Border styles */

#table-3 thead, #table-3 tr {

border-top-width: 1px;

border-top-style: solid;

border-top-color: rgb(235, 242, 224);

}

#table-3 {

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: rgb(235, 242, 224);

}

/* Padding and font style */

#table-3 td, #table-3 th {

padding: 5px 10px;

font-size: 12px;

font-family: Verdana;

color: rgb(149, 170, 109);

}

/* Alternating background colors */

#table-3 tr:nth-child(even) {

background: rgb(230, 238, 214)

}

#table-3 tr:nth-child(odd) {

background: #FFF

}

第四种:

8d2614a7650d2a32228fdc41f8e708cd.png

CSS表格样式之四

CSS代码样式部分:

/* Border styles */

#table-4 thead, #table-4 tr {

border-top-width: 1px;

border-top-style: solid;

border-top-color: rgb(211, 202, 221);

}

#table-4 {

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: rgb(211, 202, 221);

}

/* Padding and font style */

#table-4 td, #table-4 th {

padding: 5px 10px;

font-size: 12px;

font-family: Verdana;

color: rgb(95, 74, 121);

}

/* Alternating background colors */

#table-4 tr:nth-child(even) {

background: rgb(223, 216, 232)

}

#table-4 tr:nth-child(odd) {

background: #FFF

}

第五种:

509b2ca6b7bf153d876176b5fd999c3e.png

CSS表格样式之五

CSS代码样式部分:

/* Table Head */

#table-5 thead th {

background-color: rgb(156, 186, 95);

color: #fff;

border-bottom-width: 0;

}

/* Column Style */

#table-5 td {

color: #000;

}

/* Heading and Column Style */

#table-5 tr, #table-5 th {

border-width: 1px;

border-style: solid;

border-color: rgb(156, 186, 95);

}

/* Padding and font style */

#table-5 td, #table-5 th {

padding: 5px 10px;

font-size: 12px;

font-family: Verdana;

font-weight: bold;

}

第六种:

3dee1f021b2663a599570be180c694cb.png

CSS表格样式之六

CSS样式代码部分:

/* Table Head */

#table-6 thead th {

background-color: rgb(128, 102, 160);

color: #fff;

border-bottom-width: 0;

}

/* Column Style */

#table-6 td {

color: #000;

}

/* Heading and Column Style */

#table-6 tr, #table-6 th {

border-width: 1px;

border-style: solid;

border-color: rgb(128, 102, 160);

}

/* Padding and font style */

#table-6 td, #table-6 th {

padding: 5px 10px;

font-size: 12px;

font-family: Verdana;

font-weight: bold;

}

第七种:

880b152069aa7fff4d6297c01703de37.png

CSS表格样式之七

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值