You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
614 B
42 lines
614 B
/* 全局字体设置 */
|
|
/* 版块名称/活动名称等名称 */
|
|
h1{
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
font-family: 黑体;
|
|
}
|
|
/* 栏目名称/活动项目名称等名称 */
|
|
h2{
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
font-family: 黑体;
|
|
}
|
|
/* 文章标题、列表内标题 */
|
|
h3{
|
|
font-size: 32rpx;
|
|
color: #080808;
|
|
}
|
|
/* 标准文字 */
|
|
text{
|
|
font-size: 28rpx;
|
|
color: #828282;
|
|
}
|
|
/*按钮*/
|
|
button {
|
|
font-size: 32rpx;
|
|
}
|
|
/* 字段、行标题 */
|
|
.field{
|
|
font-size: 32rpx;
|
|
color: #101010;
|
|
}
|
|
/* 提示 */
|
|
.tips{
|
|
font-size: 32rpx;
|
|
color: #E99D42;
|
|
}
|
|
/* 说明 */
|
|
.explain{
|
|
font-size: 28rpx;
|
|
color: #828282;
|
|
}
|
|
|