Authored by 王水玲

我的vip 修改

... ... @@ -36,7 +36,10 @@
{{#unless platinum}}
<div class="amount-length">
<span class="line"></span>
<span class="line-black" style="width:{{proportion}}; {{#if hasConsume}}display: block;{{/if}}"></span>
<span class="left-black"></span>
<div class="line-num">
<span class="line-black" style="width:{{proportion}}; {{#if hasConsume}}display: block;{{/if}}"></span>
</div>
<span class="left-r">
<i class="r-icon"></i>
{{curTitle}}
... ...
... ... @@ -124,12 +124,13 @@
}
}
.line-black {
.left-black {
height: 4px;
position: absolute;
top: 40px;
background: #1b1b1b;
display: none;
width: 112px;
left: 0;
&:before {
content: "";
... ... @@ -140,6 +141,21 @@
position: absolute;
left: 0;
}
}
.line-num {
width: 477px;
position: absolute;
top: 40px;
left: 112px;
height: 4px;
}
.line-black {
height: 4px;
background: #1b1b1b;
display: none;
position: relative;
&:after {
content: "";
... ...