|
@ -49,8 +49,8 @@
|
|
|
}
|
|
|
.shadow{
|
|
|
position: absolute;
|
|
|
left: 70%;
|
|
|
top:44px;
|
|
|
left: 50%;
|
|
|
top: 85px;
|
|
|
background-color: rgba(50, 50, 50, 0.701961);
|
|
|
border-color: rgb(51, 51, 51);
|
|
|
color: rgb(255, 255, 255);
|
|
@ -64,7 +64,7 @@
|
|
|
text-align: left;
|
|
|
}
|
|
|
.shadowr{
|
|
|
left: -70%;
|
|
|
left: 0%;
|
|
|
}
|
|
|
.article-bar, .send-bar{height:15px;width:0%;}
|
|
|
.article-bar{background: #7a97e0;}
|
|
@ -164,12 +164,12 @@
|
|
|
<div class="ui-col-1 c-position-r">
|
|
|
<div class="c-f24 c-333 mt20 c-t-center">{{topDatas['index_5']}}</div>
|
|
|
<div class="health-count c-f16 c-333 pt10 c-t-center" >触达人数<img @mouseenter="jumpTip(3)" @mouseleave="leaveTip(3)"class="tip" data-val="3" width="16" src="../../../images/icon_wenhao.png" alt=""></div>
|
|
|
<div class="shadow" id="shadow1">以微信绑定账号+家庭成员为统计口径</div>
|
|
|
<div class="shadow" id="shadow3">以微信绑定账号+家庭成员为统计口径</div>
|
|
|
</div>
|
|
|
<div class="ui-col-1 c-position-r">
|
|
|
<div class="c-f24 c-333 mt20 c-t-center">{{topDatas['index_106']}}</div>
|
|
|
<div class="health-count c-f16 c-333 pt10 c-t-center" >推送人数<img @mouseenter="jumpTip(4)" @mouseleave="leaveTip(4)"class="tip" data-val="4" width="16" src="../../../images/icon_wenhao.png" alt=""></div>
|
|
|
<div class="shadow" id="shadow2">以微信绑定账号为统计口径</div>
|
|
|
<div class="shadow shadowr" id="shadow4">以微信绑定账号为统计口径</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|