{"id":177,"title":"html5+css3-\u8fc7\u6e21\u52a8\u753b","good":1,"bad":1,"hit":2236,"created_at":"2016-02-15 23:29:16","content":"
\u7531\u4e8e\u5728\u706b\u72d0\u4e0b\u6d4b\u8bd5\u7684\uff0c\u53ea\u8003\u8651\u4e86\u706b\u72d0\u7684\u5199\u6cd5
<\/p>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>\u8fd9\u662f\u4e00\u4e2ahtml5\u9875\u9762-\u8fc7\u6e21\u52a8\u753b<\/title>
<style type="text\/css">
div{
width:100px;
height:100px;
background-color:#039;
transition:2s;\/*\u8fc7\u6e21\u65f6\u95f42s*\/
-moz-transition:2s;\/*firefox*\/
-moz-transition-delay:1s;\/*\u54cd\u5e94\u7b49\u5f85\u65f6\u95f41s*\/
}
div:hover{
width:200px;\/*\u5bbd\u53d8\u4e3a\u539f\u6765\u7684\u4e24\u500d*\/
height:200px;
background-color:#039;
transform:rotate(360deg);
-moz-transform:rotate(360deg);\/*\u9f20\u6807\u79fb\u52a8\u5230div\u4e0a\u65cb\u8f6c360\u5ea6*\/
}
<\/style>
<\/head>
<body>
<div>\u9f20\u6807\u79fb\u52a8\u5230\u8fd9\u91cc\u7b491s\u540e\u57282s\u5185\u65cb\u8f6c360\u5ea6\uff0c\u5c3a\u5bf8\u53d8\u5927\u4e3a\u539f\u67652\u500d<\/div>
<\/body>
<\/html><\/p>"}