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.
|
|
|
|
|
$brand-color: #05c9ac;
|
|
|
|
|
|
$text-color: #252525;
|
|
|
|
|
|
$sub-text-color: #8c8c8c;
|
|
|
|
|
|
|
|
|
|
|
|
/* H5 全站不加粗:层级用字号/颜色区分 */
|
|
|
|
|
|
b,
|
|
|
|
|
|
strong {
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
page {
|
|
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', sans-serif;
|
|
|
|
|
|
background: #f7f8fa;
|
|
|
|
|
|
color: $text-color;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
--brand-color: #05c9ac;
|
|
|
|
|
|
/* 规范:10px=20rpx 标签;12px=24rpx 正文/按钮;14px=28rpx 小标题;16px=32rpx 大标题 */
|
|
|
|
|
|
--fs-tag: 20rpx;
|
|
|
|
|
|
--fs-body: 24rpx;
|
|
|
|
|
|
--fs-subtitle: 28rpx;
|
|
|
|
|
|
--fs-title: 32rpx;
|
|
|
|
|
|
--color-text: #252525;
|
|
|
|
|
|
--color-text-sub: #8c8c8c;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.font-s { font-size: var(--fs-body); }
|
|
|
|
|
|
.font-m { font-size: var(--fs-subtitle); }
|
|
|
|
|
|
.font-l { font-size: var(--fs-title); }
|
|
|
|
|
|
|
|
|
|
|
|
/* #ifdef H5 */
|
|
|
|
|
|
/* 覆盖 uni-app 默认按钮等可能为 semibold 的样式 */
|
|
|
|
|
|
uni-button,
|
|
|
|
|
|
button,
|
|
|
|
|
|
.uni-button {
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
}
|
|
|
|
|
|
/* #endif */
|