继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

前端切图:一个好看的表格css样式

祈澈姑娘
关注TA
已关注
手记 56
粉丝 1.4万
获赞 118

前端切图:一个好看的表格css样式

<!DOCTYPE html>
<html>
        <head>
        <meta charset="UTF-8">
        <title></title>
    </head>

    <body>

        <table border="1" id="dataTable"  style=" border-collapse:collapse;border-spacing:0; border:1px  solid  #FFFFFF;" >
            <tr  style="background:#50aca2;color: #fff;border-bottom-width: 0;  text-align: center; height: 2.2rem;">
                <td>姓名</td>
                <td>联系电话 </td>
                 <td>邮箱 </td>
            </tr>
            <tr   style="background: #e5efeb; text-align: center;height: 2.2rem;">
                <td>王婷</td>
                <td>15210441885</td>
                <td>1357097537@qq.com</td>
            </tr>
            <tr style="background: #e5efeb; text-align: center;height: 2.2rem;">
                <td>小金龙</td>
                <td>13661725475</td>
                 <td>1357097537@qq.com</td>
            </tr>
        </table>

    </body>

</html>
打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP