From 5ce6ce423922bf3c7a037ea84ce9061873da5eb3 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 25 Apr 2017 16:53:06 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=9B=BE=E6=96=87=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/view/news.index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/wechat/view/news.index.html b/application/wechat/view/news.index.html index 60bee58e8..e4e3aeb2e 100644 --- a/application/wechat/view/news.index.html +++ b/application/wechat/view/news.index.html @@ -24,8 +24,8 @@
{else}
-
{$v.title}
+
{/if} @@ -63,9 +63,9 @@ #news_box .news_item {position:relative;left:0;top:0;padding:5px;border:1px solid #ccc;box-sizing:content-box;margin:10px;width: 300px} #news_box .news_item .news_articel_item{background-position:center center;background-size:100%;position:relative;height:150px;width:100%;overflow:hidden;} #news_box .news_item .news_articel_item p {padding:5px;font-size:12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: rgba(0, 0, 0, 0.7);position:absolute;width: 100%;bottom:0} - #news_box .news_item .news_articel_item.other{height:80px;padding:5px 0;} - #news_box .news_item .news_articel_item .left-image{width:100px;height:75px;position:relative;float:left;background-position:center center;background-size:100%;overflow:hidden;} - #news_box .news_item .news_articel_item .right-text{float:left;width:200px;padding-left: 5px;} + #news_box .news_item .news_articel_item.other{height:50px;padding:5px 0;} + #news_box .news_item .news_articel_item .left-image{width:50px;height:50px;position:relative;float:left;background-position:center center;background-size:100%;overflow:hidden;} + #news_box .news_item .news_articel_item .right-text{float:left;width:250px;padding-right:10px;line-height:45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} #news_box .news_item .hr-line-dashed:last-child{display:none} #news_box .hr-line-dashed{margin:6px 0 1px 0} #news_box .news_tools{top:0;z-index:80;color:#fff;width:312px;margin-left:-6px;position:absolute;background: rgba(0, 0, 0, 0.7);text-align:right;padding:0 5px;line-height: 38px;}