Showing
28 changed files
with
26 additions
and
29 deletions
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | {{addressAll}} | 22 | {{addressAll}} |
23 | </p> | 23 | </p> |
24 | 24 | ||
25 | - <div class="rest">其他地址<span class="iconfont iconAddress"></span></div> | 25 | + <div class="rest">其他地址<span class="iconfont icon-address"></span></div> |
26 | </div> | 26 | </div> |
27 | 27 | ||
28 | </section> | 28 | </section> |
@@ -176,7 +176,7 @@ | @@ -176,7 +176,7 @@ | ||
176 | display: inline-block; | 176 | display: inline-block; |
177 | width: 139px; | 177 | width: 139px; |
178 | height: 42px; | 178 | height: 42px; |
179 | - align: center; | 179 | + text-align: center; |
180 | font-size: 24px; | 180 | font-size: 24px; |
181 | color: #fff; | 181 | color: #fff; |
182 | margin: 0 40%; | 182 | margin: 0 40%; |
@@ -23,10 +23,6 @@ | @@ -23,10 +23,6 @@ | ||
23 | margin-bottom: 10px; | 23 | margin-bottom: 10px; |
24 | } | 24 | } |
25 | 25 | ||
26 | - .intro-title { | ||
27 | - // margin-top: 90px; | ||
28 | - } | ||
29 | - /* 手机号 领福利 */ | ||
30 | .invite-content-page { | 26 | .invite-content-page { |
31 | text-align: center; | 27 | text-align: center; |
32 | color: #fff; | 28 | color: #fff; |
@@ -301,7 +301,6 @@ | @@ -301,7 +301,6 @@ | ||
301 | .name { | 301 | .name { |
302 | font-size: 28px; | 302 | font-size: 28px; |
303 | max-width: 70%; | 303 | max-width: 70%; |
304 | - text-overflow: -o-ellipsis-lastline; | ||
305 | overflow: hidden; | 304 | overflow: hidden; |
306 | text-overflow: ellipsis; | 305 | text-overflow: ellipsis; |
307 | display: -webkit-box; | 306 | display: -webkit-box; |
-
Please register or login to post a comment