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.
|
|
|
/* package/pointsStatus/pointsStatus.wxss */
|
|
|
|
.image-box {
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-box .image {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-box .point {
|
|
|
|
position: absolute;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|