Showing
1 changed file
with
23 additions
and
11 deletions
@@ -257,21 +257,33 @@ | @@ -257,21 +257,33 @@ | ||
257 | .address-bottom { | 257 | .address-bottom { |
258 | display: none; | 258 | display: none; |
259 | position: fixed; | 259 | position: fixed; |
260 | - background: #000; | ||
261 | left: 0; | 260 | left: 0; |
262 | - bottom: 60px; | ||
263 | - width: 96%; | ||
264 | - height: 3rem; | 261 | + width: 100%; |
262 | + height: 70px; | ||
265 | overflow: hidden; | 263 | overflow: hidden; |
266 | line-height: 2rem; | 264 | line-height: 2rem; |
267 | - padding-left: 4%; | ||
268 | - filter: alpha(opacity=70); /*IE滤镜,透明度50%*/ | ||
269 | - -moz-opacity: 0.7; /*Firefox私有,透明度50%*/ | ||
270 | - opacity: 0.7;/*其他,透明度50%*/ | ||
271 | - color: #fff; | ||
272 | font-size: 24px; | 265 | font-size: 24px; |
273 | - text-overflow: ellipsis; | ||
274 | - white-space: nowrap; | 266 | + bottom: 100px; |
267 | + | ||
268 | + .back { | ||
269 | + width: 100%; | ||
270 | + height: 100%; | ||
271 | + background: #000; | ||
272 | + filter: alpha(opacity=70); /*IE滤镜,透明度70%*/ | ||
273 | + -moz-opacity: 0.7; /*Firefox私有,透明度70%*/ | ||
274 | + opacity: 0.7;/*其他,透明度70%*/ | ||
275 | + } | ||
276 | + | ||
277 | + span { | ||
278 | + color: #fff; | ||
279 | + display: block; | ||
280 | + padding-left: 4%; | ||
281 | + position: relative; | ||
282 | + top: -70px; | ||
283 | + text-overflow: ellipsis; | ||
284 | + white-space: nowrap; | ||
285 | + overflow: hidden; | ||
286 | + } | ||
275 | } | 287 | } |
276 | 288 | ||
277 | 289 |
-
Please register or login to post a comment