当前位置:LaySNS首页 > 技术交流

关于置顶“推荐”的样式更改教程分享

楼主:不执不觉 时间:2019-03-17 23:53:57 点击:4547 回复:8

首先请到/template/c_default/html/index_index.html添加代码


{if $vo.settop eq 1 }<i class="zero"></i><a href="{:url( 'index/index/'.$vo.template,array( 'id'=>$vo.id))}" title="{$vo.title}" class="col-xs-8" style="width: 290px;"><i class="ad">推荐</i><span style="font-size:nornal;" class="top-wz">{$vo.title|mb_substr=0,40,'utf-8'}</span></a>
<em class="old_time col-xs-2" {if date( 'Ymd') eq date( 'Ymd',$vo.time) }style="color:red" {/if}>{$vo.time|date='m-d',###}</em>
{/if}


然后到/template/c_default/css/index.css 添加css

.ad{width:37px;height:20px;display:inline-block;text-indent:0;margin-right:7px;background-size:100% auto;line-height:18px;font-style:normal;margin-top:-3px;vertical-align:middle;text-align:center;font-size:13px;border:1px solid #dcdcdc;color:#a7a7a7}


然后就大功告成了,清除缓存,查看

有什么问题请联系qq1822160098

大家以后多多支持国际资源网  guoji115.com




作者: 不执不觉 时间:2019-03-17 23:54:49

{if $vo.settop eq 

                        

作者: 不执不觉 时间:2019-03-17 23:55:17

css代码

.ad{width:37px;

作者: 邵先森博客 时间:2019-03-18 07:22:21

不错

作者: 不执不觉 时间:2019-03-31 13:26:44

添加到/template/c_default/html/index_index.html


0.103580s