服務(wù)項(xiàng)目:網(wǎng)站建設(shè)、仿站、程序開發(fā)、APP開發(fā)設(shè)計(jì)、移動(dòng)網(wǎng)站開發(fā)設(shè)計(jì)、企業(yè)網(wǎng)站設(shè)計(jì)、電子商務(wù)網(wǎng)站開發(fā)、網(wǎng)站維護(hù)、網(wǎng)站推廣、UX/UI 、HTML5、CSS3、JS / Jquery ...
          四川浚浚科技有限公司
          四川浚浚科技有限公司 (開發(fā)設(shè)計(jì)官網(wǎng))TEL : 15308000360 / QQ : 38585404
          深入挖掘用戶需求
          成就品質(zhì)用戶體驗(yàn)

          您的位置:首頁(yè) > 技術(shù)經(jīng)驗(yàn) > 前端開發(fā) > 正文

          HTML5+CSS3 實(shí)現(xiàn)安卓小人效果
          技術(shù)支持服務(wù)電話:15308000360 【7x24提供運(yùn)維服務(wù),解決各類系統(tǒng)/軟硬件疑難技術(shù)問(wèn)題】

          <!DOCTYPE html> 
          <html> 
          <head> 
          <title>智能世界</title> 
          <style type="text/css"> 
          body { font-family:"Lucida Sans Unicode"; font-size:14px; color:#4b4b4b; text-align:center; }  
          * { padding:0px; margin:0px; }  
          #container { position:relative; margin-left:auto; margin-right:auto; margin-top:50px;   
          width:700px; height:320px; text-align:left; vertical-align:top; }  
          #az,#az_head,#az_body,#az_lhand,#az_rhand,#az_lfoot,#az_rfoot,#az_line,#sword { position:absolute; }  
          #az { margin-left:300px; }  
          #az:before { content:''; position:absolute; top:350px; left:-270px; width:500px; height:50px; z-index:-10;  
          background:rgba(0,0,0,0.7);  
          border-radius:200px 200px 200px 200px / 25px 25px 25px 25px;  
          box-shadow:0 0 10px 10px rgba(0,0,0,0.5); }  
          #az_head { height:110px; width:220px; overflow:hidden; z-index:5;  
          border-radius:110px 110px 110px 110px / 100px 100px 10px 10px;  
          background:-moz-radial-gradient(74% 32%, ellipse, rgba(159,189,68,1) 0%, rgba(129,169,14,1) 12%, rgba(44,62,0,1) 100%);  
          background:-o-radial-gradient(74% 32%, ellipse, rgba(159,189,68,1) 0%, rgba(129,169,14,1) 12%, rgba(44,62,0,1) 100%);  
          background:-webkit-gradient(radial, 166 36, 0, 156 36, 160, from(rgba(159,189,68,1)), to(rgba(44,62,0,1)), color-stop(12%, rgba(129,169,14,1)));  
          }  
          #az_head:before { content:''; position:absolute; width:18px; height:22px; background:#fffa64;  
          top:50px; left:30px;  
          border-radius:9px / 11px;  
          box-shadow:inset 1px 1px 3px #000, 0 0 15px #fffa64;   
          transform:rotate(20deg);  
          -moz-transform:rotate(20deg);  
          -o-transform:rotate(20deg);  
          -webkit-transform:rotate(20deg);  
          }  
          #az_head:after { content:''; position:absolute; width:18px; height:22px; background:#fffa64;  
          top:50px; left:136px;  
          border-radius:9px / 11px;  
          box-shadow:inset 1px 1px 3px #000, 0 0 15px #fffa64;   
          transform:rotate(-2deg);  
          -moz-transform:rotate(-2deg);  
          -o-transform:rotate(-2deg);  
          -webkit-transform:rotate(-2deg); }  
          #az_body { width:220px; height:200px; background:red; top:103px;  
          border-radius:110px 110px 110px 110px / 10px 10px 40px 40px;  
          background:-moz-linear-gradient(center left, rgba(44,62,0,1), rgba(109,149,4,1) 66%, rgba(109,149,4,1) 70%, rgba(64,82,20,1));  
          background:-webkit-gradient(linear, left center, right center, from(rgba(44,62,0,1)), color-stop(66%,rgba(109,149,4,1)), color-stop(70%,rgba(109,149,4,1)), to(rgba(64,82,20,1)));  
          background:-o-linear-gradient(left, rgba(44,62,0,1), rgba(109,149,4,1) 66%, rgba(109,149,4,1) 70%, rgba(64,82,20,1)); }  
          #az_body:before { content:''; position:absolute; width:100%; height:16px; background:#1f3204;  
          border-radius:110px 110px 110px 110px / 10px 10px 10px 10px; }  
          #az_body:after { content:''; position:absolute; width:100%; height:80px; background:#1f3204; top:120px;  
          border-radius:0 0 110px 110px / 0 0 40px 40px;  
          background:-moz-linear-gradient(center top, transparent, transparent 50%, rgba(64,82,20,1));  
          background:-webkit-gradient(linear, center top, center bottom, from(transparent), color-stop(60%, transparent), to(rgba(64,82,20,1)));  
          background:-o-linear-gradient(top, transparent, transparent 50%, rgba(44,62,0,1)); }  
          #az_lhand { z-index:-1; width:136px; height:46px; left:-88px; top:148px;  
          border-radius:23px;  
          transform:rotate(-30deg);  
          -moz-transform:rotate(-30deg);  
          -o-transform:rotate(-30deg);  
          -webkit-transform:rotate(-30deg);  
          background:-moz-linear-gradient(top, rgba(44,62,0,1), rgba(109,149,4,1) 55%, rgba(109,149,4,1) 60%, rgba(64,82,20,1));  
          background:-webkit-gradient(linear, center top, center bottom, from(rgba(44,62,0,1)), color-stop(55%,rgba(109,149,4,1)), color-stop(60%,rgba(109,149,4,1)), to(rgba(64,82,20,1)));  
          background:-o-linear-gradient(top, rgba(44,62,0,1), rgba(109,149,4,1) 55%, rgba(109,149,4,1) 60%, rgba(64,82,20,1)); }  
          #az_lhand:before { position:absolute; height:100%; width:50px; content:'';  
          border-radius:23px;  
          background:-moz-linear-gradient(center left, rgba(44,62,0,1), transparent 50%, transparent);  
          background:-webkit-gradient(linear, left center,right center, from(rgba(44,62,0,1)), color-stop(50%, transparent), to(transparent));  
          background:-o-linear-gradient(left, rgba(44,62,0,1), transparent 50%, transparent); }  
          #az_rhand { width:50px; height:136px; left:188px; top:130px;  
          border-radius:25px;  
          background:-moz-linear-gradient(left, rgba(70,88,26,1), rgba(139,179,24,1) 70%, rgba(109,149,4,1) 100%);  
          background:-webkit-gradient(linear, left center, right center, from(rgba(70,88,26,1)), color-stop(70%,rgba(139,179,24,1)), to(rgba(109,149,4,1)));  
          background:-o-linear-gradient(left, rgba(70,88,26,1), rgba(109,149,4,1) 70%, rgba(64,82,20,1));  
          box-shadow:-10px 6px 12px rgba(0,0,0,0.5); }  
          #az_rhand:before { position:absolute; height:46px; width:100%; content:''; top:90px;  
          border-radius:50px;  
          background:-moz-linear-gradient(top, transparent, transparent 65%, rgba(64,82,20,1));  
          background:-webkit-gradient(linear, center top,center bottom, from(transparent), color-stop(65%, transparent), to(rgba(64,82,20,1)));  
          background:-o-linear-gradient(top, transparent, transparent 50%, rgba(64,82,20,1)); }  
          #az_rfoot { width:50px; height:110px; left:140px; top:270px; z-index:-1;  
          border-radius:25px;  
          background:-moz-linear-gradient(left, rgba(40,58,0,1), rgba(110,150,0,1) 70%, rgba(109,149,4,1) 100%);  
          background:-webkit-gradient(linear, left center, right center, from(rgba(40,58,0,1)), color-stop(70%,rgba(110,150,0,1)), to(rgba(109,149,4,1)));  
          background:-o-linear-gradient(left, rgba(40,58,0,1), rgba(110,150,0,1) 70%, rgba(64,82,20,1)); }  
          #az_rfoot:before { position:absolute; height:46px; width:100%; content:''; top:64px;  
          border-radius:50px;  
          background:-moz-linear-gradient(top, transparent, transparent 65%, rgba(64,82,20,1));  
          background:-webkit-gradient(linear, center top,center bottom, from(transparent), color-stop(65%, transparent), to(rgba(64,82,20,1)));  
          background:-o-linear-gradient(top, transparent, transparent 50%, rgba(64,82,20,1));  
          }  
          #az_lfoot { width:50px; height:110px; left:30px; top:270px; z-index:-1;  
          border-radius:25px;  
          background:-moz-linear-gradient(left, rgba(40,58,0,1), rgba(110,150,0,1) 70%, rgba(109,149,4,1) 100%);  
          background:-webkit-gradient(linear, left center, right center, from(rgba(40,58,0,1)), color-stop(70%,rgba(110,150,0,1)), to(rgba(109,149,4,1)));  
          background:-o-linear-gradient(left, rgba(40,58,0,1), rgba(110,150,0,1) 70%, rgba(64,82,20,1));  
          }  
          #az_lfoot:before { position:absolute; height:46px; width:100%; content:''; top:64px;  
          border-radius:50px;  
          background:-moz-linear-gradient(top, transparent, transparent 65%, rgba(64,82,20,1));  
          background:-webkit-gradient(linear, center top,center bottom, from(transparent), color-stop(65%, transparent), to(rgba(64,82,20,1)));  
          background:-o-linear-gradient(top, transparent, transparent 50%, rgba(64,82,20,1));  
          }  
          #az_line { width:6px; height:50px; left:170px; z-index:5; top:-20px;  
          border-radius:5px;  
          background:-moz-linear-gradient(center left, rgba(44,62,0,1), rgba(109,149,4,1) 66%, rgba(109,149,4,1) 70%, rgba(64,82,20,1));  
          background:-webkit-gradient(linear, left center, right center, from(rgba(44,62,0,1)), color-stop(66%,rgba(109,149,4,1)), color-stop(70%,rgba(109,149,4,1)), to(rgba(64,82,20,1)));  
          background:-o-linear-gradient(left, rgba(44,62,0,1), rgba(109,149,4,1) 66%, rgba(109,149,4,1) 70%, rgba(64,82,20,1));  
          transform:rotate(30deg);  
          -moz-transform:rotate(30deg);  
          -o-transform:rotate(30deg);  
          -webkit-transform:rotate(30deg);  
          }  
          #az_line:before { content:''; width:100%; height:5px; z-index:6; background:rgba(0,0,0,0.2); top:50px;  
          box-shadow:-1px -2px 2px 2px rgba(0,0,0,0.5); position:absolute; border-radius:5px;  
          }  
          #az_line:after { content:''; width:6px; height:40px; z-index:-15; top:73px; position:absolute; left:-120px;  
          border-radius:5px;  
          background:-moz-linear-gradient(center left, rgba(44,62,0,1), rgba(109,149,4,1) 66%, rgba(109,149,4,1) 70%, rgba(64,82,20,1));  
          background:-webkit-gradient(linear, left center, right center, from(rgba(44,62,0,1)), color-stop(66%,rgba(109,149,4,1)), color-stop(70%,rgba(109,149,4,1)), to(rgba(64,82,20,1)));  
          background:-o-linear-gradient(left, rgba(44,62,0,1), rgba(109,149,4,1) 66%, rgba(109,149,4,1) 70%, rgba(64,82,20,1));  
          transform:rotate(-60deg);  
          -moz-transform:rotate(-60deg);  
          -o-transform:rotate(-60deg);  
          -webkit-transform:rotate(-60deg);  
          }  
          #sword { width:6px; height:220px; top:-5px; left:-130px;  
          box-shadow:0 -10px 8px 5px red;  
          background:-moz-linear-gradient(center left, rgba(44,62,0,1), rgba(109,149,4,1) 66%, rgba(109,149,4,1) 70%, rgba(64,82,20,1));  
          background:-webkit-gradient(linear, left center, right center, from(rgba(44,62,0,1)), color-stop(66%,rgba(109,149,4,1)), color-stop(70%,rgba(109,149,4,1)), to(rgba(64,82,20,1)));  
          background:-o-linear-gradient(left, rgba(44,62,0,1), rgba(109,149,4,1) 66%, rgba(109,149,4,1) 70%, rgba(64,82,20,1));  
          transform:rotate(-32deg);  
          -moz-transform:rotate(-32deg);  
          -o-transform:rotate(-32deg);  
          -webkit-transform:rotate(-32deg);  
          -moz-animation:light 3s linear infinite backwards;  
          -webkit-animation:light 3s linear infinite backwards;  
          }  
          @-moz-keyframes light {   
                  50% { box-shadow:0 -10px 8px 5px skyblue; }   
          }  
          @-webkit-keyframes light {   
                  50% { box-shadow:0 -10px 2px 2px skyblue; }   
          }  
          </style> 
          </head> 
          <body> 
              <div id="container"> 
                  <div id="az"> 
                        <div id="az_head"></div> 
                        <div id="az_body"></div> 
                        <div id="az_lhand"></div> 
                        <div id="az_rhand"></div> 
                        <div id="az_lfoot"></div> 
                        <div id="az_rfoot"></div> 
                        <div id="az_line"></div> 
                        <div id="sword"></div> 
                  </div> 
              </div> 
          </body> 
          </html>



          上一篇:為網(wǎng)頁(yè)設(shè)計(jì)師而生的14個(gè)文本編輯器
          下一篇:在html文件里include文件內(nèi)容的方法小結(jié)

          相關(guān)熱詞搜索:html5 css3
          主站蜘蛛池模板: 2021国产精品露脸在线| 免费超爽大片黄| 两个人看的www高清免费观看 | 亚洲精品亚洲人成在线播放| 日韩在线小视频| 午夜网站在线观看| 91精品国产91久久久久久青草 | 国产国产在线播放你懂的| 三男三女换着曰| 污污的视频在线免费观看| 国产成人精品免费久久久久| 中文人妻无码一区二区三区| 波多野结衣69| 国产AV国片精品一区二区| a在线观看网站| 最近中文字幕大全高清视频 | 国产成人免费在线| 三级视频网站在线观看| 最近韩国电影免费高清播放在线观看 | 思思久久99热只有频精品66| 亚洲精品无码mv在线观看网站| 久久五月天综合网| 处女的第一次电影| 久久天天躁夜夜躁狠狠躁2015 | 国产特级毛片aaaaaa毛片| 主人啊灬啊别停灬用力啊视频| 欧美大香线蕉线伊人久久| 国产一级特黄a大片免费| 99免费在线观看视频| 日韩成人免费aa在线看| 免费在线观看一区| 黄色片在线播放| 在公交车里要了几次| 久久人爽人人爽人人片av| 狠狠色综合网久久久久久| 国产一级特黄aa级特黄裸毛片| 免费在线观看h| 国产麻豆精品原创| 久久97久久97精品免视看| 最近最新最好的2018中文字幕 | 伊人久久国产精品|