mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
22 lines
351 B
Plaintext
22 lines
351 B
Plaintext
.pop-example--top {
|
|
width: 100vw;
|
|
padding: 15px;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
color: #fff;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
.pop-example__container {
|
|
overflow: hidden;
|
|
background: #fff;
|
|
}
|
|
|
|
.pop-example__container--bottom {
|
|
width: 100vw;
|
|
}
|
|
|
|
.pop-example__container--left, .pop-example__container--right {
|
|
height: 100vh;
|
|
}
|