abstrak:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>后臺管理</title> <link rel="stylesheet" type="text/css"
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>后臺管理</title> <link rel="stylesheet" type="text/css" href="https://heerey525.github.io/layui-v2.4.3/layui-v2.4.5/css/layui.css"> <script type="text/javascript" src="https://heerey525.github.io/layui-v2.4.3/layui-v2.4.5/layui.js"></script> <style type="text/css"> .header{width: 100%;height: 60px;background: #23262E;line-height: 60px;font-size: 16px;} .header a{color: #ccc;margin: 0 10px;} .layui-colla-item,.layui-colla-title,.layui-colla-content,.layui-collapse{border: none;} .layui-colla-title{background: #393D49;color: #ccc;} .layui-colla-content{background: #282B33;} </style> </head> <body> <!-- 頭部 --> <div> <span style="color: #009688;margin-left: 50px;">layui 后臺布局</span> <div style="float: right;margin-right: 20px;color: #ccc;"> <img style="border-radius: 50%;margin-right: 15px;" src="http://img2.imgtn.bdimg.com/it/u=2060761043,284284863&fm=26&gp=0.jpg" width="40px" height="40px" > <span>夜語<a href="javascript:;" onclick="a()">退出</a></span> </div> </div> <!-- 側(cè)邊欄 --> <div style="width: 200px;height: 800px;background: #393D49;"> <div lay-accordion=""> <div> <h2>所有商品</h2> <div class="layui-colla-content layui-show"> 列表一 </div> </div> <div> <h2>解決方案</h2> <div class="layui-colla-content layui-show"> 列表一 </div> </div> <div> <h2>云市場</h2> <div class="layui-colla-content layui-show"> 列表一<br> 列表一 </div> </div> <div> <h2>發(fā)布商品</h2> <div class="layui-colla-content layui-show"> 列表一 </div> </div> </div> </div> <!-- 內(nèi)容區(qū) --> <div></div> </body> <script> layui.use(['element', 'layer'], function(){ var element = layui.element; var layer = layui.layer; }); function a(){ layer.confirm('確定要退出嗎?', { icon:3, btn: ['確定', '取消'] //可以無限個按鈕 }, function(index, layero){ //按鈕【按鈕一】的回調(diào) }, function(index){ //按鈕【按鈕二】的回調(diào) }); } </script> </html>
通過layui框架來制作后臺用戶管理頁面,有添加選項和刪除選項以及點擊刪除有跳出事件
Guru membetulkan:滅絕師太Masa pembetulan:2019-03-26 16:47:55
Rumusan guru:layui難點不多 , 要學(xué)會看文檔哦!