Showing
1 changed file
with
4 additions
and
0 deletions
@@ -101,11 +101,15 @@ | @@ -101,11 +101,15 @@ | ||
101 | } | 101 | } |
102 | 102 | ||
103 | .title { | 103 | .title { |
104 | + width: 600rem / $pxConvertRem; | ||
104 | height: 60rem / $pxConvertRem; | 105 | height: 60rem / $pxConvertRem; |
105 | line-height: 60rem / $pxConvertRem; | 106 | line-height: 60rem / $pxConvertRem; |
106 | padding: 0 20rem / $pxConvertRem; | 107 | padding: 0 20rem / $pxConvertRem; |
107 | font-size: 24rem / $pxConvertRem; | 108 | font-size: 24rem / $pxConvertRem; |
108 | background: #f8f8f8; | 109 | background: #f8f8f8; |
110 | + white-space: nowrap; | ||
111 | + text-overflow: ellipsis; | ||
112 | + overflow: hidden; | ||
109 | } | 113 | } |
110 | 114 | ||
111 | .gift-block .tag { | 115 | .gift-block .tag { |
-
Please register or login to post a comment