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
309 B

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