国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > CSS > 正文

CSS網頁設計實例:純CSS制作的網頁的loading

2024-07-11 08:22:48
字體:
來源:轉載
供稿:網友
網頁制作文章簡介:CSS3 Loading(css3,HTML5test)

純CSS制作的網頁的loading。

<!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>CSS3 Loading .com(css3,HTML5test)</title>
 
<style>
 
#bowlG{
 
position:relative;
 
width:128px;
 
height:128px;
 
}
 
#bowl_ringG{
 
position:absolute;
 
width:128px;
 
height:128px;
 
border:11px solid #000000;
 
-moz-border-radius:128px;
 
-webkit-border-radius:128px;
 
border-radius:128px;
 
}
 
.ball_holderG{
 
position:absolute;
 
width:34px;
 
height:128px;
 
left:47px;
 
top:0px;
 
-webkit-animation-name:ball_moveG;
 
-webkit-animation-duration:2s;
 
-webkit-animation-iteration-count:infinite;
 
-webkit-animation-timing-function:linear;
 
-moz-animation-name:ball_moveG;
 
-moz-animation-duration:2s;
 
-moz-animation-iteration-count:infinite;
 
-moz-animation-timing-function:linear;
 
-o-animation-name:ball_moveG;
 
-o-animation-duration:2s;
 
-o-animation-iteration-count:infinite;
 
-o-animation-timing-function:linear;
 
-ms-animation-name:ball_moveG;
 
-ms-animation-duration:2s;
 
-ms-animation-iteration-count:infinite;
 
-ms-animation-timing-function:linear;
 
}
 
.ballG{
 
position:absolute;
 
left:0px;
 
top:-30px;
 
width:51px;
 
height:51px;
 
background:#FFFFFF;
 
-moz-border-radius:43px;
 
-webkit-border-radius:43px;
 
border-radius:43px;
 
}
 
@-webkit-keyframes ball_moveG{
 
0%{
 
-webkit-transform:rotate(0deg)}
 
100%{
 
-webkit-transform:rotate(360deg)}
 
}
 
@-moz-keyframes ball_moveG{
 
0%{
 
-moz-transform:rotate(0deg)}
 
100%{
 
-moz-transform:rotate(360deg)}
 
}
 
@-o-keyframes ball_moveG{
 
0%{
 
-o-transform:rotate(0deg)}
 
100%{
 
-o-transform:rotate(360deg)}
 
}
 
@-ms-keyframes ball_moveG{
 
0%{
 
-ms-transform:rotate(0deg)}
 
100%{
 
-ms-transform:rotate(360deg)}
 
}
 
</style>
 
</head>
 
<body>
 
<div id="bowlG">
 
<div id="bowl_ringG">
 
<div class="ball_holderG">
 
<div class="ballG">
 
</div>
 
</div>
 
</div>
 
</div>
 

</body>
 
</html>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 通江县| 新竹市| 禹州市| 惠水县| 新乡市| 什邡市| 长汀县| 乌兰浩特市| 原阳县| 望城县| 武川县| 高邮市| 台中县| 洪雅县| 刚察县| 澄江县| 永年县| 抚宁县| 阿克苏市| 阳新县| 垫江县| 滦南县| 东光县| 永修县| 淅川县| 祁连县| 唐山市| 札达县| 乡城县| 石泉县| 富源县| 台山市| 讷河市| 苍梧县| 长阳| 洪泽县| 普洱| 英超| 凤冈县| 顺平县| 乐安县|