first commit

This commit is contained in:
zzc
2026-01-09 11:24:40 +08:00
commit f34899eb81
73 changed files with 5431 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
$brand-theme-color:#262626; //品牌主体红色
$border-color:#e0e0e0; //边框颜色
$border-color-light:#efefef; //边框亮色
$text-font-color-1:#000; //文字主色
$text-font-color-2:#676767; //副标题颜色
$text-font-color-3:#a7a7a7; //浅色
$text-font-color-4:#e4e4e4; //更浅
$text-color: #B2B2B2

View File

@@ -0,0 +1,8 @@
view, swiper, swiper-item{
box-sizing: border-box;
}
.pageBg{
background: $brand-theme-color;
min-height: 80vh;
}