Showing
14 changed files
with
72 additions
and
7 deletions
@@ -154,7 +154,7 @@ | @@ -154,7 +154,7 @@ | ||
154 | </a> | 154 | </a> |
155 | <p class="pay-pro-info"> | 155 | <p class="pay-pro-info"> |
156 | <a href="{{link}}" target="_blank">{{productTitle}}<br /></a> | 156 | <a href="{{link}}" target="_blank">{{productTitle}}<br /></a> |
157 | - <span>颜色:{{productColor}} 尺码:{{productSize}}</span> | 157 | + <span><b title="{{productColor}}">颜色:{{productColor}}</b> 尺码:{{productSize}}</span> |
158 | </p> | 158 | </p> |
159 | </div> | 159 | </div> |
160 | </td> | 160 | </td> |
@@ -257,7 +257,7 @@ | @@ -257,7 +257,7 @@ | ||
257 | <a href="{{link}}" target="_blank">{{productTitle}}</a> | 257 | <a href="{{link}}" target="_blank">{{productTitle}}</a> |
258 | <span> | 258 | <span> |
259 | {{#if productColor}} | 259 | {{#if productColor}} |
260 | - 颜色:{{productColor}} | 260 | + <b title="{{productColor}}">颜色:{{productColor}}</b> |
261 | {{/if}} | 261 | {{/if}} |
262 | {{#if productSize}} | 262 | {{#if productSize}} |
263 | 尺码:{{productSize}} | 263 | 尺码:{{productSize}} |
@@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
41 | <a class="name" href="{{href}}" title="{{name}}">{{name}}</a> | 41 | <a class="name" href="{{href}}" title="{{name}}">{{name}}</a> |
42 | <span class="color-size"> | 42 | <span class="color-size"> |
43 | {{#if color}} | 43 | {{#if color}} |
44 | - 颜色:{{color}} | 44 | + <b title="{{color}}">颜色:{{color}} </b> |
45 | {{/if}} | 45 | {{/if}} |
46 | 46 | ||
47 | {{#if size}} | 47 | {{#if size}} |
@@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
24 | <a class="name" href="{{href}}">{{name}}</a> | 24 | <a class="name" href="{{href}}">{{name}}</a> |
25 | <span class="color-size"> | 25 | <span class="color-size"> |
26 | {{#if color}} | 26 | {{#if color}} |
27 | - 颜色:{{color}} | 27 | + <b title="{{color}}">颜色:{{color}} </b> |
28 | {{/if}} | 28 | {{/if}} |
29 | 29 | ||
30 | {{#if size}} | 30 | {{#if size}} |
web-static/img/.DS_Store
100644 → 100755
No preview for this file type
web-static/img/product/.DS_Store
100644 → 100755
No preview for this file type
web-static/img/product/hotrank/.DS_Store
100644 → 100755
No preview for this file type
@@ -188,10 +188,20 @@ | @@ -188,10 +188,20 @@ | ||
188 | padding-top: 10px; | 188 | padding-top: 10px; |
189 | margin-left: 0; | 189 | margin-left: 0; |
190 | float: left; | 190 | float: left; |
191 | - a{ | 191 | + a { |
192 | width: 200px; | 192 | width: 200px; |
193 | } | 193 | } |
194 | 194 | ||
195 | + b { | ||
196 | + display: inline-block; | ||
197 | + vertical-align: bottom; | ||
198 | + max-width: 130px; | ||
199 | + overflow: hidden; | ||
200 | + text-overflow: ellipsis; | ||
201 | + white-space: nowrap; | ||
202 | + font-style: normal; | ||
203 | + font-weight: 400; | ||
204 | + } | ||
195 | } | 205 | } |
196 | .pre-sell-box { | 206 | .pre-sell-box { |
197 | .cart-empty{ | 207 | .cart-empty{ |
@@ -97,6 +97,17 @@ | @@ -97,6 +97,17 @@ | ||
97 | 97 | ||
98 | .color-size { | 98 | .color-size { |
99 | color: #999; | 99 | color: #999; |
100 | + | ||
101 | + b{ | ||
102 | + display: inline-block; | ||
103 | + vertical-align: bottom; | ||
104 | + max-width: 130px; | ||
105 | + overflow: hidden; | ||
106 | + text-overflow: ellipsis; | ||
107 | + white-space: nowrap; | ||
108 | + font-style: normal; | ||
109 | + font-weight: 400; | ||
110 | + } | ||
100 | } | 111 | } |
101 | 112 | ||
102 | .arrival-date { | 113 | .arrival-date { |
@@ -384,6 +384,17 @@ | @@ -384,6 +384,17 @@ | ||
384 | color: #999; | 384 | color: #999; |
385 | padding-top: 12px; | 385 | padding-top: 12px; |
386 | text-align: left; | 386 | text-align: left; |
387 | + | ||
388 | + b{ | ||
389 | + display: inline-block; | ||
390 | + vertical-align: bottom; | ||
391 | + max-width: 130px; | ||
392 | + overflow: hidden; | ||
393 | + text-overflow: ellipsis; | ||
394 | + white-space: nowrap; | ||
395 | + font-style: normal; | ||
396 | + font-weight: 400; | ||
397 | + } | ||
387 | } | 398 | } |
388 | 399 | ||
389 | .name { | 400 | .name { |
@@ -72,6 +72,17 @@ | @@ -72,6 +72,17 @@ | ||
72 | 72 | ||
73 | .color-size { | 73 | .color-size { |
74 | color: #999; | 74 | color: #999; |
75 | + | ||
76 | + b{ | ||
77 | + display: inline-block; | ||
78 | + vertical-align: bottom; | ||
79 | + font-weight: 400; | ||
80 | + max-width: 130px; | ||
81 | + overflow: hidden; | ||
82 | + text-overflow: ellipsis; | ||
83 | + white-space: nowrap; | ||
84 | + font-style: normal; | ||
85 | + } | ||
75 | } | 86 | } |
76 | } | 87 | } |
77 | 88 | ||
@@ -98,6 +109,17 @@ | @@ -98,6 +109,17 @@ | ||
98 | .color-size { | 109 | .color-size { |
99 | display: block; | 110 | display: block; |
100 | line-height: 18px; | 111 | line-height: 18px; |
112 | + | ||
113 | + b{ | ||
114 | + display: inline-block; | ||
115 | + vertical-align: bottom; | ||
116 | + font-weight: 400; | ||
117 | + max-width: 130px; | ||
118 | + overflow: hidden; | ||
119 | + text-overflow: ellipsis; | ||
120 | + white-space: nowrap; | ||
121 | + font-style: normal; | ||
122 | + } | ||
101 | } | 123 | } |
102 | 124 | ||
103 | .pay { | 125 | .pay { |
@@ -85,6 +85,17 @@ | @@ -85,6 +85,17 @@ | ||
85 | text-decoration: underline; | 85 | text-decoration: underline; |
86 | } | 86 | } |
87 | } | 87 | } |
88 | + | ||
89 | + b{ | ||
90 | + display: inline-block; | ||
91 | + vertical-align: bottom; | ||
92 | + font-weight: 400; | ||
93 | + max-width: 130px; | ||
94 | + overflow: hidden; | ||
95 | + text-overflow: ellipsis; | ||
96 | + white-space: nowrap; | ||
97 | + font-style: normal; | ||
98 | + } | ||
88 | } | 99 | } |
89 | 100 | ||
90 | .section-play { | 101 | .section-play { |
-
Please register or login to post a comment