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; }