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.

23 lines
371 B

/* package/pointsStatus/pointsStatus.wxss */
.image-box {
width: 100%;
position: relative;
}
.image-box .image {
width: 100%;
}
.image-box .point {
position: absolute;
width: 10px;
height: 10px;
}
.image-box .tooltip {
position: absolute;
font-size: 12px;
background-color: white;
border: 1px solid gainsboro;
width: 98px;
}