Compare commits
No commits in common. "a286296df86b9c084d1beebfcbc7bd2b986812d1" and "f3fd1126e6421d0ffb2f24c4a7e69a39e15de17d" have entirely different histories.
a286296df8
...
f3fd1126e6
|
@ -193,8 +193,6 @@ $rightInit: 35vw;
|
|||
left: 50% !important;
|
||||
transform: translateX(-50%) !important;
|
||||
}
|
||||
|
||||
// 温馨提示 弹窗
|
||||
.van-overlay {
|
||||
max-width: $bodyWidth !important;
|
||||
left: 50% !important;
|
||||
|
|
|
@ -735,7 +735,7 @@ export default {
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
z-index: 999;
|
||||
z-index: 99999;
|
||||
.backImg {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
|
@ -141,13 +141,13 @@
|
|||
}
|
||||
}
|
||||
.popWrapper {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
z-index: 999;
|
||||
z-index: 99;
|
||||
.backImg {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
|
@ -291,13 +291,13 @@
|
|||
}
|
||||
}
|
||||
.popWrapper {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
z-index: 999;
|
||||
z-index: 99;
|
||||
.backImg {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue