Showing
1 changed file
with
4 additions
and
4 deletions
1 | .yoho-footer { | 1 | .yoho-footer { |
2 | font-size: 12px; | 2 | font-size: 12px; |
3 | background-color: #fff; | 3 | background-color: #fff; |
4 | + position: relative; | ||
4 | 5 | ||
5 | .op-row { | 6 | .op-row { |
6 | - position: relative; | ||
7 | padding: 0 15px; | 7 | padding: 0 15px; |
8 | height: 60px; | 8 | height: 60px; |
9 | line-height: 60px; | 9 | line-height: 60px; |
@@ -20,8 +20,8 @@ | @@ -20,8 +20,8 @@ | ||
20 | margin-left: .3em; | 20 | margin-left: .3em; |
21 | margin-right: 1em; | 21 | margin-right: 1em; |
22 | max-width: 200rem / $pxConvertRem; | 22 | max-width: 200rem / $pxConvertRem; |
23 | - text-overflow:ellipsis; | ||
24 | - white-space:nowrap; | 23 | + text-overflow:ellipsis; |
24 | + white-space:nowrap; | ||
25 | } | 25 | } |
26 | 26 | ||
27 | .back-to-top { | 27 | .back-to-top { |
@@ -49,4 +49,4 @@ | @@ -49,4 +49,4 @@ | ||
49 | bottom: 0; | 49 | bottom: 0; |
50 | } | 50 | } |
51 | 51 | ||
52 | -} | ||
52 | +} |
-
Please register or login to post a comment