一号标题

一号标题

-w429

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

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

-w430

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

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

猜你喜欢

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