久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

Discuz! 官方交流社區(qū)

標(biāo)題: 在安裝了一個(gè)手機(jī)模板,但是列表頁的分類信息篩選按鈕這里排版是亂的,程序小白,請(qǐng)各位大神幫忙看看,謝謝 ! [打印本頁]

作者: 1375972898    時(shí)間: 2023-1-4 16:48
標(biāo)題: 在安裝了一個(gè)手機(jī)模板,但是列表頁的分類信息篩選按鈕這里排版是亂的,程序小白,請(qǐng)各位大神幫忙看看,謝謝 !
安裝了一個(gè)手機(jī)模板,但是列表頁的分類信息篩選按鈕這里排版是亂的,下級(jí)版塊可以正常顯示,程序小白,請(qǐng)各位大神幫忙看看,謝謝

(, 下載次數(shù): 50)

<!--{template common/header}-->
<!-- header start -->
<header class="header">
    <div class="nav">
                <div class="icon_edit y"><a href="forum.php?mod=post&action=newthread&fid=$_G[fid]" title="{lang send_threads}"><span class="none">{lang send_threads}</span></a></div>
        <a href="forum.php?forumlist=1" class="z"><img width="30" height="30" src="$_G['style']['styleimgdir']/icon_back.png" /></a>
                <span class="category">
                        <!--{if $subexists && $_G['page'] == 1}-->
                        <span class="display name vm" href="#subname_list">
                                <h2 class="tit"><!--{eval echo strip_tags($_G['forum']['name']) ? strip_tags($_G['forum']['name']) : $_G['forum']['name'];}--></h2>
                                <img width="26" height="26" src="$_G['style']['styleimgdir']/icon_arrow_down.png">
                        </span>
                        <div id="subname_list" class="subname_list" display="true" style="display:none;">
                                <ul>
                                <!--{loop $sublist $sub}-->
                                <li>
                                        <a href="forum.php?mod=forumdisplay&fid={$sub[fid]}">{$sub['name']}</a>
                                </li>
                                <!--{/loop}-->
                                </ul>
                        </div>
                        <!--{else}-->
                        <span class="name">
                                <!--{eval echo strip_tags($_G['forum']['name']) ? strip_tags($_G['forum']['name']) : $_G['forum']['name'];}-->
                        </span>
                        <!--{/if}-->
                </span>
    </div>
</header>
<!-- header end -->



<!--{if $subexists && $_G['page'] == 1}-->

<div data-role="content">

                <ul data-role="listview" data-divider-theme="b" data-inset="true" style="margin-left:10px;margin-right:10px;margin-top:10px;margin-bottom:0px;">

<span style="background: #000000;border-radio:110px;width:100%;height:100%;border-radius:110px;padding-left:6px;padding-right:6px;padding-top:6px;padding-bottom:6px;line-height:38px;">

                        <font color="#FFFFFF">&nbsp;&nbsp;<b>&#x4E0B;&#x7EA7;&#x677F;&#x5757;:</b>&nbsp;&nbsp;</font>
</span>&nbsp;

                    <!--{loop $sublist $sub}-->

<span style="background: #666666;border-radio:110px;width:100%;height:100%;border-radius:110px;padding-left:6px;padding-right:6px;padding-top:6px;padding-bottom:6px;line-height:38px;">

                        <a href="forum.php?mod=forumdisplay&fid={$sub[fid]}" class="block_a" data-transition="none""><font color="#FFFFFF">&nbsp;&nbsp;{$sub['name']}&nbsp;&nbsp;</font></a>

</span>&nbsp;
                    <!--{/loop}-->

                </ul>
</div>

<!--{/if}-->

<div data-role="content">

<!--{if $_G['forum']['threadtypes']}-->

<ul data-role="listview" data-divider-theme="b" data-inset="true" style="margin-left:10px;margin-right:10px;margin-top:10px;margin-bottom:0px;">

<span style="background: #000000;border-radio:110px;width:100%;height:100%;border-radius:110px;padding-left:6px;padding-right:6px;padding-top:6px;padding-bottom:6px;line-height:38px;">


                        <font color="#FFFFFF">&nbsp;&nbsp;<b>&#x5206;&#x7C7B;&#x5BFC;&#x822A;:</b>&nbsp;&nbsp;</font>
</span>&nbsp;

<!--{loop $_G['forum']['threadtypes']['types'] $id $name}-->

<span style="background: #666666;border-radio:110px;width:100%;height:100%;border-radius:110px;padding-left:6px;padding-right:6px;padding-top:6px;padding-bottom:6px;line-height:38px;">

                        <a href="forum.php?mod=forumdisplay&fid=$_G[fid]&filter=typeid&typeid=$id$forumdisplayadd[typeid]{if $_GET['archiveid']}&archiveid={$_GET['archiveid']}{/if}" class="block_a" data-transition="none""><font color="#FFFFFF">&nbsp;&nbsp;$name&nbsp;&nbsp;</font></a>

