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

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

扫码体验

最新文章

  1. htm常用标签总结
  2. codevs 3288 积木大赛
  3. 【SharePoint学习笔记】第2章 SharePoint Windows PowerShell 指南
  4. linux_shell_4_shell特性
  5. Octopus系列之如何让前台的js脚本变得灵活重用
  6. 点击listview 的列头对其item进行自动排序
  7. 简述一个javascript简单继承工具的实现原理
  8. 【转】Ansys 13.0 flexlm not running完美解决方案
  9. IOS 特定于设备的开发:获取和使用设备姿势(通过手机方向控制3d物体显示)
  10. 在linux下通过hexdump生成一个十六进制的文本保存文件,解析此文件转变成正常源代码文件。
  11. JFinal快速上手及注意事项
  12. Linux 网络命令必知必会之 tcpdump,一份完整的抓包指南请查收!
  13. 使用栈实现队列(1)(Java)
  14. json序列化NULL
  15. 一个mysqldump的报错
  16. cnn 经典网络结构 解析
  17. python之流程控制
  18. 【angular5项目积累总结】侧栏菜单 navmenu
  19. git 代码冲突处理
  20. 对cookie的重新认识

热门文章

  1. 雅奇880、990、小土豆调用EPX Studio 编译的DLL的编程方法~
  2. pytorch里一些函数的说明记录
  3. java-方法。(新手)
  4. VsCode代码段添加方法
  5. Python - 面向对象(三)公共变量,受保护变量,私有变量
  6. Journal of Proteome Research | Current understanding of human metaproteome association and modulation(人类宏蛋白质组研究近期综述)(解读人:李巧珍)
  7. 使用tomcat运行时提示some characters cannot be mapped using iso-8859-1 character encoding异常
  8. ModelForm理解简单运用(增删改查)
  9. demo26-路径
  10. 我们是怎么实现Grpc CodeFirst