新增发现水晶发现更多

This commit is contained in:
唐明明
2021-09-24 12:03:16 +08:00
parent 4716a97e70
commit 079b016896
25 changed files with 2464 additions and 7 deletions

View File

@@ -10,6 +10,8 @@ $text-color: #333;
$text-gray: #555;
$text-gray-m: #999;
$text-price: #8b64fd;
$mian-color: #8b64fd;
$mian-color-deep: #824f9a;
// 边框颜色
$border-color: #ddd;
@@ -23,6 +25,7 @@ $title-size-sm: 26rpx;
// 模块圆角
$radius: 20rpx;
$radius-sm: 10rpx;
// 模块边距
$margin: 30rpx;