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.

29 lines
455 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;
word-wrap: break-word;
word-break: normal;
}
.describe {
margin: 10px;
}