"格式化的文本"组件:<span> —— 快应用原生组件

`<template>
    <div class="container">
        <text><span class="success">天下武功</span> <span class="info">唯快不破</span></text>
    </div>
</template>

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

扫码体验

posted @ 2020-04-16 12:19  快应用HUI  阅读(137)  评论(0编辑  收藏  举报