• 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>

  • 相关阅读:
    Day 50
    Spring Boot logging 配置及相关属性
    spring boot的项目名称问题
    spring boot的项目结构问题
    @RestController无法自动注入的问题
    mysql的模糊查询
    写点什么来为自己的过去和未来画个分隔符
    python学习随笔day2
    python学习随笔day1
    linux文件上传和下载
  • 原文地址:https://www.cnblogs.com/shunzdd/p/5585972.html
Copyright © 2020-2023  润新知