主頁 > 知識庫 > html5實現(xiàn)的便簽特效(實戰(zhàn)分享)

html5實現(xiàn)的便簽特效(實戰(zhàn)分享)

熱門標簽:怎么做百度地圖標注 四川移動電銷外呼客戶管理系統(tǒng) 智能芯電話機器人 400開頭的電話好申請不 臨海地圖標注app 咸陽穩(wěn)定外呼系統(tǒng)軟件 小朱地圖標注 百度地圖標注為什么總是封號 地圖標注柱狀圖

復(fù)制代碼
代碼如下:

<!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=utf-8" />
<title>便簽</title>
<style type="text/css">
*{
margin:0;
padding:0;
}
body{
font-family:arial,sans-serif;
font-size:100%;
margin:3em;
background:#666 ;
color:#fff ;
}
h2,p{
font-size:100%;
font-weight:normal;
}
ul,li{
list-style:none;
}
ul{
overflow:hidden;
padding:3em;
}
ul li a{
text-decoration:none;
color:#000 ;
background:#ffc ;
display:block;
height:10em;
width:10em;
padding:1em;
}
ul li{
margin:1em;
float:left;
}
ul li h2
{
font-size: 140%;
font-weight: bold;
padding-bottom: 10px;
}
ul li p
{
font-family: “Reenie Beanie” ,arial,sans-serif,微軟雅黑;
font-size: 110%;
}
ul li a
{
text-decoration: none;
color: #000 ;
background: #ffc ;
display: block;
height: 10em;
width: 10em;
padding: 1em; /* Firefox */
-moz-box-shadow: 5px 5px 7px rgba(33,33,33,1) ; /* Safari+Chrome */
-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7) ; /* Opera */
box-shadow: 5px 5px 7px rgba(33,33,33,.7) ;
}
ul li a{
-webkit-transform:rotate(-6deg);
-o-transform:rotate(-6deg);
-moz-transform:rotate(-6deg);
}
ul li:nth-child(even) a{
-o-transform:rotate(4deg);
-webkit-transform:rotate(4deg);
-moz-transform:rotate(4deg);
position:relative;
top:5px;
}
ul li:nth-child(3n) a{
-o-transform:rotate(-3deg);
-webkit-transform:rotate(-3deg);
-moz-transform:rotate(-3deg);
position:relative;
top:-5px;
}
ul li:nth-child(5n) a{
-o-transform:rotate(5deg);
-webkit-transform:rotate(5deg);
-moz-transform:rotate(5deg);
position:relative;
top:-10px;
}
ul li a:hover,ul li a:focus{
-moz-box-shadow:10px 10px 7px rgba(0,0,0,.7) ;
-webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7) ;
box-shadow:10px 10px 7px rgba(0,0,0,.7) ;
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-o-transform: scale(1.25);
position:relative;
z-index:5;
}
ul li:nth-child(even) a{
-o-transform:rotate(4deg);
-webkit-transform:rotate(4deg);
-moz-transform:rotate(4deg);
position:relative;
top:5px;
background:#cfc ;
}
ul li:nth-child(3n) a{
-o-transform:rotate(-3deg);
-webkit-transform:rotate(-3deg);
-moz-transform:rotate(-3deg);
position:relative;
top:-5px;
background:#ccf ;
}
</style>
<link href=”http://fonts.googleapis.com/css?family=Reenie+Beanie:regular” rel=”stylesheet” type=”text/css”>
</head>
<body>
<ul>
<li><a href=”#”>
<h2>Dudu:</h2>
<p>最近咋沒有美女發(fā)帖呢?我一定給個頭條推薦,recommend!recommend!</p>
</a></li>
<li><a href=”#”>
<h2>湯姆大叔:</h2>
<p>Team的一個成員去了Microsoft做SDE3,又得hire new member了</p>
</a></li>
<li><a href=”#”>
<h2>技術(shù)弟弟:</h2>
<p>O2DS和我翻譯的書是一樣,我一定要比他翻得快, 晚上加班翻,fast! fast! fast!</p>
</a></li>
<li><a href=”#”>
<h2>Artech:</h2>
<p>WCF的帖子真是少,看來我得多發(fā)點帖子讓大家學(xué)習(xí)呢</p>
</a></li>
<li><a href=”#”>
<h2>吉日嘎拉:</h2>
<p>將權(quán)限管理、工作流管理做到我能力的極致,一個人只能做好那么很少的幾件事情</p>
</a></li>
<li><a href=”#”>
<h2>某武林高手:</h2>
<p>低于25000塊的面試再也不去了,它grandma的</p>
</a></li>
</ul>
</body>
</html>

標簽:公主嶺 平頂山 黃石 陜西 山南 南平 黃石

巨人網(wǎng)絡(luò)通訊聲明:本文標題《html5實現(xiàn)的便簽特效(實戰(zhàn)分享)》,本文關(guān)鍵詞  html5,實現(xiàn),的,便簽,特效,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《html5實現(xiàn)的便簽特效(實戰(zhàn)分享)》相關(guān)的同類信息!
  • 本頁收集關(guān)于html5實現(xiàn)的便簽特效(實戰(zhàn)分享)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章