Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[经验] ★★★修正牧场问题★★★仿白社会打卡领工资免费发布!★★★

  [复制链接]
dansui1314 发表于 2010-2-19 10:03:17 | 显示全部楼层
本帖最后由 dansui1314 于 2010-02-19 10:04 编辑

回复 91# mels


    这个是我改的CSS,只是小修改。。
  1. /*By Comver!UCH插件制作、模板仿制:QQ136468936 ; 136468936@qq.com*/
  2. /* taskBox */
  3. .sidebox{clear:both;border:1;}
  4. .sidebox_r_top{height:1px;clear:both;overflow:hidden;border-top:1px solid #f4f4f4; }
  5. .taskBox{padding:8px 12px;height:55px;margin:0; clear:both;overflow:hidden;}

  6. .cashBox{ float:left; height:25px; }
  7. .cashBox .i-cash{ display:block; float:left; width:25px; height:25px;background:url(images/taskImg.gif) no-repeat 0 -50px; }
  8. .cashBox .helpLink{ color:#6899B9; cursor:help;}
  9. .cashBox span.txt{ _padding-top:2px;padding-top:1px; line-height:20px; display:block;color:#444;}
  10. .cashBox span.txt img{margin-right:5px;vertical-align: middle;}
  11. .cashBox span.txt a{ color:#369;}


  12. .dwagesBox{ float:right; width:100px;height:25px;margin-top:4px;}

  13. .btn_getreward_true{background:url(image/btn_getreward_true.gif) no-repeat;width:100px;height:24px;display:block;cursor:hand;}
  14. .btn_getreward_false{background:url(image/btn_getreward_false.gif) no-repeat;width:100px;height:24px;display:block;}
  15. .btn_getreward_true span, .btn_getreward_flase span{display:none;width:0;height:0;}

  16. .cashMedia{display:none;}

  17. /******** space_feed 等级 ******/
  18. .level_info{float:left;margin-right:5px;}
  19. .level_box{clear:both;width:100%;margin:5px 0 0px 0;height:20px;}
  20. .level_box{float:left;margin-right:5px;}
  21. .level_box .level_info span{color:#444;}
  22. .level_box .level_info em{padding:0;color:#369;font-weight:normal;font-style:normal;}
  23. .level_box .level_info img {vertical-align: middle;margin-right:5px;}
  24. .level_box .level_label { float:right; width:98px; margin: 7px 0 0 0; height: 13px; border: 1px solid #8EB6CC; }
  25. .level_box .level_label .percent { height: 11px; background: #C5DAE7; border: 1px solid #FFF; }
  26. .level_box .level_label .label { position: relative; margin: -13px 0 0; line-height: 13px; font-size:9px; font-family:Verdana; text-align: center; }
复制代码
另外如果你的错位很严重的话,space_feed.html也要改的,下面是我改过的,主要是去掉了最后一个多出来的</div>,另外为了美观,新建了一个隔层
  1. <div class="taskBox">
  2. <div class="cashBox">
  3. <span class="txt"><img src="image/icon_money_b.gif"/>积?分:<a href="cp.php?ac=credit" id="mycredit" class="helpLink" target="_blank" title="我的积分数"><span id="mycredit"><!--{if $_SGLOBAL[supe_uid]}-->$space[credit]<!--{else}-->0<!--{/if}--></span></a></span>
  4. </div>
  5. <script language="javascript" type="text/javascript" src="source/script_task.js"></script>
  6. <div class="dwagesBox">
  7. <!--{if $_SGLOBAL[supe_uid] && $task_getreward == 1}-->
  8. <div id="div_getreward"><a href="javascript:getpunchclock('7');playmedia('div_cashMedia')" id="dwages" title="打卡领积分(9:30之前打卡,积分会翻倍哦~)"><span class="btn_getreward_true"><span>打卡领积分</span></span></a></div>
  9. <!--{else}-->
  10. <div id="div_getreward"><span class="btn_getreward_false" title="今日积分已领(9:30之前打卡,积分会翻倍哦~)"><span> </span></span></div>
  11. <!--{/if}-->
  12. </div>
  13. <div class="level_box">
  14. <div class="level_info"><img src="image/icon_level_b.gif"/><span>等?级:</span><em> <!--{eval echo getlevel($space[experience]);}--> 级</em></div>
  15. <div class="level_label" title="升级还需<!--{eval echo getlevel($space[experience],1);}-->经验">
  16. <div class="percent" style="width: <!--{eval echo getlevel($space[experience],2);}-->%;"></div>
  17. <div class="label">{$space[experience]}/<!--{eval echo getlevel($space[experience],3);}--></div>
  18. </div>
  19. </div>
  20. </div>
  21. <div id="div_cashMedia" class="cashMedia"></div>
  22. <div style="height:12px;"></div>
复制代码
IE6.0和8.0下测试正常,其他的未试
回复

使用道具 举报

mels 发表于 2010-2-19 01:39:57 | 显示全部楼层
回复 89# dansui1314


    哥哥,能不能請你把改好的css提供給我啊~謝謝~
回复

使用道具 举报

 楼主| 136468936 发表于 2010-2-18 23:25:12 | 显示全部楼层
回复 87# mels


    ,.....
回复

使用道具 举报

dansui1314 发表于 2010-2-17 15:08:31 | 显示全部楼层
安装很成功,css有些错位自己改一下就可以了~

http://wowo.5dtcw.com
回复

使用道具 举报

cache110 发表于 2010-2-16 22:31:21 | 显示全部楼层
回复

使用道具 举报

mels 发表于 2010-2-16 17:54:37 | 显示全部楼层
回复 86# 136468936


    style.css我不太會改呢?!可以出修正嗎?
還有在火狐底下,已經打過卡了,為什麼還顯示未打卡,還出現xml錯誤~
回复

使用道具 举报

 楼主| 136468936 发表于 2010-2-16 16:32:54 | 显示全部楼层
回复  136468936


    這個修正好了嗎?安裝好之後,整個版面都怪怪的~
mels 发表于 2010-02-15 21:37


     请自行修改style.css
回复

使用道具 举报

mels 发表于 2010-2-15 21:37:17 | 显示全部楼层
回复 1# 136468936


    這個修正好了嗎?安裝好之後,整個版面都怪怪的~
回复

使用道具 举报

mels 发表于 2010-2-12 19:54:33 | 显示全部楼层
已經可以打卡了,但是不好意思,您的ccs是不是有問題?怎版面會變成這樣啊!?

本帖子中包含更多资源

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

x
回复

使用道具 举报

 楼主| 136468936 发表于 2010-2-12 17:23:16 | 显示全部楼层
回复  136468936


    嗯~ok裝好,但是上面怎顯示「已打卡」了,我都還沒開始打卡呢!
mels 发表于 2010-02-12 14:11



      嗯嗯~刚才我已经发现这个问题了,把space_feed.php下面的文件再按新的步骤改改就好,不好意思,一时疏忽
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-6-24 20:39 , Processed in 0.101582 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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