first commit
This commit is contained in:
10
common/style/base-style.scss
Normal file
10
common/style/base-style.scss
Normal 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
|
||||
8
common/style/common-style.scss
Normal file
8
common/style/common-style.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
view, swiper, swiper-item{
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.pageBg{
|
||||
background: $brand-theme-color;
|
||||
min-height: 80vh;
|
||||
}
|
||||
Reference in New Issue
Block a user