Authored by 郭成尧

bundle-title

... ... @@ -12,6 +12,7 @@
<div class="title">
<span class="title-tag">优惠套装</span>
<span class="title-text">{{poolTitle}}</span>
<span class="bundle-num pull-right">x{{poolBuyNumber}}</span>
</div>
</div>
<div class="bundle-nums clearfix">
... ...
... ... @@ -23,6 +23,7 @@
}
.title {
width: 650px;
display: flex;
align-items: center;
... ... @@ -37,12 +38,16 @@
}
.title-text {
max-width: 480px;
width: 465px;
white-space: nowrap;
text-overflow: ellipsis;
word-break: keep-all;
overflow: hidden;
}
.bundle-num {
color: #999;
}
}
}
... ...