首页 > HTML/CSS

html+css网页赞功能切图

发表于2015-07-24 09:32:10| --次阅读| 来源webkfa| 作者html,css

摘要:html+css网页赞功能切图
html代码
运行代码
<!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"/>
		<style type="text/css">
			*{
			margin:0;padding:0;
			-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
			-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
			-webkit-tap-highlight-color: rgba(210,210,210,0.35); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
			-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
			}
			body{font-family:"微软雅黑";font-size:12px;}
			.opbtn{position:absolute;top: 0;left: 0;}
			.opbtn img{float:left;}
			.opbtn span{float:left;padding:6px;padding-left:0px;color:rgba(141,141,141,1);}
			.wzhan{padding:3px;}
			.hfimg{padding: 3px;padding-right:14px;}
		</style>
	</head>
	<body>
		<div class="opbtn">
            <img src="http://image.kuwo.cn/mpage/html5/message/yzhan.png" width="20" height="20" class="wzhan"/>
			<img src="http://image.kuwo.cn/mpage/html5/message/wzhan.png" width="20" height="20" class="wzhan"/>
			<span>5987</span>
		</div>
	</body>
</html>

相关文章

猜你喜欢

学到老在线代码浏览器 关闭浏览
友情链接: hao123 360导航 搜狗网址导航 114啦网址导航 博客大全
Copyright © 1999-2014, WEBKFA.COM, All Rights Reserved  京ICP备14034497号-1