Merge branch 'feature-main' into test
This commit is contained in:
commit
a286296df8
|
@ -193,6 +193,8 @@ $rightInit: 35vw;
|
||||||
left: 50% !important;
|
left: 50% !important;
|
||||||
transform: translateX(-50%) !important;
|
transform: translateX(-50%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 温馨提示 弹窗
|
||||||
.van-overlay {
|
.van-overlay {
|
||||||
max-width: $bodyWidth !important;
|
max-width: $bodyWidth !important;
|
||||||
left: 50% !important;
|
left: 50% !important;
|
||||||
|
|
|
@ -735,7 +735,7 @@ export default {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
z-index: 99999;
|
z-index: 999;
|
||||||
.backImg {
|
.backImg {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -141,13 +141,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.popWrapper {
|
.popWrapper {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
z-index: 99;
|
z-index: 999;
|
||||||
.backImg {
|
.backImg {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -291,13 +291,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.popWrapper {
|
.popWrapper {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
z-index: 99;
|
z-index: 999;
|
||||||
.backImg {
|
.backImg {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue