12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
|
/* components/comImg/index.wxss */
|
||
|
|
||
|
.overlay{
|
||
|
position: fixed;
|
||
|
width: 100vw;
|
||
|
height: 65vh;
|
||
|
z-index: 9999;
|
||
|
top: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
}
|