使用须知
如何开始
安装
全局元素
样式重置
文字
颜色
徽章
提示框
表格
图标
栅格
原生组件
Panel
Accordion
Tabs
Layout
DataGrid
DataList
PropertyGrid
Tree
TreeGrid
LinkButton
Menu
MenuButton
SplitButton
SwitchButton
TabButton
Pagination
ProgressBar
SearchBox
Form
CheckBox
RadioBox
TextBox
PasswordBox
FileBox
TagBox
Combo
ComboBox
ComboGrid
ComboTree
ComboTreeGrid
ComboFilter
NumberBox
NumberSpinner
Calendar
DateBox
DateRangeBox
DateTimeBox
DateTimeRangeBox
TimeSpinner
DateTimeSpinner
Slider
ValidateBox
ImagesBox
Window
Dialog
Messager
Draggable
Droppable
Resizable
Tooltip
MaskedBox
扩展组件
头像
上传
时间轴
聊天
用户面板
消息面板
统计数据面板
Echart面板
圆形统计图
评论
相册
评分
文件
滚动条
二维码
条形码
天气
AT
编辑器
课程表
日程表
项目管理
客户管理
浏览器
FAQ
兼容插件
IconFont
Font Awesome
Ueditor
Ckeditor
Echarts
Plupload
Cropper
BaiduMap
AMap
Colpick
Nprogress
Gantt
GanttEditor
Raty
WebUploader
匿名
匿名 您还未登录

Font

1.x
Basic
2.x
Basic

Basic Font 1.x

对HTML基本元素进行了基本样式定义,并利用可扩展的class增强其展示效果。根据版本的不同,支持样式也略有不同。在1.x系列中,HTML中定义的仅支持标题标签, 从<h1> 到 <h6> 可用。

示例:

代码:

					
<h1>h1. Insdep Theme heading</h1>
<h2>h2. Insdep Theme heading</h2>
<h3>h3. Insdep Theme heading</h3>
<h4>h4. Insdep Theme heading</h4>
<h5>h5. Insdep Theme heading</h5>
<h6>h6. Insdep Theme heading</h6>

<h1>h1. Insdep Theme heading <small>Secondary text</small></h1>
<h2>h2. Insdep Theme heading <small>Secondary text</small></h2>
<h3>h3. Insdep Theme heading <small>Secondary text</small></h3>
<h4>h4. Insdep Theme heading <small>Secondary text</small></h4>
<h5>h5. Insdep Theme heading <small>Secondary text</small></h5>
<h6>h6. Insdep Theme heading <small>Secondary text</small></h6>