zoukankan      html  css  js  c++  java
  • 前端切图:一个好看的表格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- 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前端开发资源,请看原文链接:祈澈姑娘
    或者联系我的微信,姑娘家家创作不易,走过路过点个赞呗
     
  • 相关阅读:
    MessageFormat理解,MessageFormat.format(Object obj)方法
    正则表达式
    数字处理类
    包装类
    遍历Map的4种方法(来自网络)
    集合类
    数组
    字符串
    语言基础
    Linux下使用openssl加解密
  • 原文地址:https://www.cnblogs.com/wangting888/p/7908442.html
Copyright © 2011-2022 走看看