You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
322 B

/* pages/index/index.wxss */
.map {
width: 100vw;
height: calc(100vh - 82px);
}
.action-box {
position: absolute;
bottom: 26px;
right: 14px;
height: 86px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.action-box image {
width: 40px;
height: 40px;
}