三号标题

三号标题

-w429

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

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

-w429

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

<style lang="less">
    @import '../Common/styles/container.less';
    @import '../Common/styles/color.less';
</style>
发布了51 篇原创文章 · 获赞 1 · 访问量 305

猜你喜欢

转载自blog.csdn.net/weixin_41324043/article/details/105306405
今日推荐