博主信息
博文 3
粉丝 0
评论 0
访问量 2676
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
HTML ui li表格布局 8月14日
王松松的博客
原创
1019人浏览过
<!DOCTYPE html>
<html>
<head>
 <title>购物清单</title>
 <meta charset="utf-8">
 <script type="text/javascript"></script>
 <style type="text/css">
  table{
            border-collapse: collapse; 折叠表格线
            width: 700px;
            text-align: center;
            margin: 20px auto;
  }
  table caption 
     {
            font-size: 2rem;
            font-weight: bolder;
            color:#666;
            margin-bottom: 20px;
  }
       table,th,td{
             border: 1px solid #666;
       }
       table tr:first-child{
               background: yellow;
       }
       table tr:hover{
               background: #efefef;
               color: coral;
       } 
        
       table tr td img{
              padding: 5px;
              border-radius: 10px;
       }
       table tr td a{
          /*去下环线*/
          text-decoration-line:none;         
          width: 140px;
          height: 40px;
          padding: 5px;
          border: 1px solid black;
          background-color: white;
          color: black;
          border-radius: 8px;

       }
    table tr td a:hover{
             background-color: black;
             color:white;
    }


本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学