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>
相关文章
最新发布
阅读排行
热门文章
猜你喜欢