zoukankan      html  css  js  c++  java
  • glyphicon图标的使用举例

    <a href="" ng-click="DialTelephone.html"
    title="拨打" style="text-decoration: none">
    <span class="glyphicon glyphicon-earphone" style="color:red" aria-hidden="true">
    </span></a>


    <tbody>
    <tr ng-repeat="customer in customerList">
    <td class="text-center">{{customer.type|T_}}</td>
    <td class="text-center" ><a href="detail.html?cid={{customer.cid}}" title="查看" target="_blank" style="text-decoration: underline;" ng-bind="customer.cid"></a></t-bind="customer.cname">
    <a href="relieveBlack.html" title="解除黑名单" data-toggle="modal" data-target="#mergeModal" ng-click="relieve(customer.cid, customer.black)" ng-cl><span style="color:red;font-weight:bold;display:{{customer.black|black_}};" id="RELIEVE">!</span></a>
    <!--<a href="#" class="btn" data-toggle="popover" data-html="true" data-placement="right" title="电话:customer.tel " data-content="手机:<a href='#'>13691226585</a>">
    <span class="glyphicon glyphicon-earphone text-green "> </span>
    </a>-->
    </td>
    <td class="text-center" ng-bind="customer.cname"></td>
    <td class="text-center">{{customer.assessment}}</td>
    <td class="text-center" nowrap="nowrap" ng-bind="customer.city">
    <a href="#" style="text-decoration: underline;" data-toggle="modal" data-target="#person"></a>
    </td>
    <td class="text-center" ng-bind="customer.userid"></td>
    <td class="text-center">{{customer.register|date:'yyyy-MM-dd'}}</td>
    <td class="text-center">{{customer.updatedt|date:'yyyy-MM-dd'}}</td>
    <td class="text-center">5</td>

    <td class="text-center table-option"><a href="../../cresource/view/add.html?cid={{customer.cid}}" title="添加客源" target="_blank"> <span class="icon-plus text-green" aria-hidden="true"></span>
    </a><a href="blacklist.html" title="拉黑" ng-click="black(customer.cid, customer.black);" data-toggle="modal" data-target="#mergeModal"> <span class="icon-ban-circle text-red" aria-hidden="true"></span></a>
    <a ui-sref="callphone" data-toggle="modal" data-target="#cainmergeModal" title="拨打" style="text-decoration: none" ng-click="op($index)">
    <span class="glyphicon glyphicon-earphone" style="color:red" aria-hidden="true">
    </span></a>
    </td>
    </tr>
    </tbody>
    </table>
    <div class="panel-footer">
    <nav class="pull-right">
    <pagination num-pages="pages" curr-page="page" on-select-page="selectPage(page)"></pagination>
    </nav>
    </div>
    </div>
    </div>

    </div>
    </div>

  • 相关阅读:
    git 基本使用
    docker下rabbitMQ高可用集群部署
    成长路上破局思维:工具化时间管理
    图解Elasticsearch的核心概念
    先森林后树木:Elasticsearch各版本升级核心内容必看
    JRebel 破解最简单的使用
    POA理论:不要被你的目标欺骗了你
    读了《跃迁-成为高手的技术》我的工资翻倍了
    微信头像地址失效踩坑记附带方案
    如何做程序员喜欢的测试妹子?
  • 原文地址:https://www.cnblogs.com/shunzdd/p/5585972.html
Copyright © 2011-2022 走看看