萍聚社区-德国热线-德国实用信息网

 找回密码
 注册

微信登录

微信扫一扫,快速登录

萍聚头条

查看: 1403|回复: 19

[其他] live老大,我做了个萍聚手机版的补丁,官方认可么?

[复制链接]
发表于 2015-3-23 10:00 | 显示全部楼层 |阅读模式
本帖最后由 moudy 于 2015-3-25 09:16 编辑

-= 25.03.2015 更新 =-
精简首页内容
去除帖子页签名档显示
支持设置和提醒页的菜单

--= 原帖内容 =--
萍聚现在的手机版不能显示提醒,外链图片看不到,也看不到点评。上传附件貌似也不给力。我做了个css补丁,不修改论坛任何代码,只要页面带上这个css,就能支持手机屏幕。我现在看得效果如下。


css代码如下,live老大可以引用修改。第一段去广告的代码调整一下就可以在手机上显示广告。

  1. @media screen and (max-width : 640px){
  2.     /* ad */
  3.     .focus,.a_h,.a_t,.a_pt,.a_pr,.a_pb,.a_f,#diyleftsidetop,#diy1.area,.a_h td,.bm.lk
  4.     {
  5.       display:none!important;
  6.     }
  7.    
  8.     /* general */
  9.     #toptb,#cse-search-box,#nv,.hdc h2,#ft,#scrolltop,iframe,
  10.     /* post list */
  11.     .pbn, td.icn,td.num,td.by,tr.ts,#thread_types,
  12.     /* post */
  13.     .pls p,.tns,.pil,.avatar,.y,.addflw,.pti .authi a,.pti .authi img,#um p:nth-child(3),table.plhin td.plc.plm, td.ptm.pbn.plc.vwthd
  14.     {
  15.       display:none!important;
  16.     }
  17.   
  18.     body,
  19.     table.plhin td,
  20.     .mn,
  21.     .wp,
  22.     .hasfsl,
  23.     .favatar,
  24.     .pls .o,
  25.     .pi,
  26.     .pi *,
  27.     .mbn img,
  28.     .hasfsl,
  29.     blockquote,
  30.     .wp, th, #wp.wp, #wp .mn, .pls, div.hd, div.pcht
  31.     {
  32.         width: auto ;
  33.         height: auto ;
  34.         border: none ;
  35.         margin: auto ;
  36.       
  37.         background: none;
  38.     }
  39.   
  40.     /* post list */
  41.     th.common, div.um {
  42.         padding-right:0;
  43.     }
  44.   
  45.     div#ct.wp.cl {
  46.       margin: 0 !important;
  47.     }

  48.     /* post */
  49.     div.wp.cl, table.plhin td, form#fastpostform td, div.pls *, #forumnewshow
  50.     {
  51.       float: left;
  52.     }
  53.    
  54.     td.pls,
  55.     .mbn img
  56.     {
  57.       width: 100% !important;
  58.       height: auto !important;
  59.       background-color: #eee !important;
  60.     }
  61.   
  62.     /* post: SEND MESSAGE */
  63.     .pls .o .pm2 {
  64.       background: none;
  65.       border: 1px solid #ccc;
  66.       border-radius: 10px;
  67.       margin: 9px;
  68.       width: 70px;
  69.     }

  70.     /* search bar */
  71.     #scbar,
  72.     #scbar_form,
  73.     #scbar_form table {
  74.       width:auto;
  75.     }
  76.     .scbar_txt_td {
  77.       padding-left: 5px;
  78.       height: 42px;
  79.     }
  80.     #scbar_txt {
  81.       border: none;
  82.       background: none;
  83.       width:100%;
  84.     }
  85.     #scbar_btn {
  86.       margin-top: 7px;
  87.       margin-left: 7px;
  88.       height: 30px;
  89.       width: 30px;
  90.     }

  91.     /* new post */
  92.     form #subject {
  93.       width: 98%;
  94.     }
  95.     form div.tedt, .m_c .tedt, #e_attach_menu, .pbt.cl .quote {
  96.       width: auto !important;
  97.     }

  98.     /* forum homepage */
  99.     .fl_g, .fl_g dl {
  100.       margin: unset !important;
  101.       width: unset !important;
  102.       padding-left: unset !important;
  103.     }
  104.     .fl_tb tr, .fl_tb td, .fl_tb td h2 {
  105.       float: left;
  106.       width: auto;
  107.       padding-right: 5px;
  108.     }
  109.     td.fl_i, td.fl_icn, td.fl_by, div.fl_icn_g, p.xg2,
  110.     .fl_g dl dd, .fl_tb td p {
  111.       display: none;
  112.     }
  113.   
  114.     /* setting */
  115.   
  116.     .ct2_a .mn {
  117.       width: 100%;
  118.       float: none;
  119.       display: table-footer-group;
  120.     }
  121.     .ct2_a {display: table; }
  122.     .ct2_a .appl {
  123.       width: auto;
  124.       display: table-header-group;
  125.       background-color: #eee;
  126.     }
  127.     .ct2_a .appl li {float: left;}
  128.     .ct2_a .appl li em {display: none;}
  129.   
  130.     .tfm .px,
  131.     .tfm .tedt{
  132.       width: auto;
  133.       overflow: visible;
  134.     }
  135. }
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册 微信登录

