html5+css3实现正在加载中代码

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="apple-touch-fullscreen" content="YES" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="format-detection" content="telephone=no"/>
</head>
<body>
<div style="font-size: 1.3em;margin: 10px auto;width: 200px;display: block;">
正在加载视频中...
</div>
</body>
</html>

在线浏览效果

posted on 2015-07-27 14:48  学到老web开发  阅读(8005)  评论(0编辑  收藏  举报

导航