功夫明星 layui table

原创 2018-12-23 03:02:24 137
摘要:<!DOCTYPE html><html><head> <title></title> <link rel="stylesheet" type="text/css" href="../static/plugins/layui/css/layui.css"> <s

<!DOCTYPE html>

<html>

<head>

<title></title>

<link rel="stylesheet" type="text/css" href="../static/plugins/layui/css/layui.css">

<script type="text/javascript" src="../static/plugins/layui/layui.js"></script>

<style type="text/css">

.header span{background: #009688;color: #fff;padding: 10px 10px;margin-left: 30px;line-height: 32px;}

.header button{float: right;}

.header{border-bottom: 2px #009688 solid;}

</style>

</head>

<body style="padding: 10px;">

<div class="header">

<span>功夫明星</span>

<button class="layui-btn layui-btn-primary layui-btn-sm">添加</button>


</div>

<table class="layui-table">

  <thead>

    <tr>

      

      <th >ID</th>

      <th >姓名</th>

      <th >年龄</th>

      <th >性别</th>

      <th >内功</th>

      

      

    </tr>

     <tbody>

      <tr>

        <td>贤心</td>

        <td>汉族</td>

        <td>1989-10-14</td>

        <td>人生似修行</td>

        <td>1989-10-14</td>

        <td>人生似修行</td>

      </tr>

     

    </tbody>

  </thead>

</table>

</body>

</html>


批改老师:天蓬老师批改时间:2018-12-23 10:32:57
老师总结:功夫明星怎么出现了“贤心”?人家可是layui的作者哦

发布手记

热门词条