x

评分

1

查看全部评分

Die von den Nutzern eingestellten Information und Meinungen sind nicht eigene Informationen und Meinungen der DOLC GmbH.
发表于 2015-3-23 10:10 | 显示全部楼层
非常感谢!麻烦把源代码发给我 live@dolc.de,我上传试试。
Die von den Nutzern eingestellten Information und Meinungen sind nicht eigene Informationen und Meinungen der DOLC GmbH.
发表于 2015-3-23 10:10 | 显示全部楼层
Die von den Nutzern eingestellten Information und Meinungen sind nicht eigene Informationen und Meinungen der DOLC GmbH.
发表于 2015-3-23 10:10 | 显示全部楼层
Die von den Nutzern eingestellten Information und Meinungen sind nicht eigene Informationen und Meinungen der DOLC GmbH.
发表于 2015-3-23 10:12 来自手机 | 显示全部楼层
Die von den Nutzern eingestellten Information und Meinungen sind nicht eigene Informationen und Meinungen der DOLC GmbH.
发表于 2015-3-23 10:17 | 显示全部楼层
Die von den Nutzern eingestellten Information und Meinungen sind nicht eigene Informationen und Meinungen der DOLC GmbH.
发表于 2015-3-23 10:18 | 显示全部楼层
Die von den Nutzern eingestellten Information und Meinungen sind nicht eigene Informationen und Meinungen der DOLC GmbH.
发表于 2015-3-23 10:22 | 显示全部楼层
Die von den Nutzern eingestellten Information und Meinungen sind nicht eigene Informationen und Meinungen der DOLC GmbH.
 楼主| 发表于 2015-3-23 10:42 | 显示全部楼层
本帖最后由 moudy 于 2015-3-25 09:08 编辑
live 发表于 2015-3-23 10:10
非常感谢!麻烦把源代码发给我 ,我上传试试。


代码已经加到首页里了
Die von den Nutzern eingestellten Information und Meinungen sind nicht eigene Informationen und Meinungen der DOLC GmbH.
发表于 2015-3-23 10:52 | 显示全部楼层
Die von den Nutzern eingestellten Information und Meinungen sind nicht eigene Informationen und Meinungen der DOLC GmbH.
您需要登录后才可以回帖 登录 | 注册 微信登录

本版积分规则

手机版|Archiver|AGB|Impressum|Datenschutzerklärung|萍聚社区-德国热线-德国实用信息网

GMT+1, 2025-2-8 14:44 , Processed in 0.069629 second(s), 18 queries , MemCached On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表