UNPKG

iuap-design

Version:
93 lines 3.16 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Title</title> <link rel="stylesheet" href="http://iuap.yonyou.com/fe/vendor/font-awesome/css/font-awesome.css"> <link rel="stylesheet" type="text/css" href="http://iuap.yonyou.com/fe/vendor/uui/css/u.css"> <link rel="stylesheet" type="text/css" href="http://iuap.yonyou.com/fe/vendor/uui/css/u-extend.css"> <link rel="stylesheet" type="text/css" href="http://iuap.yonyou.com/fe/vendor/uui/css/tree.css"> <link rel="stylesheet" type="text/css" href="http://iuap.yonyou.com/fe/vendor/uui/css/grid.css"> <link rel="stylesheet" type="text/css" href="widget.css"> </head> <body> <div class="example table-responsive"> <table class="u-table-base u-table-striped"> <thead> <tr> <th>#</th> <th></th> <th>姓氏</th> <th>用户名</th> <th>角色</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Teagan</td> <td>Prohaska</td> <td>@Elijah</td> <td> admin </td> </tr> <tr> <td>2</td> <td>Andy</td> <td>Gaylord</td> <td>@Ramiro</td> <td> member </td> </tr> <tr> <td>3</td> <td>Veronica</td> <td>Gusikowski</td> <td>@Maxime</td> <td> developer </td> </tr> <tr> <td>4</td> <td>Bruce</td> <td>Rogahn</td> <td>@Maggio</td> <td> supporter </td> </tr> <tr> <td>5</td> <td>Carolina</td> <td>Hickle</td> <td>@Hammes</td> <td> member </td> </tr> <tr> <td>6</td> <td>Madaline</td> <td>Eichmann</td> <td>@Amaya</td> <td> supporter </td> </tr> </tbody> </table> </div> <script src="http://iuap.yonyou.com/fe/vendor/jquery/jquery-1.11.2.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/knockout/knockout-3.2.0.debug.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/uui/js/u-polyfill.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/uui/js/u.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/uui/js/u-tree.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/uui/js/u-grid.js"></script> <script src="http://iuap.yonyou.com/fe/vendor/requirejs/require.debug.js"></script> <script src="widget.js"></script> </body> </html>