欢迎光临
我们一直在努力

discuz 门户上一篇,下一篇缩略图显示分享

建站超值云服务器,限时71元/月

到template\default\portal\view

<!--{if $article['prearticle']}--><em>{lang pre_article}<a href="{$article['prearticle']['url']}">{$article['prearticle']['title']}</a></em><!--{/if}-->
                                <!--{if $article['nextarticle']}--><em>{lang next_article}<a href="{$article['nextarticle']['url']}">{$article['nextarticle']['title']}</a></em><!--{/if}-->

替换代码

<div class="a_photo">
                                <!--{if $article['prearticle']}--><a href="{$article['prearticle']['url']}">
                                <img src="image/xgt/$article['prearticle'][pic]" alt="$article['prearticle'][title]"/><li href="{$article['prearticle']['url']}">{lang pre_article}</li><!--{/if}--
</a>
        </div>
                        <div class="next_photo">
                                <!--{if $article['nextarticle']}--><a href="{$article['nextarticle']['url']}">
                                <img src="image/xgt/$article['nextarticle']['pic']" alt="$article['nextarticle']['title']"/><li href="{$article['prearticle']['url']}">{lang next_article}</li></a>

我是分别给上一篇下一篇加了个DIV 方便好控制,如果有模板的找对应的文件view

02 css控制也给出

.a_photo { float:left;margin:-129px 0 0 10px;background:#fff;width: 120px;height: 120px;}

.a_photo img { width: 120px;height:90px;}

.a_photo li{ background: #E6E6E6 none repeat scroll 0% 0%;color: #333;text-align: center;width: 120px;height:30px;line-height: 30px;list-style:none; }

.next_photo {float:right;margin:-129px 10px 0 0;background:#fff;width: 120px;height: 120px;}

.next_photo a{float:right;}

.next_photo a img{width: 120px;height: 90px;}

.next_photo li{background: #E6E6E6 none repeat scroll 0% 0%;color: #333;text-align: center;width: 120px;height: 30px;line-height: 30px;list-style:none;}


赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » discuz 门户上一篇,下一篇缩略图显示分享
分享到: 更多 (0)