This commit is contained in:
cansnow
2025-11-27 07:40:32 +08:00
parent 198c3dd4a5
commit ab625e6463
17 changed files with 1092 additions and 1135 deletions
+6 -7
View File
@@ -16,15 +16,13 @@
/* 颜色变量 */
@import "@/uni_modules/uview-ui/theme.scss";
text {
// line-height: 1.5;
}
// text element line-height can be customized if needed
/* 行为相关颜色 */
$uni-color-primary: #007aff;
$uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d;
$uni-color-primary: #997aff;
$uni-color-success: #07c160;
$uni-color-warning: #fa9d3b;
$uni-color-error: #fa5151;
/* 文字基本颜色 */
$uni-text-color: #0c1c33; //基本色
@@ -80,3 +78,4 @@ $uni-color-subtitle: #555555; // 二级标题颜色
$uni-font-size-subtitle: 26px;
$uni-color-paragraph: #3f536e; // 文章段落颜色
$uni-font-size-paragraph: 15px;
//@import "@/styles/weui-overrides.scss";