请求头添加apptype
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
$themeColor: #258feb;
|
||||
// 页面背景色
|
||||
$containerColor: #f4f7ff;
|
||||
// 图片背景颜色
|
||||
$imgBg: #edf3ff;
|
||||
|
||||
@mixin theme($type,$path:''){
|
||||
@if $type == "btn_bg" {
|
||||
@@ -17,6 +19,7 @@ $containerColor: #f4f7ff;
|
||||
background-image: linear-gradient(180deg, #e4edff 0%, #fff 100%);
|
||||
}
|
||||
}
|
||||
|
||||
// 左右paddingpx
|
||||
@mixin pleft_right($p) {
|
||||
padding-left:$p ;
|
||||
|
||||
Reference in New Issue
Block a user