Commit 829022a7 authored by hbcui1984's avatar hbcui1984

侧滑菜单遮罩背景色调整为iOS原生默认颜色

parent 5796b579
...@@ -662,7 +662,7 @@ p { ...@@ -662,7 +662,7 @@ p {
left: 0; left: 0;
z-index: 998; z-index: 998;
display: block; display: block;
background: rgba(255, 255, 255, .2); background: rgba(0, 0, 0, .4);
box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5); box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
transition: background 200ms ease; transition: background 200ms ease;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -81,8 +81,11 @@ ...@@ -81,8 +81,11 @@
}); });
//显示遮罩 //显示遮罩
main.setStyle({ main.setStyle({
mask:'rgba(0,0,0,0.2)' mask:'rgba(0,0,0,0.4)'
}); });
// setTimeout(function () {
//
// },150);
} }
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment