Browse Source

修改了样式

feature/feature-compatible
wangkesi 7 years ago
parent
commit
ac5ad5ded1
2 changed files with 5 additions and 5 deletions
  1. 4
      src/view/goods-classify.vue
  2. 6
      src/view/home.vue

4
src/view/goods-classify.vue

@ -265,7 +265,7 @@ export default {
</script>
<style lang="scss" scoped>
.card-name {
height: 0.3rem;
// height: 0.3rem;
font-size: 0.18rem;
font-style: normal;
font-weight: 400;
@ -283,7 +283,7 @@ export default {
font-style: normal;
background: rgba(255, 242, 229, 1);
padding: 0.05rem 0.1rem;
line-height: 0.28rem;
line-height: 1;
}
}
.ellipsis {

6
src/view/home.vue

@ -477,7 +477,7 @@ export default {
flex-direction: column;
height: 2rem;
position: relative;
padding-top: 0.2rem;
padding-top: 0.15rem;
box-sizing: border-box;
}
.home .page-content .new-card .card-list li .right h3 {
@ -498,9 +498,9 @@ export default {
}
.home .page-content .new-card .card-list li .right .text {
font-size: 0.24rem;
height: 0.24rem;
// height: 0.24rem;
font-weight: 400;
line-height: 1;
line-height: 1.2;
color: rgba(153, 153, 153, 1);
margin-bottom: 0.16rem;
text-overflow: ellipsis;

Loading…
Cancel
Save