App下載

在html5中如何使用AmazeUI框架實現(xiàn)評論列表效果?代碼分享!

猿友 2021-08-02 14:48:11 瀏覽數(shù) (2195)
反饋

不知道大家喜不喜歡在各種論壇或者貼吧中為別人分享自己的意見和看法給給別人留下評論呢!那么今天小編就來教大家“在html5中如何使用AmazeUI框架實現(xiàn)評論列表效果?”吧!下面是小編收集的相關(guān)內(nèi)容,希望對大家有所幫助!

最近在學習AmazeUI框架,今天給大家分享的是AmazeUI 評論列表的實現(xiàn)示例,也給自己留個學習記錄:

<!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;">
<!--基本結(jié)構(gòu)-->
<article class="am-comment"> <!-- 評論容器 -->
 <a href="">
  <img class="am-comment-avatar" alt="" src="img/100.jpg" /> <!-- 評論者頭像 -->
 </a>
 <div class="am-comment-main"> <!-- 評論內(nèi)容容器 -->
  <header class="am-comment-hd">
   <!--<h3 class="am-comment-title">評論標題</h3>-->
   <div class="am-comment-meta"> <!-- 評論元數(shù)據(jù) -->
    <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> <!-- 評論內(nèi)容 -->
 </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>
<!--評論內(nèi)容左右對齊-->
<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> 

效果圖:


 

以上就是有關(guān)于:“在html5中如何使用AmazeUI框架實現(xiàn)評論列表效果?”這個問題的相關(guān)內(nèi)容,當然如果你有其他的實現(xiàn)方法也是可以和大家分享一同進步的!有感興趣的小伙伴們也可以在W3Cschool學習一些相關(guān)的知識進行深造! 

0 人點贊