zoukankan      html  css  js  c++  java
  • "六号标题"组件:<h6> —— 快应用组件库H-UI

    <import name="h6" src="../Common/ui/h-ui/text/c_h6"></import>
    <template>
        <div class="container">
            <h6 text="h6标题"></h6>
        </div>
    </template>
    
    <style lang="less">
        @import '../Common/styles/container.less';
    </style>
    

    <import name="h6" src="../Common/ui/h-ui/text/c_h6"></import>
    <template>
        <div class="container">
            <h6 text="默认颜色:黑色" font="default"></h6>
            <h6 text="原始颜色" font="primary"></h6>
            <h6 text="信息颜色" font="info"></h6>
            <h6 text="成功颜色" font="success"></h6>
            <h6 text="警告颜色" font="warning"></h6>
            <h6 text="危险颜色" font="danger"></h6>
            <h6 text="链接颜色" font="link"></h6>
            <h6 text="白色" font="white"></h6>
            <h6 text="标题颜色" font="title"></h6>
            <h6 text="正文颜色" font="content"></h6>
        </div>
    </template>
    
    <style lang="less">
        @import '../Common/styles/container.less';
    </style>
    

    扫码体验

  • 相关阅读:
    第三章,DNA序列的进化演变
    哈迪-温伯格定律和近亲杂交
    mysql
    Dajngo admin使用
    Django之Form组件
    python三大器
    python函数
    python文件操作
    python字典和集合
    算法基础
  • 原文地址:https://www.cnblogs.com/cloud-dev/p/liu-hao-biao-tizu-jianlth6gt--kuai-ying-yong-zu-ji.html
Copyright © 2011-2022 走看看