Authored by xuqi

cart goods

... ... @@ -471,4 +471,11 @@ var Cart = {
}
};
require('yoho-jquery-dotdotdot');
// product name dotdotdot
$('.pro-name a').dotdotdot({
wrap: 'letter'
});
module.exports = Cart;
... ...
... ... @@ -112,9 +112,6 @@ $hoverColor: #379ed6;
width: 234px;
word-wrap: break-word;
margin-bottom: 13px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 1.3em;
overflow: hidden;
:hover {
... ...