博客列表 >HTML ui li表格布局 8月14日

HTML ui li表格布局 8月14日

王松松的博客
王松松的博客原创
2018年08月15日 20:00:19823浏览
<!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 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议