Authored by OF1706

厂家颜色

... ... @@ -154,7 +154,7 @@
</a>
<p class="pay-pro-info">
<a href="{{link}}" target="_blank">{{productTitle}}<br /></a>
<span>颜色:{{productColor}} 尺码:{{productSize}}</span>
<span><b title="{{productColor}}">颜色:{{productColor}}</b> 尺码:{{productSize}}</span>
</p>
</div>
</td>
... ...
... ... @@ -257,7 +257,7 @@
<a href="{{link}}" target="_blank">{{productTitle}}</a>
<span>
{{#if productColor}}
颜色:{{productColor}}
<b title="{{productColor}}">颜色:{{productColor}}</b>
{{/if}}
{{#if productSize}}
尺码:{{productSize}}
... ...
... ... @@ -240,7 +240,7 @@
{{/if}}
{{else}}
{{#if color}}
颜色:{{color}}
<b title="{{color}}">颜色:{{color}}</b>
{{/if}}
{{#if size}}
... ...
... ... @@ -41,7 +41,7 @@
<a class="name" href="{{href}}" title="{{name}}">{{name}}</a>
<span class="color-size">
{{#if color}}
颜色:{{color}}&nbsp;&nbsp;
<b title="{{color}}">颜色:{{color}}&nbsp;&nbsp;</b>
{{/if}}
{{#if size}}
... ...
... ... @@ -46,7 +46,7 @@
{{/if}}
{{else}}
{{#if color}}
颜色:{{color}}&nbsp;&nbsp;
<b title="{{color}}">颜色:{{color}}&nbsp;&nbsp;</b>
{{/if}}
{{#if size}}
... ...
... ... @@ -24,7 +24,7 @@
<a class="name" href="{{href}}">{{name}}</a>
<span class="color-size">
{{#if color}}
颜色:{{color}}&nbsp;&nbsp;
<b title="{{color}}">颜色:{{color}}&nbsp;&nbsp;</b>
{{/if}}
{{#if size}}
... ...
No preview for this file type
No preview for this file type
No preview for this file type
... ... @@ -188,10 +188,20 @@
padding-top: 10px;
margin-left: 0;
float: left;
a{
a {
width: 200px;
}
b {
display: inline-block;
vertical-align: bottom;
max-width: 130px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-style: normal;
font-weight: 400;
}
}
.pre-sell-box {
.cart-empty{
... ...
... ... @@ -97,6 +97,17 @@
.color-size {
color: #999;
b{
display: inline-block;
vertical-align: bottom;
max-width: 130px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-style: normal;
font-weight: 400;
}
}
.arrival-date {
... ...
... ... @@ -384,6 +384,17 @@
color: #999;
padding-top: 12px;
text-align: left;
b{
display: inline-block;
vertical-align: bottom;
max-width: 130px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-style: normal;
font-weight: 400;
}
}
.name {
... ...
... ... @@ -72,6 +72,17 @@
.color-size {
color: #999;
b{
display: inline-block;
vertical-align: bottom;
font-weight: 400;
max-width: 130px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-style: normal;
}
}
}
... ... @@ -98,6 +109,17 @@
.color-size {
display: block;
line-height: 18px;
b{
display: inline-block;
vertical-align: bottom;
font-weight: 400;
max-width: 130px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-style: normal;
}
}
.pay {
... ...
... ... @@ -85,6 +85,17 @@
text-decoration: underline;
}
}
b{
display: inline-block;
vertical-align: bottom;
font-weight: 400;
max-width: 130px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-style: normal;
}
}
.section-play {
... ...