Showing
2 changed files
with
7 additions
and
1 deletions
@@ -12,6 +12,7 @@ | @@ -12,6 +12,7 @@ | ||
12 | <div class="title"> | 12 | <div class="title"> |
13 | <span class="title-tag">优惠套装</span> | 13 | <span class="title-tag">优惠套装</span> |
14 | <span class="title-text">{{poolTitle}}</span> | 14 | <span class="title-text">{{poolTitle}}</span> |
15 | + <span class="bundle-num pull-right">x{{poolBuyNumber}}</span> | ||
15 | </div> | 16 | </div> |
16 | </div> | 17 | </div> |
17 | <div class="bundle-nums clearfix"> | 18 | <div class="bundle-nums clearfix"> |
@@ -23,6 +23,7 @@ | @@ -23,6 +23,7 @@ | ||
23 | } | 23 | } |
24 | 24 | ||
25 | .title { | 25 | .title { |
26 | + width: 650px; | ||
26 | display: flex; | 27 | display: flex; |
27 | align-items: center; | 28 | align-items: center; |
28 | 29 | ||
@@ -37,12 +38,16 @@ | @@ -37,12 +38,16 @@ | ||
37 | } | 38 | } |
38 | 39 | ||
39 | .title-text { | 40 | .title-text { |
40 | - max-width: 480px; | 41 | + width: 465px; |
41 | white-space: nowrap; | 42 | white-space: nowrap; |
42 | text-overflow: ellipsis; | 43 | text-overflow: ellipsis; |
43 | word-break: keep-all; | 44 | word-break: keep-all; |
44 | overflow: hidden; | 45 | overflow: hidden; |
45 | } | 46 | } |
47 | + | ||
48 | + .bundle-num { | ||
49 | + color: #999; | ||
50 | + } | ||
46 | } | 51 | } |
47 | } | 52 | } |
48 | 53 |
-
Please register or login to post a comment