请求头添加apptype

This commit is contained in:
@fawn-nine
2024-05-29 17:02:21 +08:00
parent 92df12db8e
commit 97b70afa01
7 changed files with 126 additions and 31 deletions

View File

@@ -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 ;