时间:2021-05-08
最近在学习AmazeUI框架,今天给大家分享的是AmazeUI 评论列表的实现示例,也给自己留个学习记录
<!doctype html><html class="no-js"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="description" content=""><meta name="keywords" content=""><meta name="viewport" content="width=device-width, initial-scale=1"><title>评论列表</title><meta name="renderer" content="webkit"><meta http-equiv="Cache-Control" content="no-siteapp"/><link rel="icon" type="image/png" href="assets/i/favicon.png"><meta name="mobile-web-app-capable" content="yes"><link rel="icon" sizes="192x192" href="assets/i/app-icon72x72@2x.png"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="Amaze UI"/><link rel="apple-touch-icon-precomposed" href="assets/i/app-icon72x72@2x.png"><meta name="msapplication-TileImage" content="assets/i/app-icon72x72@2x.png"><meta name="msapplication-TileColor" content="#0e90d2"><link rel="stylesheet" href="assets/css/amazeui.min.css"></head><body style="margin: 10px;"><!--基本结构--><article class="am-comment"> <!-- 评论容器 --> <a href=""> <img class="am-comment-avatar" alt="" src="img/100.jpg" /> <!-- 评论者头像 --> </a> <div class="am-comment-main"> <!-- 评论内容容器 --> <header class="am-comment-hd"> <!--<h3 class="am-comment-title">评论标题</h3>--> <div class="am-comment-meta"> <!-- 评论元数据 --> <a href="#link-to-user" class="am-comment-author">chaoyi</a> <!-- 评论者 --> 评论于 <time datetime="">2016-02-17</time> </div> </header> <div class="am-comment-bd">阅谁问君诵,水落清香浮。</div> <!-- 评论内容 --> </div></article><br><!--单条评论--><article class="am-comment"> <a href="#link-to-user-home"> <img src="img/100.jpg" alt="" class="am-comment-avatar" width="48" height="48"/> </a> <div class="am-comment-main"> <header class="am-comment-hd"> <!--<h3 class="am-comment-title">评论标题</h3>--> <div class="am-comment-meta"> <a href="#link-to-user" class="am-comment-author">chaoyi</a> 评论于 <time datetime="2013-07-27T04:54:29-07:00" title="2013年7月27日 下午7:54 格林尼治标准时间+0800">2014-7-12 15:30</time> </div> </header> <div class="am-comment-bd"> 阅谁问君诵,水落清香浮。 </div> </div></article><!--评论列表--><ul class="am-comments-list am-comments-list-flip"> <li class="am-comment"> <a href="#link-to-user-home"> <img src="img/100.jpg" alt="" class="am-comment-avatar" width="48" height="48"/> </a> <div class="am-comment-main"> <header class="am-comment-hd"> <!--<h3 class="am-comment-title">评论标题</h3>--> <div class="am-comment-meta"> <a href="#link-to-user" class="am-comment-author">chaoyi</a> 评论于 <time datetime="2013-07-27T04:54:29-07:00" title="2013年7月27日 下午7:54 格林尼治标准时间+0800">2014-7-12 15:30</time> </div> </header> <div class="am-comment-bd"> 阅谁问君诵,水落清香浮。 </div> </div> </li> <li class="am-comment am-comment-flip"> <a href="#link-to-user-home"> <img src="img/100.jpg" alt="" class="am-comment-avatar" width="48" height="48"/> </a> <div class="am-comment-main"> <header class="am-comment-hd"> <!--<h3 class="am-comment-title">评论标题</h3>--> <div class="am-comment-meta"> <a href="#link-to-user" class="am-comment-author">chaoyi</a> 评论于 <time datetime="2013-07-27T04:54:29-07:00" title="2013年7月27日 下午7:54 格林尼治标准时间+0800">2014-7-12 15:30</time> </div> </header> <div class="am-comment-bd"> 阅谁问君诵,水落清香浮。 </div> </div> </li> <li class="am-comment am-comment-highlight"> <a href="#link-to-user-home"> <img src="img/100.jpg" alt="" class="am-comment-avatar" width="48" height="48"/> </a> <div class="am-comment-main"> <header class="am-comment-hd"> <!--<h3 class="am-comment-title">评论标题</h3>--> <div class="am-comment-meta"> <a href="#link-to-user" class="am-comment-author">chaoyi</a> 评论于 <time datetime="2013-07-27T04:54:29-07:00" title="2013年7月27日 下午7:54 格林尼治标准时间+0800">2014-7-12 15:30</time> </div> </header> <div class="am-comment-bd"> 阅谁问君诵,水落清香浮。 </div> </div> </li></ul><!--评论内容左右对齐--><article class="am-comment am-comment-flip"> <a href="#link-to-user-home"> <img src="img/100.jpg" alt="" class="am-comment-avatar" width="48" height="48"/> </a> <div class="am-comment-main"> <header class="am-comment-hd"> <!--<h3 class="am-comment-title">评论标题</h3>--> <div class="am-comment-meta"> <a href="#link-to-user" class="am-comment-author">chaoyi</a> 评论于 <time datetime="2013-07-27T04:54:29-07:00" title="2013年7月27日 下午7:54 格林尼治标准时间+0800">2014-7-12 15:30</time> </div> </header> <div class="am-comment-bd"> 阅谁问君诵,水落清香浮。 </div> </div></article><article class="am-comment am-comment-flip am-comment-highlight"> <a href="#link-to-user-home"> <img src="img/100.jpg" alt="" class="am-comment-avatar" width="48" height="48"/> </a> <div class="am-comment-main"> <header class="am-comment-hd"> <!--<h3 class="am-comment-title">评论标题</h3>--> <div class="am-comment-meta"> <a href="#link-to-user" class="am-comment-author">chaoyi</a> 评论于 <time datetime="2013-07-27T04:54:29-07:00" title="2013年7月27日 下午7:54 格林尼治标准时间+0800">2014-7-12 15:30</time> </div> </header> <div class="am-comment-bd"> 阅谁问君诵,水落清香浮。 </div> </div></article><!--[if (gte IE 9)|!(IE)]><!--><script src="assets/js/jquery.min.js"></script><!--<![endif]--><!--[if lte IE 8 ]><script src="assets/ie8/jquery.min.js"></script><script src="assets/ie8/modernizr.js"></script><script src="assets/js/amazeui.ie8polyfill.min.js"></script><![endif]--><script src="assets/js/amazeui.min.js"></script></body></html>效果图:
到此这篇关于AmazeUI 评论列表的实现示例的文章就介绍到这了,更多相关AmazeUI 评论列表内容请搜索以前的文章或继续浏览下面的相关文章,希望大家以后多多支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
具体代码如下所示:简易评论列表评论人:{{item.user}}{{item.content}}评论人:评论内容:letcommentBox={//定义评论组件
最近看到一个需求:实现一个评论功能,要求对评论列表进行分页显示对相应模块实现组件化能显示发布者、发布时间以及内容乍一看不是很难,但是在具体的实现上还是遇到了一些
为了适应不同栏目不同需求的评论,帝国CMS引入了多评论列表模板后,还引入了评论自定义字段,支持不同栏目不同评论样式与选项。自定义评论字段基本步骤:1、增加评论表
需要说明的是,这几条评论并不是被屏蔽了,而是正常出现在评论列表中。还需要说明的是,我每天进行评论回复的时候,一般只从博客首页侧栏的“最新评论&rdq
1、后台-系统设置-系统参数设置-信息设置-反馈验证码(后面点开启)2、信息反馈本身并无放置验证码代码,所先复制评论的验证码代码,后台-模板-评论列表模板-管理