找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
楼主: sjie

求技术支持 网站特效问题

  [复制链接]
发表于 2014-12-7 00:12:04 | 显示全部楼层
CSS加到
  1. /template/artery_2014_03/style/t5/style.css
复制代码


回复

使用道具 举报

 楼主| 发表于 2014-12-7 02:17:01 | 显示全部楼层

www.renao.cc  现在是这个样子了。加了几个地方都不行,请问要加到一下代码什么位置
  1. /*
  2. [name]绿色窄屏[/name]
  3. [iconbgcolor]#289a89[/iconbgcolor]
  4. Powered by Discuz! X
  5. */

  6. body { background:#e2e5e9 url(a1.gif) fixed;}
  7. #page_main {margin:0 auto; width:1200px;}
  8. #page_main .insite_bg{ min-height:1080px; float:left;width:1200px; padding:0 0 30px 0; background:#fff url(bg1.gif) repeat-y 50% 0;}
  9. .effects_box { margin: 0 auto; height:580px; overflow: hidden;}
  10. .effects_box_in { margin:0 auto; width:1025px; overflow:hidden;} * html .effects_box_in { margin:0 auto; width:auto;}
  11. .right_hot li{float:left;width:370px!important;}
  12. .right_hot li a{width:285px!important;}
  13. .right_hot li em{padding:0 0 0 0!important;}
  14. #scrolltop { display:block!important;}
  15. .box_in3 {height:388px; overflow:hidden;}
  16. .art_listbox_3, .art_listbox_4{width:50%;}
  17. * html .art_listbox_3, * html .art_listbox_4{width:50%;}
  18. *+html .art_listbox_3, *+html .art_listbox_4{width:50%;}

  19. .leftmenu_list li a{border-bottom:#82c0b7 1px dotted;}
  20. .leftmenu_list li a:hover{border-bottom:#53aea1 1px solid;background-color:#53aea1;}
  21. .topuserbox a.bottom1 {background:#85c7b8;}
  22. .topuserbox a.bottom1:hover {background:#64a899;}

  23. .top_a1 strong{font:24px Microsoft YaHei, Segoe UI, Tahoma, Arial;font-weight:400;color:#289a89;}
  24. .top_a1 strong a{font:24px Microsoft YaHei, Segoe UI, Tahoma, Arial;font-weight:400;color:#289a89;}
  25. .top_a1 strong a:hover{color:#167365; text-decoration:none;}

  26. .nTab .TabTitle .active {border-left:#289a89 3px solid;background:url(a12.gif) no-repeat 100% 15px;}
  27. .nTab .TabContent .text h1 a:hover {color:#167365;}

  28. .right_hot li a{background:url(a7.gif) no-repeat 4px 8px;}
  29. .right_hot li a:hover{color:#22796c;background:url(a6.gif) no-repeat 4px 8px;}

  30. .rightbox .box2 li a {background:url(a7.gif) no-repeat 0 8px;}
  31. .rightbox .box2 li a:hover {background:url(a6.gif) no-repeat 0 8px;color:#22796c;}

  32. .box_in1 .box1 .no{background:url(a14.gif) no-repeat 0 0;}

  33. .box_in1 .box1 h1{color:#22796c;}
  34. .box_in1 .box1 h1 em{color:#22796c;}
  35. .box_in1 .box1 h1 em a{color:#22796c;}

  36. *+html .art_listbox_4, * html .art_listbox_4, .art_listbox_4{background:url(a18.gif) repeat-y 0 0;}

  37. .art_listbox_4 .in_box_r h2 a, .art_listbox_2 .in_box_r h2 a{color:#289a89;}
  38. .art_listbox_4 .in_box_r h2 a:hover, .art_listbox_2 .in_box_r h2 a:hover{color:#000;}
  39. .art_listbox_4 .in_box_r span, .art_listbox_2 .in_box_r span{color:#7cb0a8;}

  40. .atd a:hover {border:#7cb0a8 1px solid;}
  41. #p_btn a:hover {border:#7cb0a8 1px solid;}

  42. .in_list a{color:#22796c;}

  43. @media screen and (max-width:1430px) {
  44.         body { background:#e2e5e9 url(a1.gif) fixed!important;}
  45.         #page_main {margin:0 auto; width:1200px;}
  46.         #page_main .insite_bg{ min-height:1080px; float:left;width:1200px; padding:0 0 30px 0; background:#fff url(bg1.gif) repeat-y 50% 0!important;}
  47.         .effects_box { margin: 0 auto; height:580px; overflow: hidden;}
  48.         .right_hot li{float:left;width:370px!important;}
  49.         .right_hot li a{width:285px!important;}
  50.         .right_hot li em{padding:0 0 0 0!important;}
  51.         #scrolltop { display:block!important;}
  52.         .box_in3 {height:388px; overflow:hidden;}
  53.         .art_listbox_3, .art_listbox_4{width:50%;}
  54.         * html .art_listbox_3, * html .art_listbox_4{width:50%;}
  55.         *+html .art_listbox_3, *+html .art_listbox_4{width:50%;}
  56.         }
  57. @media screen and (max-width:1890px) { .effects_box_in { margin:0 auto; width:1025px; overflow:hidden;} * html .effects_box_in { margin:0 auto; width:auto;}}
  58. @media screen and (max-width:1640px) { .effects_box_in { margin:0 auto; width:1025px; overflow:hidden;} * html .effects_box_in { margin:0 auto; width:auto;}}
  59. @media screen and (max-width:1435px) { .effects_box_in { margin:0 auto; width:1025px; overflow:hidden;} * html .effects_box_in { margin:0 auto; width:auto;}}
复制代码



回复

使用道具 举报

发表于 2014-12-7 12:14:44 | 显示全部楼层
sjie 发表于 2014-12-7 02:17
www.renao.cc  现在是这个样子了。加了几个地方都不行,请问要加到一下代码什么位置

把模板打包发上来!
回复

使用道具 举报

 楼主| 发表于 2014-12-7 12:48:13 | 显示全部楼层
技术帮助 发表于 2014-12-7 12:14
把模板打包发上来!

整体打包1.4M  所以上传到微云,你下载一下把http://url.cn/dPmMzy
回复

使用道具 举报

发表于 2014-12-7 20:33:12 | 显示全部楼层
解压后上传到以下目录进行覆盖文件
路径:template/artery_2014_03/common/
extend_common.zip (1.42 KB, 下载次数: )
回复

使用道具 举报

 楼主| 发表于 2014-12-7 20:52:27 | 显示全部楼层
技术帮助 发表于 2014-12-7 20:33
解压后上传到以下目录进行覆盖文件
路径:template/artery_2014_03/common/

你的意思是只上传这个还是把以前说的模版源码和style.css修改后再上传这个啊?
回复

使用道具 举报

 楼主| 发表于 2014-12-7 22:43:33 | 显示全部楼层
技术帮助 发表于 2014-12-7 20:33
解压后上传到以下目录进行覆盖文件
路径:template/artery_2014_03/common/

直接替换了 无效。你的意思是只上传这个还是把以前说的模版源码和style.css修改后再上传这个啊?
回复

使用道具 举报

发表于 2014-12-8 01:26:43 | 显示全部楼层
替换图片里面的这个文件
QQ截图20141208012447.png


或者下载附件进行覆盖
artery_2014_03.zip (1.47 MB, 下载次数: )

回复

使用道具 举报

 楼主| 发表于 2014-12-8 15:56:24 | 显示全部楼层
技术帮助 发表于 2014-12-8 01:26
替换图片里面的这个文件

覆盖这个文件还需要修改模版源码和style.css吗?请详细点谢谢
回复

使用道具 举报

发表于 2014-12-8 15:57:06 | 显示全部楼层
不需要  就是传给你的文件,下载以后  覆盖   后台更新缓存就可以
回复

使用道具 举报

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

本版积分规则

QQ|Archiver|手机版|小黑屋|Discuz代码分析|Discuz目录结构|DZ起点网 ( 蜀ICP备13000518号-15 )

GMT+8, 2024-12-24 07:16 , Processed in 0.052910 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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