1 Star 0 Fork 0

毕设研究小组/PHP疫情的增删改查的作业

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
admin_background_foot.php 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
dearmite 提交于 2023-03-10 10:47 . 原始的这些文件
</div>
</div>
<div class="layui-footer">
<div class="foot" style="bottom 0px;left: 0px;background-color: #92B8B1;width: 100%;height: 100px;clear: both">
<div align="center" style="height: 40px;">
<img src="./image/frontend_face1.jpg" style="width: 120px;height: 60px">
<span style="font-size: 18px;">技术支持:</span>
<i class="layui-icon layui-icon-username"></i>
<span style="font-size: 18px;color: #0000FF">作者:陈钱</span>
<i class="layui-icon layui-icon-release"></i>
<span style="font-size: 18px;color: #0000FF">班级:计算机科学与技术1804班</span>
<i class="layui-icon layui-icon-login-wechat"></i>
</div>
<hr style="color: red">
<div align="center">
<i class="layui-icon layui-icon-tree" style="font-size: 20px">如果有问题请联系管理员:18603778899</i>
</div>
</div>
</div>
<script>
//JS
layui.use(['element', 'layer', 'util'], function(){
var element = layui.element
,layer = layui.layer
,util = layui.util
,$ = layui.$;
//头部事件
util.event('lay-header-event', {
//左侧菜单事件
menuLeft: function(othis){
layer.msg('展开左侧菜单的操作', {icon: 0});
}
,menuRight: function(){
layer.open({
type: 1
,content: '<div style="padding: 15px;">处理右侧面板的操作</div>'
,area: ['260px', '100%']
,offset: 'rt' //右上角
,anim: 5
,shadeClose: true
});
}
});
});
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dearmite/beautiful-user-other-manage.git
git@gitee.com:dearmite/beautiful-user-other-manage.git
dearmite
beautiful-user-other-manage
PHP疫情的增删改查的作业
master

搜索帮助