diff --git a/application/wechat/view/news.index.html b/application/wechat/view/news.index.html index ad1d49ed5..b5f5dc261 100644 --- a/application/wechat/view/news.index.html +++ b/application/wechat/view/news.index.html @@ -83,19 +83,38 @@ #news_box .news_item .news_articel_item .right-text{ float:left;width:200px;padding-left: 5px; } + #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: 30px; + } + + #news_box .news_tools a{color:#fff;margin-left:10px}
{foreach $list as $vo} -
+
+
+ 推送 + 编辑 + 删除 +
{foreach $vo.articles as $k => $v} {if $k < 1} -
+
{if $v.title}

{$v.title}

{/if}
{else}
-
+
{$v.title}
@@ -110,10 +129,18 @@ {block name='script'} {/block} \ No newline at end of file