Authored by 石坚

Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0

... ... @@ -115,8 +115,8 @@
{{#each editorial}}
<div class="editorial-info">
<a href="{{url}}" target="_blank">
<img class="lazy thumb" alt="{{title}}" data-original="{{image src 368 340}}" width="368"
height="340" style="display: block;">
<img class="lazy thumb" alt="{{title}}" data-original="{{image src 368 240 2}}" width="368"
height="240" style="display: block;">
</a>
<div class="desc">
<a class="name" href="{{url}}" target="_blank">{{title}}</a>
... ...
... ... @@ -2,9 +2,6 @@ $hoverColor: #379ed6;
.blk-cart-page {
.pros-group {
/*margin-bottom: 30px;
border-top: 1px solid #eee;*/
&:first-child {
border-top: none;
}
... ... @@ -22,9 +19,10 @@ $hoverColor: #379ed6;
font-weight: normal !important;
display: inline-block !important;
}
&:hover {
cursor: pointer;
border: 1px dashed #e92601;
border: 1px dashed #3ca1db;
}
}
}
... ... @@ -75,6 +73,7 @@ $hoverColor: #379ed6;
.checked {
display: inline-block;
}
.not-checked {
display: none;
}
... ... @@ -96,7 +95,6 @@ $hoverColor: #379ed6;
font-size: 18px;
font-weight: bold;
line-height: 50px;
overflow: hidden;
text-overflow: ellipsis !important;
white-space: nowrap !important;
... ... @@ -175,18 +173,21 @@ $hoverColor: #379ed6;
.editable {
padding: 5px 0;
width: 200px;
width: 180px;
position: relative;
.iconfont {
display: none;
}
.sizes-list {
width: 195px;
}
.colors-list {
width: 195px;
}
.size-item {
height: 20px;
border: 1px solid #e8e8e8;
... ... @@ -220,22 +221,26 @@ $hoverColor: #379ed6;
}
}
}
.mr20 {
margin-right: 20px;
}
.mr10 {
margin-right: 10px;
}
.mb10 {
margin-bottom: 10px;
}
.mb20 {
margin-bottom: 20px;
}
.mb30 {
margin-bottom: 30px;
}
}
.invalid-pros {
... ...
.blk-cart-page {
.edit-color-size {
position: absolute;
left: 180px;
left: 190px;
width: 354px;
border: 2px solid #bbb;
top: -113px;
... ...