show_encourage.wxss
332 Bytes
/* components/show_encourage/show_encourage.wxss */
.encourage{
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 99999;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, .3);
}
.close {
width: 60rpx;
height: 60rpx;
}