diff --git a/src/view/goods-classify.vue b/src/view/goods-classify.vue index 6ad67a6..91a9b42 100644 --- a/src/view/goods-classify.vue +++ b/src/view/goods-classify.vue @@ -411,11 +411,13 @@ export default { flex-direction: column; } .title { - font-size: 0.3rem; + font-size: 0.31rem; color: #333; width: 100%; padding: 0; + height: 0.3rem; line-height: 0.3rem; + padding-top: 0.03rem; } .rule { font-size: 0.22rem; diff --git a/src/view/home.vue b/src/view/home.vue index 531349f..71b81a0 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -481,8 +481,10 @@ export default { box-sizing: border-box; } .home .page-content .new-card .card-list li .right h3 { - font-size: 0.32rem; + font-size: 0.33rem; font-weight: 400; + padding-top: 0.03rem; + height: 0.3rem; color: rgba(51, 51, 51, 1); margin-bottom: 0.13rem; text-overflow: ellipsis;