/* 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; }