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.
58 lines
915 B
58 lines
915 B
/* package/pointsStatus/pointsStatus.wxss */
|
|
page {
|
|
background: #F7F7FA;
|
|
}
|
|
|
|
.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-box {
|
|
margin: 16px 4px 10px 16px;
|
|
}
|
|
|
|
.describe-box .icon {
|
|
float: left;
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.describe-box .title {
|
|
float: left;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
|
|
.describe-box .content {
|
|
clear: both;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #000000d9;
|
|
letter-spacing: 1px;
|
|
line-height: 24px;
|
|
text-indent: 2em
|
|
}
|