分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 技术分享

css常用样式设置

发布时间:2023-09-06 01:31责任编辑:赖小花关键词:暂无标签

设置用户不能选择文字:

body,.noselect { ???-webkit-touch-callout: none; ???/* iOS Safari */ ???-webkit-user-select: none; ???/* Chrome/Safari/Opera */ ???-khtml-user-select: none; ???/* Konqueror */ ???-moz-user-select: none; ???/* Firefox */ ???-ms-user-select: none; ???/* Internet Explorer/Edge */ ???user-select: none; ???/* Non-prefixed version, currently ???not supported by any browser */}

图片初始化:

img { ???max-width: 100%; ???max-height: 100%; ???display: block; ???margin: 0 auto;}

设置隐藏:

.hidden { ???display: none;}

 浏览器初始化:

// 盒模型body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { ???margin: 0; ???padding: 0;}// 表格table { ???border-collapse: collapse; ???border-spacing: 0;}// 列表li { ???list-style: none;}// 标题h1,h2,h3,h4,h5,h6 { ???font-size: 100%; ???font-weight: normal;}// 表单input,button,textarea,select,optgroup,option { ???font-family: inherit; ???font-size: inherit; ???font-style: inherit; ???font-weight: inherit;}input,button,textarea,select { ???*font-size: 100%;}select,input,select { ???vertical-align: middle;}// 链接a { ???text-decoration: none;}

css常用样式设置

原文地址:http://www.cnblogs.com/maoriaty/p/8072262.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved