mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
修复dialog样式问题 (#149)
This commit is contained in:
parent
3d016db8b0
commit
e9dd67e614
@ -15,6 +15,7 @@
|
|||||||
transform: translate3d(-50%, -50%, 0);
|
transform: translate3d(-50%, -50%, 0);
|
||||||
color: #333;
|
color: #333;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zan-dialog--mask {
|
.zan-dialog--mask {
|
||||||
@ -26,6 +27,7 @@
|
|||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgba(0, 0, 0, 0.6);
|
||||||
transition: .3s;
|
transition: .3s;
|
||||||
display: none;
|
display: none;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 弹出层内容 */
|
/* 弹出层内容 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user