</span>&nbsp;

<!--{/loop}-->
</div>

<!--{/if}-->


<!--{if $quicksearchlist && !$_GET['archiveid']}-->

                <!--{subtemplate forum/search_sortoption}-->

        <!--{/if}-->

    <!--{if ($_G['forum']['threadtypes'] && $_G['forum']['threadtypes']['listable']) || $_G['forum']['threadsorts']}-->

    <div id="vk_thread_type" class="vk_thread_type" style="display:block">

        <!--{if $_G['forum']['threadtypes']}-->                        

            <a href="forum.php?mod=forumdisplay&fid=$_G[fid]{if $_GET['archiveid']}&archiveid={$_GET['archiveid']}{/if}" class="<!--{if $_GET['filter'] != 'typeid'}-->a<!--{/if}-->">{lang forum_viewall}</a>

            <!--{loop $_G['forum']['threadtypes']['types'] $id $name}-->

                 <a href="forum.php?mod=forumdisplay&fid=$_G[fid]&filter=typeid&typeid=$id$forumdisplayadd[typeid]" {if $_GET['filter'] == 'typeid' && $_GET['typeid'] == $id} class="a"{/if}>$name</a>
            <!--{/loop}-->
        <!--{/if}-->
        <!--{if $_G['forum']['threadsorts']}-->                        
            <!--{loop $_G['forum']['threadsorts']['types'] $id $name}-->

                <a href="forum.php?mod=forumdisplay&fid=$_G[fid]&filter=sortid&sortid=$id$forumdisplayadd[sortid]" class="<!--{if $_GET[sortid] == $id}-->a<!--{/if}-->">$name</a>
            <!--{/loop}-->            
        <!--{/if}-->
    </div>
    <!--{/if}-->



<!--{hook/forumdisplay_top_mobile}-->


<!-- main threadlist start -->


<!--{if !$subforumonly}-->


<div class="threadlist">

                        <ul>

                        <!--{if $_G['forum_threadcount']}-->

                                <!--{loop $_G['forum_threadlist'] $key $thread}-->

                                        <!--{if !$_G['setting']['mobile']['mobiledisplayorder3'] && $thread['displayorder'] > 0}-->

                                                {eval continue;}

                                        <!--{/if}-->

                        <!--{if $thread['displayorder'] > 0 && !$displayorder_thread}-->


                                {eval $displayorder_thread = 1;}

                    <!--{/if}-->

                                        <!--{if $thread['moved']}-->


                                                <!--{eval $thread[tid]=$thread[closed];}-->

                                        <!--{/if}-->

                                        <li>

                                        <span class="num">{$thread[replies]}</span>

                                        <!--{hook/forumdisplay_thread_mobile $key}-->


                    <a href="forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra" $thread[highlight] >


                                        <!--{if in_array($thread['displayorder'], array(1, 2, 3, 4))}-->


                                                <span class="icon_top"><img width="20" height="20" src="$_G['style']['styleimgdir']/icon_top.png"></span>


                                        <!--{elseif $thread['digest'] > 0}-->


                                                <span class="icon_top"><img width="20" height="20" src="$_G['style']['styleimgdir']/icon_digest.png"></span>


                                        <!--{elseif $thread['attachment'] == 2 && $_G['setting']['mobile']['mobilesimpletype'] == 0}-->


                                                <span class="icon_tu"><img width="20" height="20" src="$_G['style']['styleimgdir']/icon_tu.png"></span>


                                        <!--{/if}-->                 

                                        {$thread[subject]}


                                        <span class="by">$thread[author]</span>


                                        </a>


                                        </li>


                <!--{/loop}-->


            <!--{else}-->


                        <li>{lang forum_nothreads}</li>


                        <!--{/if}-->


                </ul>


</div>


$multipage


<!--{/if}-->


<!-- main threadlist end -->


<!--{hook/forumdisplay_bottom_mobile}-->


<div class="pullrefresh" style="display:none;"></div>


<!--{template common/footer}-->




作者: 貴古互聯(lián)    時(shí)間: 2023-1-4 17:50
模板沒有對(duì)分類信息篩選做css樣式,推薦好用不貴的貴古互聯(lián)手機(jī)版~

作者: 1375972898    時(shí)間: 2023-1-4 22:36
貴古互聯(lián) 發(fā)表于 2023-1-4 17:50
模板沒有對(duì)分類信息篩選做css樣式,推薦好用不貴的貴古互聯(lián)手機(jī)版~

http://www.9999xn.com/thread-15063-1-1.html
還有個(gè)這個(gè)問題,親能不能幫忙看下,可以付費(fèi)




歡迎光臨 Discuz! 官方交流社區(qū) (http://www.9999xn.com/) Powered by Discuz! W1.0