<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問答1問答10問答100問答1000問答2000關鍵字專題1關鍵字專題50關鍵字專題500關鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關鍵字專題關鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
        問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
        當前位置: 首頁 - 科技 - 知識百科 - 正文

        使用純css實現qqlogo圖代碼

        來源:懂視網 責編:小采 時間:2020-11-27 18:52:29
        文檔

        使用純css實現qqlogo圖代碼

        使用純css實現qqlogo圖代碼:這篇文章介紹使用純css實現qqlogo圖代碼<!doctype html> <html> <head> <title>CSS3logo</title> <style type="text/css"> html, body, div, img { mar
        推薦度:
        導讀使用純css實現qqlogo圖代碼:這篇文章介紹使用純css實現qqlogo圖代碼<!doctype html> <html> <head> <title>CSS3logo</title> <style type="text/css"> html, body, div, img { mar

        這篇文章介紹使用純css實現qqlogo圖代碼

        <!doctype html>
        <html>
        <head>
         <title>CSS3logo</title>
         <style type="text/css">
         html, body, div, img {
         margin: 0;
         padding: 0;
         }
        
         #box {
         position: absolute;
         left: 0;
         top: 0;
         }
        
         #head {
         position: absolute;
         left: 135px;
         top: 10px;
         background: #121214;
         width: 127px;
         height: 134px;
         border-radius: 50%/49%;
         z-index: 1;
         }
        
         #body {
         position: absolute;
         left: 128px;
         top: 68px;
         background: #121214;
         width: 141px;
         height: 138px;
         border-radius: 50%;
         }
        
         #belly {
         position: absolute;
         left: 144px;
         top: 79px;
         background: #fbfbfb;
         width: 110px;
         height: 123px;
         border-radius: 50%;
         }
        
         .foot {
         position: absolute;
         top: 186px;
         background: #febf18;
         width: 63px;
         height: 30px;
         border-radius: 50%;
         box-shadow: 0 3px #dc9111;
         z-index: -1;
         }
        
         #leftFoot {
         left: 132px;
         transform: rotate(-3deg);
         }
        
         #rightFoot {
         left: 202px;
         transform: rotate(3deg);
         }
        
         .eye {
         position: absolute;
         top: 44px;
         width: 24px;
         height: 35px;
         background: #fff;
         border-radius: 50%;
         z-index: 2;
         }
        
         #leftEye {
         left: 170px;
         }
        
         #rightEye {
         left: 203px;
         }
        
         #leftEyeBall {
         position: absolute;
         left: 180px;
         top: 53px;
         width: 6px;
         height: 14px;
         border-radius: 50%;
         background: #171718;
         border: solid 2px #040305;
         z-index: 2;
         }
        
         #leftEyeBall > div {
         position: absolute;
         left: 2px;
         top: 1px;
         width: 3px;
         height: 7px;
         border-radius: 50%;
         background: #fff;
         }
        
         #rightEyeBall {
         position: absolute;
         left: 206px;
         top: 53px;
         width: 13px;
         height: 13px;
         overflow: hidden;
         z-index: 2;
         }
        
         #rightEyeBall > div {
         width: 7px;
         height: 14px;
         border-radius: 50%;
         border: solid 3px #040305;
         }
        
         .hand {
         position: absolute;
         top: 130px;
         width: 70px;
         height: 23px;
         border-radius: 50%;
         background: #121214;
         }
        
         #leftHand {
         left: 91px;
         transform: rotate(-70deg);
         }
        
         #rightHand {
         left: 235px;
         transform: rotate(70deg);
         }
        
         #scarf {
         position: absolute;
         left: 123px;
         top: 89px;
         width: 148px;
         height: 55px;
         z-index: 2;
         border: solid 1px transparent;
         overflow: hidden;
         }
        
         #scarf1 {
         position: absolute;
         left: 152px;
         top: 117px;
         width: 27px;
         height: 50px;
         z-index: 2;
         background: #e32a0e;
         border-bottom-right-radius: 5px;
         border-bottom-left-radius: 6px;
         transform: skewY(8deg) rotate(2deg);
         }
        
         #scarf > #circle {
         position: absolute;
         left: -40px;
         top: -233px;
         width: 186px;
         height: 243px;
         border-radius: 50%;
         border: solid 22px #e32a0e;
         }
        
         #scarf > .clip {
         position: absolute;
         top: -30px;
         width: 20px;
         height: 55px;
         background: #fff;
         }
        
         #leftClip {
         left: -7px;
         transform: rotate(20deg);
         }
        
         #rightClip {
         left: 136px;
         transform: rotate(-20deg);
         }
        
         #mouth {
         position: absolute;
         left: 157px;
         top: 84px;
         width: 83px;
         height: 22px;
         border-radius: 50%;
         background: #fdbe18;
         z-index: 2;
         }
        
         #mouth > #m_child_0 {
         margin: 0 auto;
         width: 76px;
         height: 24px;
         border-radius: 50%;
         background: #fdbe18;
         }
        
         #mouth #m_child_1 {
         margin: 0 auto;
         width: 60px;
         height: 27px;
         border-radius: 50%;
         background: #fdbe18;
         }
        
         #mouth #m_child_2 {
         margin: 0 auto;
         width: 50px;
         height: 29px;
         border-radius: 50%;
         background: #fdbe18;
         }
        
         #mouth #m_child_3 {
         position: absolute;
         left: 9px;
         top: 2px;
         width: 66px;
         height: 20px;
         overflow: hidden;
         border-radius: 50%;
         }
        
         #mouth #m_child_4 {
         position: absolute;
         left: -1px;
         top: -9px;
         width: 68px;
         height: 26px;
         border-radius: 50%;
         box-shadow: 0px 1px 1px #8f3201;
         background: #fdbe18;
         }
        
         #mouth #m_child_5 {
         position: absolute;
         left: 21px;
         top: 2px;
         width: 42px;
         height: 22px;
         border-radius: 50%;
         background: #8f3201;
         }
        
         #mouth #m_child_6 {
         margin: 1px auto;
         width: 30px;
         height: 23px;
         border-radius: 50%;
         background: #8f3201;
         }
         </style>
        </head>
        <body>
         <div id="box">
         <div id="head"></div>
         <div id="body"></div>
         <div id="belly"></div>
         <div id="leftFoot" class="foot"></div>
         <div id="rightFoot" class="foot"></div>
         <div id="leftEye" class="eye"></div>
         <div id="rightEye" class="eye"></div>
         <div id="leftEyeBall"><div></div></div>
         <div id="rightEyeBall"><div></div></div>
         <div id="leftHand" class="hand"></div>
         <div id="rightHand" class="hand"></div>
         <div id="scarf">
         <div id="circle"></div>
         <div id="leftClip" class="clip"></div>
         <div id="rightClip" class="clip"></div>
         </div>
         <div id="scarf1"></div>
         <div id="mouth">
         <div id="m_child_0">
         <div id="m_child_1">
         <div id="m_child_2"></div>
         </div>
         </div>
         <div id="m_child_5">
         <div id="m_child_6"></div>
         </div>
         <div id="m_child_3">
         <div id="m_child_4"></div>
         </div>
         </div>
         </div>
        </body>
        </html>
        
        QQlogo

        聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

        文檔

        使用純css實現qqlogo圖代碼

        使用純css實現qqlogo圖代碼:這篇文章介紹使用純css實現qqlogo圖代碼<!doctype html> <html> <head> <title>CSS3logo</title> <style type="text/css"> html, body, div, img { mar
        推薦度:
        標簽: QQ 圖片 實現
        • 熱門焦點

        最新推薦

        猜你喜歡

        熱門推薦

        專題
        Top
        主站蜘蛛池模板: 一级免费黄色大片| 亚洲乱码一区二区三区国产精品| 老司机精品视频免费| 成人au免费视频影院| 亚洲sss综合天堂久久久| 最近高清中文字幕无吗免费看| 久久精品国产精品亚洲艾| 久久免费高清视频| 亚洲AV成人一区二区三区观看 | MM131亚洲国产美女久久| 亚洲AV女人18毛片水真多| 国产自产拍精品视频免费看| 青草久久精品亚洲综合专区| 免费va在线观看| 国产成人综合亚洲一区| 亚洲国产精品尤物yw在线| www成人免费观看网站| 亚洲熟女少妇一区二区| 免费无码H肉动漫在线观看麻豆| 亚洲国产另类久久久精品| 午夜精品一区二区三区免费视频| 毛片a级毛片免费播放下载| 亚洲日韩精品一区二区三区 | 亚洲黄色一级毛片| 国产精品久久免费| 亚洲欧洲无卡二区视頻| 最近的中文字幕大全免费8| 亚洲制服丝袜中文字幕| 免费大香伊蕉在人线国产| 一级成人a免费视频| 久久精品国产精品亚洲艾草网 | 免费jlzzjlzz在线播放视频| 中文字幕高清免费不卡视频| 在线免费观看亚洲| 国产精品四虎在线观看免费 | 中文字幕在线亚洲精品| 久章草在线精品视频免费观看| 亚洲大香伊人蕉在人依线| 日韩在线免费播放| 亚洲一卡二卡三卡| 免费一级大黄特色大片|