婷婷久久综合九色综合,欧美成色婷婷在线观看视频,偷窥视频一区,欧美日本一道道一区二区

<tt id="bu9ss"></tt>
  • <span id="bu9ss"></span>
  • <pre id="bu9ss"><tt id="bu9ss"></tt></pre>
    <label id="bu9ss"></label>

    當前位置:首頁 >  站長 >  編程技術 >  正文

    AmazeUI 評論列表的實現(xiàn)示例

     2021-02-22 17:49  來源: 腳本之家   我來投稿 撤稿糾錯

      阿里云優(yōu)惠券 先領券再下單

    這篇文章主要介紹了AmazeUI 評論列表的實現(xiàn)示例,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨著小編來一起學習學習吧

    最近在學習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;">
    <!--基本結構-->
    <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>

    效果圖:

     到此這篇關于AmazeUI 評論列表的實現(xiàn)示例的文章就介紹到這了,更多相關AmazeUI 評論列表內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關文章,希望大家以后多多支持腳本之家!

    來源:腳本之家

    鏈接:https://www.jb51.net/html5/740413.html

    申請創(chuàng)業(yè)報道,分享創(chuàng)業(yè)好點子。點擊此處,共同探討創(chuàng)業(yè)新機遇!

    相關標簽
    amazeui

    相關文章

    • AmazeUI 網(wǎng)格的實現(xiàn)示例

      這篇文章主要介紹了AmazeUI網(wǎng)格的實現(xiàn)示例,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨著小編來一起學習學習吧

      標簽:
      amazeui
    • AmazeUI 圖標的示例代碼

      這篇文章主要介紹了AmazeUI圖標的示例代碼,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨著小編來一起學習學習吧

      標簽:
      amazeui
    • AmazeUI 輸入框組的示例代碼

      這篇文章主要介紹了AmazeUI輸入框組的示例代碼,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨著小編來一起學習學習吧

      標簽:
      amazeui
    • AmazeUI導航的示例代碼

      這篇文章主要介紹了AmazeUI導航的示例代碼,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨著小編來一起學習學習吧

      標簽:
      amazeui
    • AmazeUI 列表的實現(xiàn)示例

      這篇文章主要介紹了AmazeUI列表的實現(xiàn)示例,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨著小編來一起學習學習吧

      標簽:
      amazeui

    熱門排行

    信息推薦