24 lines
371 B
Plaintext
24 lines
371 B
Plaintext
/* template/rent-pop/rent-pop.wxss */
|
|
.flexcenter {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.flexcolumn {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.pop {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: rgba(0, 0, 0, 0.71764706);
|
|
z-index: 100;
|
|
}
|
|
.imgimg {
|
|
width: 100vw;
|
|
height: 500rpx;
|
|
}
|