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.

38 lines
878 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

$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 */