1 Star 0 Fork 0

csdudu/258754.cn与争网络历年作品备份

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
template_index.ejs 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
18975141930 提交于 2023-03-23 11:06 . 1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>258754.cn演示首页</title>
<style>
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, lengend, button, input, textarea,
th, td {
/* table elements 表格元素 */
margin: 0;
padding: 0;
font-weight: normal;
}
/* 重置列表元素 */
ul,
ol {
list-style: none;
}
.list {
padding: 10px; display: flex; flex-wrap: wrap;
justify-content: start;
}
.list li {
font-size: 14px; line-height: 140%;
width: 300px; margin-right: 20px;
margin-bottom: 10px;
padding:5px;
background-color: #efefef;
}
.list li img{
width: 100%;
}
.list li h2{
font-size: 14px; line-height: 160%; margin-bottom: 0.2em;
}
.list li h3{
font-size: 10px; color: #666;
}
.list li:hover {
background-color: #efe;
}
</style>
</head>
<body>
<h2>有些案例出现乱码,是因为老网站的编码问题,因整理工作量没有一一转换</h2>
<ul class="list">
<% arrayMy.forEach(item => { %>
<li>
<h3><%= item.path %></h3>
<a href="<%= item.path2 %>" target="_blank"><%= item.title %></a>
</li>
<% }) %>
</ul>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/QQ258754/258754_cn.git
git@gitee.com:QQ258754/258754_cn.git
QQ258754
258754_cn
258754.cn与争网络历年作品备份
master

搜索帮助