1 Star 0 Fork 14

风吹的我喘不过气/jpress-perfree-simple

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
page_photo_list.html 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
#include("./_inc/_layout.html")
#@layout()
#define content()
<div class="layui-col-xs12 layui-col-sm7 layui-col-md8 perfree-content-left">
<link rel="stylesheet" href="static/css/article.css" media="all">
<link rel="stylesheet" href="static/css/photoList.css" media="all">
<div class="layui-card">
<div class="layui-card-body" style="padding: 8px;margin-bottom: 10px;">
<div class="layui-card-header article-title" style="height: 30px;">
<h2>相册<span style="font-weight: 500;font-size: 13px;margin-left: 10px;">记录每一个瞬间</span></h2>
</div>
<div class="perfree-article-content">
#perfreePhotosList()
#for(photo:photoList)
<a class="photos-box pjax" title="#(photo.name)" href="/photo/#(photo.id)">
<div class="photos-img-box">
<img src="#(photo.coverImg)" height="120px">
</div>
<div class="photos-name-box">
#if(photo.isEncrypt == 1)
<i class="fa fa-lock"></i>
#end
<span>#(photo.name)</span>
</div>
</a>
#end
#end
</div>
</div>
</div>
</div>
#end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/xxxx21234/jpress-perfree-simple.git
git@gitee.com:xxxx21234/jpress-perfree-simple.git
xxxx21234
jpress-perfree-simple
jpress-perfree-simple
master

搜索帮助