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

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

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

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

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

扫码体验

猜你喜欢

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