Merge branch 'feature/spread' into gray
Showing
2 changed files
with
7 additions
and
6 deletions
@@ -28,7 +28,8 @@ | @@ -28,7 +28,8 @@ | ||
28 | } | 28 | } |
29 | 29 | ||
30 | .tag { | 30 | .tag { |
31 | - width: 100%; | 31 | + width: 252px; |
32 | + margin-left: -1px; | ||
32 | height: 25px; | 33 | height: 25px; |
33 | line-height: 25px; | 34 | line-height: 25px; |
34 | background-color: #000; | 35 | background-color: #000; |
@@ -134,15 +135,15 @@ | @@ -134,15 +135,15 @@ | ||
134 | } | 135 | } |
135 | 136 | ||
136 | .coin-tip-help { | 137 | .coin-tip-help { |
137 | - width: 304px; | 138 | + width: 200px; |
138 | padding: 6px 10px; | 139 | padding: 6px 10px; |
139 | line-height: 2; | 140 | line-height: 2; |
140 | border: 1px solid #000; | 141 | border: 1px solid #000; |
141 | background-color: #fff; | 142 | background-color: #fff; |
142 | - text-align: left; | 143 | + text-align: center; |
143 | position: absolute; | 144 | position: absolute; |
144 | top: 38px; | 145 | top: 38px; |
145 | - right: -8px; | 146 | + right: -100px; |
146 | display: none; | 147 | display: none; |
147 | z-index: 1000; | 148 | z-index: 1000; |
148 | } | 149 | } |
@@ -156,7 +157,7 @@ | @@ -156,7 +157,7 @@ | ||
156 | display: block; | 157 | display: block; |
157 | position: absolute; | 158 | position: absolute; |
158 | top: -6px; | 159 | top: -6px; |
159 | - right: 10px; | 160 | + right: 106px; |
160 | } | 161 | } |
161 | } | 162 | } |
162 | 163 |
-
Please register or login to post a comment