|
回复 ttasp
技术大师,你发的是图,不是字,这可咋复制阿,你把字发给我吧,我不知道复制去哪!您 ...
小小白 发表于 2015-2-11 13:48
就是你那文件里面的- <!--右侧导航-->
- <style type="text/css">
- <!--
- .r_serve{ width:60px; border:#CFD0CF 1px solid; border-bottom:0px; background:#F1F1F1; z-index: 111;position:fixed; _position:absolute; top:50%;left:50%;margin-left:500px; margin-top:-70px;}
- .r_serve a{ color:#333333; text-decoration:none;}
- .r_serve img{border:0px; vertical-align:top;}
- .r_serve li{ list-style-type:none;width:60px; height:50px; padding-top:10px; border-bottom:#CFD0CF 1px solid;font-size:12px; color:#333333;text-align:center; line-height:22px;position:relative; cursor:pointer;}
- .r_serve li img.maImg{ position:absolute; right:60px; bottom:-65px; display:none}
- .r_gfq{ width:174px; background-color:#4E4E4E; color:#949393; font-size:12px; font-family:Verdana, Arial, "宋体"; position:relative;position:absolute; right:73px; bottom:-70px; display:none}
- .r_gfq img.arrow{ position:absolute; top:0px;right:-13px;}
- .r_gfq a{ color:#1A968D; text-decoration:none;}
- .r_gfq a:hover{ text-decoration:underline;}
- .r_gfq p{ width:148px; height:30px; margin:0px auto; text-align:left;}
- .r_gfq p img{ vertical-align:bottom;}
- .r_gfq p.title{ height:34px; line-height:34px; text-align:center; border-bottom:#6F6F6F 1px dashed; margin-bottom:12px;}
- -->
- </style>
- <ul class="r_serve">
- <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=951776193&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:951776193:53" alt">
- <li><p><!--<img border="0" src="http://wpa.qq.com/pa?p=2:729549499:52" alt="点击这里给我发消息" title="点击这里给我发消息" style="vertical-align:middle;"/>--><img src="<%=weburl%>images3/share/qq.png" border="0" /></p>
- <p>客服</p></li></a>
- <li><p><img src="<%=weburl%>images3/share/qq_gf.png"/></p><p>官方群</p>
- <div class="r_gfq">
- <img class="arrow" src="<%=weburl%>images3/share/r_arrow.png"/>
- <p class="title">点击群号加入官方群</p>
- <p><img src="<%=weburl%>images3/share/qq_q.png"/> 打码群:<a href="http://shang.qq.com/wpa/qunwpa?idkey="><%=WebdamaQQ%></a></p>
- <p><img src="<%=weburl%>images3/share/qq_q.png"/> 试玩群:<a href="http://shang.qq.com/wpa/qunwpa?idkey="><%=WebyouxiQQ%></a></p>
- <p><img src="<%=weburl%>images3/share/qq_q.png"/> 站长群:<a href="http://shang.qq.com/wpa/qunwpa?idkey="><%=tuijianQQ%></a></p>
- </div>
- </li>
-
- <li><p><img src="<%=weburl%>images3/share/wx.png"/></p><p>微信号</p><img class="maImg" id="wxImg" src="<%=weixin%>"/></li>
- <li><p><img src="<%=weburl%>images3/share/back_top.png"/></p></li>
- </ul>
- <script language="javascript">
- $(".r_serve li:nth-child(2)").hover(function() {$(".r_gfq").show();$("#maImg").hide();$("#wxImg").hide();},function(){$(".r_gfq").hide();})
- $(".r_serve li:nth-child(3)").hover(function() {$("#wxImg").show();$(".r_gfq").hide();$("#maImg").hide();},function(){$("#wxImg").hide();})
- $(".r_gfq").hover(function() {$(".r_gfq").show();$("#maImg").hide();$("#wxImg").hide();},function(){$(".r_gfq").hide();})
- $(".r_serve li:nth-child(4)").click(function() {$("html, body").animate({ scrollTop: 0 }, 120);})
- </script>
复制代码 |
|