参考视频:https://ke.qq.com/course/320021

导入layui

官网下载

官网地址:http://layui-doc.pearadmin.com/index.html
在这里插入图片描述
下载后解压
在这里插入图片描述

Django项目配置使用静态文件

在layui项目下创建static目录
在这里插入图片描述
在这里插入图片描述
settings文件添加如下内容

STATICFILES_DIRS = (
    os.path.join(BASE_DIR, 'static'),
)

将解压后的layui目录移动到static目录下
在这里插入图片描述
在这里插入图片描述

常用类

导航栏显示

layui-nav-itemed  # 展开的样式类
layui-this  	  # 子菜单选中背景样式类

后台布局

官方文档:https://www.layui.com/doc/element/layout.html

打开官方示例
在这里插入图片描述
获取代码
在这里插入图片描述
复制代码到项目中的index.html文件中
在这里插入图片描述
修改两个路径
在这里插入图片描述
在这里插入图片描述
copy成功
在这里插入图片描述
然后就根据官网提供的示例去设计网页了

颜色

官网地址:https://www.layui.com/doc/element/color.html

栅格系统

官网地址:https://www.layui.com/doc/element/layout.html

面板

官网地址:https://www.layui.com/doc/element/panel.html
在这里插入图片描述

按钮

官网地址:https://www.layui.com/doc/element/button.html

表单

官网地址:https://www.layui.com/doc/element/form.html

上传文件

官网地址:https://www.layui.com/doc/modules/upload.html

表格

官网地址:https://www.layui.com/doc/element/table.html

数据表格

官网地址:https://www.layui.com/doc/modules/table.html

弹出层

官网地址:https://www.layui.com/doc/modules/layer.html

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