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