"二号标题"组件:<h2> —— 快应用组件库H-UI

<import name="h2" src="../Common/ui/h-ui/text/c_h2"></import>
<template>
    <div class="container">
        <h2 text="h2标题"></h2>
    </div>
</template>

<style lang="less">
    @import '../Common/styles/container.less';
</style>

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

<style lang="less">
    @import '../Common/styles/container.less';
</style>

扫码体验

猜你喜欢

转载自www.cnblogs.com/cloud-dev/p/er-hao-biao-tizu-jianlth2gt--kuai-ying-yong-zu-jia.html