AmazeUI如何实现评论列表

这篇文章主要介绍AmazeUI如何实现评论列表,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!

AmazeUI 评论列表的实现示例:

<!doctypehtml>
<htmlclass="no-js">
<head>
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible"content="IE=edge">
<metaname="description"content="">
<metaname="keywords"content="">
<metaname="viewport"content="width=device-width,initial-scale=1">
<title>评论列表</title>
<metaname="renderer"content="webkit">
<metahttp-equiv="Cache-Control"content="no-siteapp"/>
<linkrel="icon"type="image/png"href="assets/i/favicon.png">
<metaname="mobile-web-app-capable"content="yes">
<linkrel="icon"sizes="192x192"href="assets/i/app-icon72x72@2x.png">
<metaname="apple-mobile-web-app-capable"content="yes">
<metaname="apple-mobile-web-app-status-bar-style"content="black">
<metaname="apple-mobile-web-app-title"content="AmazeUI"/>
<linkrel="apple-touch-icon-precomposed"href="assets/i/app-icon72x72@2x.png">
<metaname="msapplication-TileImage"content="assets/i/app-icon72x72@2x.png">
<metaname="msapplication-TileColor"content="#0e90d2">
<linkrel="stylesheet"href="assets/css/amazeui.min.css">
</head>
<bodystyle="margin:10px;">
<!--基本结构-->
<articleclass="am-comment"><!--评论容器-->
<ahref="">
<imgclass="am-comment-avatar"alt=""src="img/100.jpg"/><!--评论者头像-->
</a>
<divclass="am-comment-main"><!--评论内容容器-->
<headerclass="am-comment-hd">
<!--<h4class="am-comment-title">评论标题</h4>-->
<divclass="am-comment-meta"><!--评论元数据-->
<ahref="#link-to-user"class="am-comment-author">chaoyi</a><!--评论者-->
评论于<timedatetime="">2016-02-17</time>
</div>
</header>
<divclass="am-comment-bd">阅谁问君诵,水落清香浮。</div><!--评论内容-->
</div>
</article><br>
<!--单条评论-->
<articleclass="am-comment">
<ahref="#link-to-user-home">
<imgsrc="img/100.jpg"alt=""class="am-comment-avatar"width="48"height="48"/>
</a>
<divclass="am-comment-main">
<headerclass="am-comment-hd">
<!--<h4class="am-comment-title">评论标题</h4>-->
<divclass="am-comment-meta">
<ahref="#link-to-user"class="am-comment-author">chaoyi</a>
评论于<timedatetime="2013-07-27T04:54:29-07:00"title="2013年7月27日下午7:54格林尼治标准时间+0800">2014-7-1215:30</time>
</div>
</header>
<divclass="am-comment-bd">
阅谁问君诵,水落清香浮。
</div>
</div>
</article>
<!--评论列表-->
<ulclass="am-comments-listam-comments-list-flip">
<liclass="am-comment">
<ahref="#link-to-user-home">
<imgsrc="img/100.jpg"alt=""class="am-comment-avatar"width="48"height="48"/>
</a>
<divclass="am-comment-main">
<headerclass="am-comment-hd">
<!--<h4class="am-comment-title">评论标题</h4>-->
<divclass="am-comment-meta">
<ahref="#link-to-user"class="am-comment-author">chaoyi</a>
评论于<timedatetime="2013-07-27T04:54:29-07:00"title="2013年7月27日下午7:54格林尼治标准时间+0800">2014-7-1215:30</time>
</div>
</header>
<divclass="am-comment-bd">
阅谁问君诵,水落清香浮。
</div>
</div>

</li>
<liclass="am-commentam-comment-flip">
<ahref="#link-to-user-home">
<imgsrc="img/100.jpg"alt=""class="am-comment-avatar"width="48"height="48"/>
</a>
<divclass="am-comment-main">
<headerclass="am-comment-hd">
<!--<h4class="am-comment-title">评论标题</h4>-->
<divclass="am-comment-meta">
<ahref="#link-to-user"class="am-comment-author">chaoyi</a>
评论于<timedatetime="2013-07-27T04:54:29-07:00"title="2013年7月27日下午7:54格林尼治标准时间+0800">2014-7-1215:30</time>
</div>
</header>
<divclass="am-comment-bd">
阅谁问君诵,水落清香浮。
</div>
</div>

</li>
<liclass="am-commentam-comment-highlight">
<ahref="#link-to-user-home">
<imgsrc="img/100.jpg"alt=""class="am-comment-avatar"width="48"height="48"/>
</a>
<divclass="am-comment-main">
<headerclass="am-comment-hd">
<!--<h4class="am-comment-title">评论标题</h4>-->
<divclass="am-comment-meta">
<ahref="#link-to-user"class="am-comment-author">chaoyi</a>
评论于<timedatetime="2013-07-27T04:54:29-07:00"title="2013年7月27日下午7:54格林尼治标准时间+0800">2014-7-1215:30</time>
</div>
</header>
<divclass="am-comment-bd">
阅谁问君诵,水落清香浮。
</div>
</div>
</li>
</ul>
<!--评论内容左右对齐-->
<articleclass="am-commentam-comment-flip">
<ahref="#link-to-user-home">
<imgsrc="img/100.jpg"alt=""class="am-comment-avatar"width="48"height="48"/>
</a>
<divclass="am-comment-main">
<headerclass="am-comment-hd">
<!--<h4class="am-comment-title">评论标题</h4>-->
<divclass="am-comment-meta">
<ahref="#link-to-user"class="am-comment-author">chaoyi</a>
评论于<timedatetime="2013-07-27T04:54:29-07:00"title="2013年7月27日下午7:54格林尼治标准时间+0800">2014-7-1215:30</time>
</div>
</header>
<divclass="am-comment-bd">
阅谁问君诵,水落清香浮。
</div>
</div>
</article>
<articleclass="am-commentam-comment-flipam-comment-highlight">
<ahref="#link-to-user-home">
<imgsrc="img/100.jpg"alt=""class="am-comment-avatar"width="48"height="48"/>
</a>
<divclass="am-comment-main">
<headerclass="am-comment-hd">
<!--<h4class="am-comment-title">评论标题</h4>-->
<divclass="am-comment-meta">
<ahref="#link-to-user"class="am-comment-author">chaoyi</a>
评论于<timedatetime="2013-07-27T04:54:29-07:00"title="2013年7月27日下午7:54格林尼治标准时间+0800">2014-7-1215:30</time>
</div>
</header>
<divclass="am-comment-bd">
阅谁问君诵,水落清香浮。
</div>
</div>
</article>
<!--[if(gteIE9)|!(IE)]><!-->
<scriptsrc="assets/js/jquery.min.js"></script>
<!--<![endif]-->
<!--[iflteIE8]>
<scriptsrc="assets/ie8/jquery.min.js"></script>
<scriptsrc="assets/ie8/modernizr.js"></script>
<scriptsrc="assets/js/amazeui.ie8polyfill.min.js"></script>
<![endif]-->
<scriptsrc="assets/js/amazeui.min.js"></script>
</body>
</html>

效果图:

AmazeUI如何实现评论列表

以上是“AmazeUI如何实现评论列表”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注恰卡编程网行业资讯频道!

发布于 2021-03-21 22:36:28
收藏
分享
海报
0 条评论
170
上一篇:Linux中shell怎么实现压缩多个文件 下一篇:AmazeUI如何实现模态窗口
目录

    0 条评论

    本站已关闭游客评论,请登录或者注册后再评论吧~

    忘记密码?

    图形验证码