Showing
2 changed files
with
22 additions
and
3 deletions
@@ -36,7 +36,10 @@ | @@ -36,7 +36,10 @@ | ||
36 | {{#unless platinum}} | 36 | {{#unless platinum}} |
37 | <div class="amount-length"> | 37 | <div class="amount-length"> |
38 | <span class="line"></span> | 38 | <span class="line"></span> |
39 | - <span class="line-black" style="width:{{proportion}}; {{#if hasConsume}}display: block;{{/if}}"></span> | 39 | + <span class="left-black"></span> |
40 | + <div class="line-num"> | ||
41 | + <span class="line-black" style="width:{{proportion}}; {{#if hasConsume}}display: block;{{/if}}"></span> | ||
42 | + </div> | ||
40 | <span class="left-r"> | 43 | <span class="left-r"> |
41 | <i class="r-icon"></i> | 44 | <i class="r-icon"></i> |
42 | {{curTitle}} | 45 | {{curTitle}} |
@@ -124,12 +124,13 @@ | @@ -124,12 +124,13 @@ | ||
124 | } | 124 | } |
125 | } | 125 | } |
126 | 126 | ||
127 | - .line-black { | 127 | + .left-black { |
128 | height: 4px; | 128 | height: 4px; |
129 | position: absolute; | 129 | position: absolute; |
130 | top: 40px; | 130 | top: 40px; |
131 | background: #1b1b1b; | 131 | background: #1b1b1b; |
132 | - display: none; | 132 | + width: 112px; |
133 | + left: 0; | ||
133 | 134 | ||
134 | &:before { | 135 | &:before { |
135 | content: ""; | 136 | content: ""; |
@@ -140,6 +141,21 @@ | @@ -140,6 +141,21 @@ | ||
140 | position: absolute; | 141 | position: absolute; |
141 | left: 0; | 142 | left: 0; |
142 | } | 143 | } |
144 | + } | ||
145 | + | ||
146 | + .line-num { | ||
147 | + width: 477px; | ||
148 | + position: absolute; | ||
149 | + top: 40px; | ||
150 | + left: 112px; | ||
151 | + height: 4px; | ||
152 | + } | ||
153 | + | ||
154 | + .line-black { | ||
155 | + height: 4px; | ||
156 | + background: #1b1b1b; | ||
157 | + display: none; | ||
158 | + position: relative; | ||
143 | 159 | ||
144 | &:after { | 160 | &:after { |
145 | content: ""; | 161 | content: ""; |
-
Please register or login to post a comment