Browse Source

修改了样式

feature/feature-compatible
wangkesi 7 years ago
parent
commit
31bb298232
1 changed files with 6 additions and 4 deletions
  1. 10
      src/view/goods-classify.vue

10
src/view/goods-classify.vue

@ -265,8 +265,8 @@ export default {
</script>
<style lang="scss" scoped>
.card-name {
height: 0.2rem;
font-size: 0.2rem;
height: 0.3rem;
font-size: 0.18rem;
font-style: normal;
font-weight: 400;
color: #f4a353;
@ -275,11 +275,13 @@ export default {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
word-wrap: break-word;
word-wrap: break-word;
margin-top:0.1rem;
i {
font-style: normal;
background: rgba(255, 242, 229, 1);
padding: 1px 3px;
padding: 0.05rem 0.1rem;
line-height: 0.28rem;
}
}
.ellipsis {

Loading…
Cancel
Save