From 84ee15b88478629a14dd791958064a096ca6f44c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 九月 2019 09:10:32 +0800 Subject: [PATCH] 2019-09-04 --- src/views/news/index.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/news/index.vue b/src/views/news/index.vue index 548346b..2afc243 100644 --- a/src/views/news/index.vue +++ b/src/views/news/index.vue @@ -171,7 +171,7 @@ flex:1; padding: 0.1rem 0.1rem; display: inline-block; - font-size: 0.13rem; + font-size: 0.16rem; cursor: pointer; } .contentTitle_before,.contentTitle_after { @@ -199,25 +199,25 @@ margin-bottom: .4rem; cursor: pointer; h2 { - padding: 0 .11rem; + // padding: 0 .11rem; span:first-child{ color: #20242A; - font-size: 0.15rem; - line-height: .3rem; + font-size: 0.16rem; + line-height: .25rem; } span:nth-child(2){ color:#676767; - font-size: 0.11rem; + font-size: 0.13rem; float: right; - margin-top: 0.03rem; + margin: 0.1rem 0; } } p { - padding: 0.14rem 0.11rem; + padding: 0.28rem 0rem; color: #676767; - font-size: 0.11rem; + font-size: 0.14rem; line-height: 0.25rem; - margin-top: 0.25rem; + margin-top: 0.1rem; } } li:nth-child(3n) { @@ -250,7 +250,7 @@ width: 3.6rem; height: 2.2rem; background:rgba(243,243,243,1); - padding: 0.2rem 0.1rem 0; + padding: 0.1rem 0.1rem 0; } button { display: none; -- Gitblit v1.8.0