手机
当前位置:查字典教程网 >网页设计 > Div+Css教程 >用css写个android机器人代码分享
用css写个android机器人代码分享
摘要:.android{position:absolute;left:500px;top:200px;}/*head*/.head{width:3...

<span></span><pre code_snippet_id="75788" snippet_file_name="blog_20131121_2_1289480" name="code"><pre code_snippet_id="75788" snippet_file_name="blog_20131121_2_1289480" name="code"><!DOCTYPE>

<html>

<head></head>

<style type="text/css">

.android{

position: absolute;

left: 500px;

top: 200px;

}

/* head */

.head{

width: 336px;

height: 155px;

background: #a5c63b;

border-radius: 200px 200px 0 0;

position: absolute;

top: -170px;

}

.head:before, .head:after{

background: #a5c63b;

content: '';

width: 10px;

height: 53px;

position: absolute;

top: -30px;

border-radius: 20px 20px 0 0;

}

.head:before{

-webkit-transform: translate(255px, 0px) rotate(30deg);

-moz-transform:translate(255px, 0px) rotate(30deg);

-o-transform:translate(255px, 0px) rotate(30deg);

}

.head:after{

-webkit-transform: translate(63px, 0px) rotate(-30deg);

-moz-transform: translate(63px, 0px) rotate(-30deg);

-o-transform: translate(63px, 0px) rotate(-30deg);

}

/* eyes */

.eyes:before, .eyes:after{

background: #fff;

content: '';

width: 27px;

height: 27px;

top: 68px;

position: absolute;

border-radius: 20px;

}

.eyes:before{

left: 78px;

}

.eyes:after{

right: 78px;

}

/* body */

.body{

width: 336px;

height: 285px;

background: #a5c63b;

border-radius: 0px 0px 30px 30px;

position: absolute;

}

.body:before, .body:after{

background: #a5c63b;

content: '';

width: 75px;

height: 122px;

bottom: -122px;

position: absolute;

border-radius: 0 0 50px 50px;

}

.body:before{

left: 68px;

}

.body:after{

right: 68px;

}

/* arms */

.arms:before, .arms:after{

background: #a5c63b;

content: '';

width: 75px;

height: 233px;

top:-8px;

position: absolute;

border-radius: 40px;

}

.arms:before{

left: -90px;

}

.arms:after{

right: -90px;

}

</style>

<body>

<div>

<div>

<div></div>

</div>

<div>

<div></div>

</div>

</div>

</body>

</html></pre>

<pre></pre>

<pre></pre>

<p></p>

<pre></pre>

<pre></pre>

<p></p>

<p>

</p>

<pre></pre>

<pre></pre>

<pre></pre>

<pre></pre>

</pre>

【用css写个android机器人代码分享】相关文章:

三种CSS图表代码

兼容好的css透明代码

css实现文字层浮在图片之上示例代码

一段巧妙的css debug代码

用css3仿造window7的开始菜单

连续循环向上滚动代码

css清除浮动方法和代码

让多个div在同一行显示的样式及html代码

通过css加载远程字体示例代码

css24个canvas基础知识小结

精品推荐
分类导航