Authored by 郭成尧

Merge branch 'feature/bundleToCart' into release/5.6

... ... @@ -10,7 +10,8 @@
{{/if}}
</div>
<div class="title">
<span>优惠套装</span>{{poolTitle}}
<span class="title-tag">优惠套装</span>
<span class="title-text">{{poolTitle}}</span>
</div>
</div>
<div class="bundle-nums clearfix">
... ...
... ... @@ -26,7 +26,7 @@
display: flex;
align-items: center;
span {
.title-tag {
height: 40px;
margin-right: 30px;
padding: 4px;
... ... @@ -35,6 +35,14 @@
color: #fff;
border-radius: 5px;
}
.title-text {
max-width: 480px;
white-space: nowrap;
text-overflow: ellipsis;
word-break: keep-all;
overflow: hidden;
}
}
}
... ...