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.
36 lines
542 B
36 lines
542 B
/* pages/index/index.wxss */
|
|
.flex-center {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.map {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
.action-box {
|
|
position: absolute;
|
|
bottom: 30px;
|
|
right: 10px;
|
|
width: 46px;
|
|
height: 80px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.action-box .text {
|
|
background-color: white;
|
|
height: 30px;
|
|
}
|
|
|
|
.action-box .img {
|
|
background-color: white;
|
|
}
|
|
|
|
.action-box .img image {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|