From 2afd98ec43082258de6f22cdbbc8fda4d9782f9d Mon Sep 17 00:00:00 2001 From: luoye <397379429@qq.com> Date: Mon, 14 Aug 2017 17:36:09 +0800 Subject: [PATCH] like icon --- littleApp_child/pages/CheckReport/CheckReport.wxml | 2 +- littleApp_child/pages/home/home.wxss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/littleApp_child/pages/CheckReport/CheckReport.wxml b/littleApp_child/pages/CheckReport/CheckReport.wxml index 3ab7e1f..51668d3 100644 --- a/littleApp_child/pages/CheckReport/CheckReport.wxml +++ b/littleApp_child/pages/CheckReport/CheckReport.wxml @@ -12,7 +12,7 @@ {{yearText}} - + diff --git a/littleApp_child/pages/home/home.wxss b/littleApp_child/pages/home/home.wxss index b8f6bb7..d6a12f7 100644 --- a/littleApp_child/pages/home/home.wxss +++ b/littleApp_child/pages/home/home.wxss @@ -249,8 +249,8 @@ } .article_content_bottomBar_likes_icon { - height: 22px; - width: 22px; + height: 25px; + width: 25px; margin-right: 4px; } @@ -258,7 +258,7 @@ .article_content_bottomBar_likes_text { font-size: 10px; color: #C8C6C6; - transform: translateY(-7px); + transform: translateY(-8px) translateX(-5px); display: inline-block; } -- 1.8.3.1