Authored by 郭成尧

style-adjust

<div class="yoho-page">
<div class="yoho-page bundle-body">
{{# productList}}
<div class="bundle-detail-goods">
<div class="goods-img"><a href="{{url}}"><img src="{{image default_images 155 206}}" alt=""></a></div>
... ...
//body {
// background-color: #f0f0f0;
//}
.bundle-body {
background-color: #f0f0f0;
min-height: 1000px;
}
.bundle-detail-goods {
width: 100%;
... ... @@ -8,6 +9,7 @@
overflow: hidden;
padding: 20px 30px;
background-color: #fff;
border-bottom: 1px solid #e0e0e0;
.goods-img {
float: left;
... ... @@ -34,6 +36,7 @@
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
color: #444;
}
.count {
... ... @@ -43,11 +46,11 @@
.select-btn {
padding: 10px;
border: 1px #b0b0b0 solid;
border: 1px #e0e0e0 solid;
color: #444;
i {
color: #b0b0b0;
color: #e0e0e0;
}
}
... ...