前端切图:一个好看的表格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>

 

若需要转载,联系原文作者
更多技术文章,行业交流,web前端开发资源,请看原文链接:祈澈姑娘
或者联系我的微信,姑娘家家创作不易,走过路过点个赞呗
 
posted @ 2017-11-28 10:49  祈澈姑娘  阅读(5396)  评论(0编辑  收藏  举报