
HTML5用于构建留言和回复页面的样式。
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
以下直接提供代码示例,无需进行详细的论述:
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<meta name=author content=http://www.webkfa.com/ />
<title>web开发-webkfa.com</title>
<style type=text/css>
* {
margin: 0;
padding: 0;
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-user-select: none;
}
</style>
</head>
</html>
全部评论 (0)
还没有任何评论哟~


