登录、我的、仓储页面以及逻辑编写

This commit is contained in:
zx
2026-03-17 10:49:59 +08:00
parent d0755147c0
commit 100ea5a0d1
348 changed files with 43967 additions and 68 deletions

View File

@@ -1,3 +1,4 @@
@import '@/uni_modules/uni-scss/variables.scss';
/**
* 这里是uni-app内置的常用样式变量
*
@@ -28,7 +29,7 @@ $uni-text-color-placeholder: #808080;
$uni-text-color-disable:#c0c0c0;
/* 背景颜色 */
$uni-bg-color:#ffffff;
$uni-bg-color:#F8F8FF;
$uni-bg-color-grey:#f8f8f8;
$uni-bg-color-hover:#f1f1f1;//点击状态颜色
$uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色