parent
58bec31755
commit
3dbb754557
|
|
@ -251,7 +251,16 @@
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"openType": "_iframe",
|
"openType": "_iframe",
|
||||||
"href": "login.html"
|
"href": "login.html"
|
||||||
}]
|
},
|
||||||
|
{
|
||||||
|
"id": 303,
|
||||||
|
"title": "留言板",
|
||||||
|
"icon": "layui-icon layui-icon-face-smile",
|
||||||
|
"type": 1,
|
||||||
|
"openType": "_iframe",
|
||||||
|
"href": "view/page/comment.html"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "error",
|
"id": "error",
|
||||||
|
|
@ -286,5 +295,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "307",
|
||||||
|
"title": "留言",
|
||||||
|
"icon": "layui-icon layui-icon-face-smile",
|
||||||
|
"type": 1,
|
||||||
|
"openType": "_iframe",
|
||||||
|
"href": "view/page/comment.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
.pear-card-status {padding: 0 10px 10px;}
|
.pear-card-status {padding: 0 10px 10px;}
|
||||||
.pear-card-status li {position: relative;padding: 10px 0;border-bottom: 1px solid #EEE;}
|
.pear-card-status li {position: relative;padding: 10px 0;border-bottom: 1px solid #EEE;}
|
||||||
.pear-card-status li h3 {padding-bottom: 5px;font-weight: 700;}
|
.pear-card-status li h3 {padding-bottom: 5px;font-weight: 700;}
|
||||||
.pear-card-status li p {padding-bottom: 10px;}
|
.pear-card-status li p {padding-bottom: 10px;padding-top: 3px ;}
|
||||||
.pear-card-status li>span {color: #999;}
|
.pear-card-status li>span {color: #999;}
|
||||||
.pear-reply {position: absolute;right: 20px;}
|
.pear-reply {position: absolute;right: 20px;}
|
||||||
.person .title{font-size: 17px;font-weight: 600;margin-left: 18px;margin-top: 16px;position: absolute;display: inline-block;}
|
.person .title{font-size: 17px;font-weight: 600;margin-left: 18px;margin-top: 16px;position: absolute;display: inline-block;}
|
||||||
|
|
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
<div class="layui-card">
|
<div class="layui-card">
|
||||||
<div class="layui-card-header">留言板</div>
|
<div class="layui-card-header">留言板</div>
|
||||||
<div class="layui-card-body">
|
<div class="layui-card-body">
|
||||||
<ul class="pear-card-status layuiadmin-home2-usernote">
|
<ul class="pear-card-status">
|
||||||
<li>
|
<li>
|
||||||
<h3>Raccoon Core</h3>
|
<h3>Raccoon Core</h3>
|
||||||
<p>夏天真的来了,尽管它还有些犹豫。</p>
|
<p>夏天真的来了,尽管它还有些犹豫。</p>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,70 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title></title>
|
||||||
|
<link rel="stylesheet" href="../../component/layui/css/layui.css" />
|
||||||
|
<link rel="stylesheet" href="../../admin/css/pearCommon.css" />
|
||||||
|
<link rel="stylesheet" href="../../admin/css/pearButton.css" />
|
||||||
|
<link rel="stylesheet" href="../../assets/console2.css" />
|
||||||
|
<style>
|
||||||
|
.pear-container {
|
||||||
|
margin: 10px;
|
||||||
|
background-color: whitesmoke;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body class="pear-container">
|
||||||
|
|
||||||
|
<div class="layui-card">
|
||||||
|
<div class="layui-card-header">
|
||||||
|
编辑
|
||||||
|
</div>
|
||||||
|
<div class="layui-card-body">
|
||||||
|
<form>
|
||||||
|
<textarea class="layui-input layui-textarea" placeholder="你 应 该 讲 些 什 么"></textarea>
|
||||||
|
|
||||||
|
<button class="pear-btn pear-btn-primary" style="margin-top: 10px;"><i class="layui-icon layui-icon-edit"></i> 评 论</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="layui-card">
|
||||||
|
<div class="layui-card-header">留言</div>
|
||||||
|
<div class="layui-card-body">
|
||||||
|
<ul class="pear-card-status layuiadmin-home2-usernote">
|
||||||
|
<li>
|
||||||
|
<h3>就眠仪式</h3>
|
||||||
|
<p>夏天真的来了,尽管它还有些犹豫。</p>
|
||||||
|
<span>4月30日 22:43</span>
|
||||||
|
<a href="javascript:;" data-id="1" class="layui-btn layui-btn-normal layui-btn-sm pear-reply">回复</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<h3>就眠仪式</h3>
|
||||||
|
<p>我们一起爬上屋顶。</p>
|
||||||
|
<span>9月13日 11:23</span>
|
||||||
|
<a href="javascript:;" data-id="1" class="layui-btn layui-btn-normal layui-btn-sm pear-reply">回复</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<h3>就眠仪式</h3>
|
||||||
|
<p>因为我明白,在这场爱意的迸发中,我才自己是那个最大的受益人,而对你的付出只不过是水到渠成般的自然而然。我的爱意终究会反哺我。</p>
|
||||||
|
<span>9月13日 11:23</span>
|
||||||
|
<a href="javascript:;" data-id="1" class="layui-btn layui-btn-normal layui-btn-sm pear-reply">回复</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="../../component/layui/layui.js"></script>
|
||||||
|
<script>
|
||||||
|
layui.use(['util', 'layer', 'pearAuth', 'form'], function() {
|
||||||
|
|
||||||
|
|
||||||
|
var util = layui.util;
|
||||||
|
|
||||||
|
var pearAuth = layui.pearAuth;
|
||||||
|
var form = layui.form;
|
||||||
|
|
||||||
|
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue