zoukankan      html  css  js  c++  java
  • QQ

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>自制QQ在线交谈</title>
    <!-- <script src="service.js" type="text/javascript"></script>
     <script src="jquery-1.4.2.min.js" type="text/javascript"></script>
     <link href="style.css" rel="stylesheet" type="text/css" />-->
    <style type="text/css">/*客服开始*/
    .service{118px; right:0px; top:0px; padding-top:80px; position:absolute; z-index:999999999999999999999;}
    .service ul{108px; padding:5px 0 10px 10px; background:url(http://files.cnblogs.com/linling/ser_bot.ico) no-repeat bottom left;}
    .service ul li{ padding-bottom:3px;}
    .service .mascot{85px; height:116px; background:url(http://files.cnblogs.com/linling/ser_mascot.ico) no-repeat top left; position:absolute; top:-45px; left:-20px;}
    .service .close{28px; height:64px; background:url(Close.png) no-repeat; position:absolute; display:inline-block; top:107px; left:-5px;
    cursor:pointer;}
    .service .closes{28px; height:64px; background:url(Closes.png) no-repeat; position:absolute; display:inline-block; top:107px; left:-5px;
    cursor:pointer;}
    .service .top{118px; height:85px; background:url(http://files.cnblogs.com/linling/ser_top.ico) no-repeat top left; position:relative;}
    /*客服结束*/.img_content{ 660px; float:right; margin-right:10px;}
    .img_content_info{100%; margin-top:15px;}
    .img_content_info h2{ text-align:center; font-size:20px; margin-bottom:10px;}
    #span_time_click{ font-size:12px; color:#aaa; border-bottom:solid 1px #ccc; 660px; text-align:center;}
    #img_imgcontent{ 220px; height:183px; border:solid 1px #ccc; padding:2px; float:left; margin:5px; }
    .img_content_info p{ line-height:28px; text-indent:24px; font-size:13px;}
    </style></head><body> <div class="service" id="service">
          <div class="top">            <p class="mascot">
                     <span id="close" class="close" title="关闭"></span>
                </p>        </div>        <ul>
                <li>
       <a target="blank" href="http://wpa.qq.com/msgrd?V=1&Uin=505294384&Site=linling&Menu=yes">
                    <img border='0 ' src="http://files.cnblogs.com/linling/ser_qq.ico" alt='欢迎指教 '>
                </a>
                <a target="blank" href="http://wpa.qq.com/msgrd?V=1&Uin=1059708920&Site=fengfeng&Menu=yes">
                    <img border='0 ' src="http://files.cnblogs.com/linling/ser_qq.ico" alt='欢迎指教 '>
                </a>                <br />            </li>
            </ul>    </div></body></html>   
       

  • 相关阅读:
    12.1
    11.26
    12.5Java日报
    11.25
    11.27
    12.03
    11.28
    12.04
    如何在TortoiseGit中使用sshkeygen生成的key
    leetcode 39 组合总和
  • 原文地址:https://www.cnblogs.com/xiaziteng/p/asd.html
Copyright © 2011-2022 走看看