二号标题

二号标题

-w429

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

-w428

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

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

猜你喜欢

转载自blog.csdn.net/weixin_41324043/article/details/105306345