GraceUI 组件精细化更新工作进行中~ 如果您在使用时发现组件或样式不生效时,请先进行重新编译,重新编译后依然无效请升级您的 GraceUI 框架版本 ( 网站头部点击下载按钮获取最新版本 )即可! 此次更新预计持续到 2020-01-30 ~

文本样式
.grace-h1 //h1 文字大小 : 80rpx
.grace-h2 //h2 文字大小 : 60rpx
.grace-h3 //h3 文字大小 : 45rpx
.grace-h4 //h4 文字大小 : 32rpx
.grace-h5 //h5 文字大小 : 30rpx
.grace-h6 //h6 文字大小 : 28rpx
.grace-bold //加粗
.grace-text{font-size:26rpx; line-height:50rpx;} // 普通文本
.grace-desc{font-size:24rpx; line-height:44rpx;} // 描述文本
.grace-text-small{font-size:22rpx; line-height:40rpx;} // 小字体
.grace-line-through//删除线
.grace-italic //倾斜
.grace-indent //缩进
.grace-ellipsis //溢出省略演示代码