ebike-ui/ebike-maintenance/pages/map/map-bikesite.css

36 lines
471 B
CSS
Raw Normal View History

2025-04-29 16:36:51 +08:00
.divLowerLeft {
position: absolute;
z-index: 100;
left: 10px;
bottom: 30vh;
}
.divBtn {
background-color: white;
font-size: 12px;
border-radius: 5px;
margin-bottom: 5px;
text-align: center;
border: 1px solid #80808061;
padding: 0px 5px;
}
.divBtnTitle {
padding-top: 10px;
}
.lbWorn {
color: red;
font-size: 14px;
}
.divBottom {
position: absolute;
z-index: 100;
bottom: 0px;
background: white;
width: 100vw;
padding: 15px;
font-size: 14px;
}