|
@@ -12,6 +12,10 @@
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
*/
|
|
*/
|
|
|
@import '@/uni_modules/uview-ui/theme.scss';
|
|
@import '@/uni_modules/uview-ui/theme.scss';
|
|
|
|
|
+page{
|
|
|
|
|
+ background-color: #052E5D;
|
|
|
|
|
+ font-family: PingFang SC-Regular, PingFang SC;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
/* 颜色变量 */
|
|
/* 颜色变量 */
|
|
|
$my-color-main: #007aff;
|
|
$my-color-main: #007aff;
|