|
|
|
@ -118,9 +118,19 @@ |
|
|
|
<span class="rbtitle">日累计人数</span> |
|
|
|
<!-- <span class="rbval">4,738</span> --> |
|
|
|
<span class="rbval">{{ item.allEnter }}</span> |
|
|
|
<span class="rbrate" |
|
|
|
<!-- <div class="rbrate" |
|
|
|
:class="[{ rbrate2: parseInt(item.proportion) >= 80 && parseInt(item.proportion) < 90 }, { rbrate3: parseInt(item.proportion) >= 90 }]">{{ |
|
|
|
item.proportion }}</span> |
|
|
|
item.proportion }} |
|
|
|
</div> --> |
|
|
|
<div class="rbrate">{{ item.proportion }}</div> |
|
|
|
<div class="rbrateBar"> |
|
|
|
<span :class="(item.proportion.split('%')[0])>0?'active':''"></span> |
|
|
|
<span :class="(item.proportion.split('%')[0])>16.666?'active':''"></span> |
|
|
|
<span :class="(item.proportion.split('%')[0])>33.333?'active':''"></span> |
|
|
|
<span :class="(item.proportion.split('%')[0])>50?'active':''"></span> |
|
|
|
<span :class="(item.proportion.split('%')[0])>66.666?'active':''"></span> |
|
|
|
<span :class="(item.proportion.split('%')[0])==100?'active':''"></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- <div class="rbitem"> |
|
|
|
@ -1305,18 +1315,35 @@ export default { |
|
|
|
.rbox .rbox_con .rbitem .rbrate { |
|
|
|
width: 0.92rem; |
|
|
|
/* float: left; */ |
|
|
|
height: 0.92rem; |
|
|
|
text-align: center; |
|
|
|
line-height: 0.9rem; |
|
|
|
height: 0.32rem; |
|
|
|
text-align: right; |
|
|
|
position: absolute; |
|
|
|
bottom: 0.25rem; |
|
|
|
bottom: 0.85rem; |
|
|
|
right: 0.29rem; |
|
|
|
color: #00D8FF; |
|
|
|
background-image: url(../assets/index/安静.png); |
|
|
|
background-size: 100% 100%; |
|
|
|
background-position: 100% 100%; |
|
|
|
background-repeat: no-repeat; |
|
|
|
font-size: 0.19rem; |
|
|
|
/* color: #00D8FF; */ |
|
|
|
/* background-image: url(../assets/index/安静.png); */ |
|
|
|
/* background-size: 100% 100%; */ |
|
|
|
/* background-position: 100% 100%; */ |
|
|
|
/* background-repeat: no-repeat; */ |
|
|
|
font-size: 0.22rem; |
|
|
|
} |
|
|
|
.rbox .rbox_con .rbitem .rbrateBar{ |
|
|
|
/* width: 0.92rem; */ |
|
|
|
height: 0.3rem; |
|
|
|
position: absolute; |
|
|
|
bottom: 0.55rem; |
|
|
|
right: 0.29rem; |
|
|
|
z-index: 2; |
|
|
|
} |
|
|
|
.rbox .rbox_con .rbitem .rbrateBar span{ |
|
|
|
background-color: #45487a; |
|
|
|
display:inline-block; |
|
|
|
width: 0.15rem; |
|
|
|
height: 0.3rem; |
|
|
|
margin-left: 0.05rem; |
|
|
|
} |
|
|
|
.rbox .rbox_con .rbitem .rbrateBar span.active{ |
|
|
|
background-color: #0036ff; |
|
|
|
} |
|
|
|
|
|
|
|
.rbox .rbox_con .rbitem .rbrate2 { |
|
|
|
|