代码拉取完成,页面将自动刷新
<!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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。