我的CSS初始化,reset.css
* {
margin:;
padding:;
text-decoration: none;
-webkit-overflow-scrolling: touch !important;
/*iOS惯性滚动*/
outline: none;
-webkit-font-smoothing: antialiased;
/*字体细长*/
-moz-osx-font-smoothing: grayscale;
} body {
position: relative;
margin: 0 auto;
width: 100%;
height: 100%;
min-width: 900px;
overflow-x: hidden;
font-family: "微软雅黑";
-webkit-touch-callout: none;
/*禁用长按页面时的弹出菜单*/
-webkit-tap-highlight-color: white;
box-sizing: border-box;
} li {
list-style: none;
} ul,
ol {
list-style-type: none;
} select,
input,
img,
select {
vertical-align: middle;
} img {
border: none;
display: inline-block
} i {
font-style: normal
} a {
text-decoration: none;
-webkit-appearance: none;
} *:focus {
outline: none;
} input,
textarea,
button {
resize: none;
-webkit-appearance: none;
outline: none;
} input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} strong {
font-weight: bold;
} h3,
h4 {
font-weight: normal
} input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #cecece;
} input:-moz-placeholder,
textarea:-moz-placeholder {
color: #cecece;
} input[type="button"],
input[type="submit"],
input[type="file"],
button {
cursor: pointer;
-webkit-appearance: none;
} table {
border-collapse: collapse;
border-spacing:;
} .hover-hand {
cursor: pointer;
/*悬浮显示手*/
} /*禁止选中copy*/ .dont-select {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
} /*float*/ .left {
float: left;
} .right {
float: right;
} .clearfloat:after {
content: "";
display: block;
height:;
clear: both;
zoom:;
visibility: hidden;
} .clearfloat {
zoom:;
clear: both;
} .clear {
clear: both;
zoom:;
} .hide {
display: none !important;
} .show {
display: block;
} /*font-size*/ .font12 {
font-size: 12px;
} .font13 {
font-size: 13px;
} .font14 {
font-size: 14px;
} .font15 {
font-size: 15px;
} .font16 {
font-size: 16px;
} .font18 {
font-size: 18px;
} .font19 {
font-size: 19px;
} .font20 {
font-size: 20px;
} .font22 {
font-size: 22px;
} .font24 {
font-size: 24px;
} .font26 {
font-size: 26px;
} .font28 {
font-size: 28px;
} .font30 {
font-size: 30px;
} .font32 {
font-size: 32px;
} .font36 {
font-size: 36px;
} .font48 {
font-size: 48px;
} .font60 {
font-size: 60px;
} .color-white {
color: white;
} .color-red {
color: red;
} .color-green {
color: green;
} .color-black {
color: black;
} .cl1685d3 {
color: #1685D3;
} .bg1685D3 {
background: #1685D3;
} .color-blue {
color: blue;
} .color-yellow {
color: yellow;
} .color-pink {
color: pink;
} .bg-yellow {
background: yellow;
} .bg-red {
background: red;
} .border-blue {
border: 1px solid blue;
} .border-black {
border: 1px solid black;
} .border-white {
border: 1px solid white;
} .tc {
text-align: center;
} .tl {
text-align: left;
} .tr {
text-align: right;
} /*一行多行显示省略号*/ .one-line {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
/*clip 修剪文本。*/
} .more-line {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp:;
} /*flex*/ .flex {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
flex-flow: row nowrap;
justify-content: flex-start;
/*flex-start | flex-end | center | space-between | space-around;*/
align-items: flex-start;
/*flex-start | flex-end | center | baseline | stretch;*/
align-content: flex-start;
/*flex-start | flex-end | center | space-between | space-around | stretch;*/
align-self: auto;
} /*移动端1px*/ .onepx-border:before {
content: '';
position: absolute;
top: 0px;
left: 0px;
width: 200%;
height: 200%;
border: 1px solid blue;
transform-origin: 0 0;
transform: scale(0.5, 0.5);
box-sizing: border-box;
border-radius: 10px;
} /*滚动条样式*/ ::-webkit-scrollbar {
width: 6px;
height: 6px
} ::-webkit-scrollbar-track-piece {
background: #eee;
} ::-webkit-scrollbar-thumb:vertical {
background: #666;
}
我的CSS初始化,reset.css的更多相关文章
- Normalize.css 与 reset.css
Normalize.css 与 reset.css都是初始化页面样式 不同点在于 reset.css更加粗暴,直接把所有的样式全部初始化了: Normalize.css还剩点良心,还保留了一些浏览器默 ...
- 移动端(视口(meta),像素比,二倍图(图片,背景图,精灵图),css初始化(normalize.css),特殊样式,常见屏幕尺寸)
1. 视口:(布局视口(layout viewport),视觉视口(visual viewport),理想视口(ideal viewport)) meta 视口标签 <meta name = ...
- CSS Tools: Reset CSS
样式初始化 /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ ...
- CSS重置 reset.css
1. [文件] reset.css ~/*------------------------------------------* site:ifnoif.net* Style author:ifnoi ...
- CSS初始化-KISSY CSS Reset 1.0
代码 /* KISSY CSS Reset 理念:1. reset 的目的不是清除浏览器的默认样式,这仅是部分工作.清除和重置是紧密不可分的. 2. reset 的目的不是让默认样式在所有浏览器下一致 ...
- [转载]CSS Tools: Reset CSS
http://meyerweb.com/eric/tools/css/reset/ The goal of a reset stylesheet is to reduce browser incons ...
- Web前端浏览器默认样式重置(CSS Tools: Reset CSS)
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, ...
- css初始化minireset.css
一个很小的现代CSS重置,涵盖了基本内容: 重置字体大小:这样使用语义标记不会影响样式 重置块边距:所以只有在需要时才应用间距 重置表格:这样表格数据只占用它所需的空间 保留了行内间距:因此,按钮和输 ...
- Normalize.css与Reset CSS:定义浏览器统一的默认样式
今天在chrome上测试我的网页,发现一个<p>段落多出了一些margin,而我自己没有设定.打开f12调试,发现在一个“user agent style”栏下定义了这个margin,去g ...
- css重置reset.css
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, b ...
随机推荐
- SDRAM学习(二)之初始化
目录 1.SDRAM初始化的内容(结合英文数据手册) 2.SDRAM初始化的时序 3.代码的编写 4.modesim的仿真 SDRAM初始化的内容 SDRAMs must be powered up ...
- [oldboy-django][5python基础][高级特性]generator生成器
# 生成器基础 - 定义 在循环的时候不断推算下一个元素的值,而不是一下子创建空间存储所有元素,这样节省空间. 并且在适当的条件结束循环,这种一边循环一边计算的机制,称为generator生成器 - ...
- 如何利用c++编写不能被继承、但可以在类外定义对象的类
#include <iostream> #include<string> #include<map> #include<vector> #include ...
- HDU 2440、HDU 3694多边形费马点
1.http://acm.hdu.edu.cn/showproblem.php?pid=2440 按照题意知道是一个简单的多边形即凸包,但给出的点并没有按照顺序的,所以需要自己先求出凸包,然后在用 ...
- selenium webdriver——控制浏览器
from selenium import webdriver import time def controlBrowser(): #启动浏览器 driver = webdriver.Firefox() ...
- 洛谷 [P3388] 割点模版
tarjan 求无向图的割点 割点,即割去此点后原图可变为两个或多个独立的联通块 一个点 x 是割点,当且仅当存在一个x 的子节点 y ,使得 low[y] >= dfn[x] 对于根节点来说, ...
- spring rest 请求怎样添加Basic Auth请求頭
请自行揣摩代码 package com.hudai.platform.manager.util; import java.net.URI; import java.net.URISyntaxExcep ...
- hihocoder #1407 : 后缀数组二·重复旋律2
#1407 : 后缀数组二·重复旋律2 Time Limit:5000ms Case Time Limit:1000ms Memory Limit:256MB 描述 小Hi平时的一大兴趣爱好就是演奏钢 ...
- POJ1692 Crossed Matchings
Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 2738 Accepted: 1777 Description The ...
- 【HDOJ5520】Number Link(费用流)
题意:NxM的格子有些上面有数字,现在要把奇数跟偶数配对连起来,其他的格子连成一个个回路, 单独的相邻两个格子相连也算是一个回路按两条边算,连线不能相交, 给出相邻两个格子相连的费用,求最小的总费用, ...