enc-framework
Version:
enc-framework 核心组件.
139 lines (120 loc) • 1.68 kB
CSS
* {
-webkit-tap-highlight-color: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box
}
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
margin: 0;
padding: 0;
font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
font-weight: 400
}
body,
button,
input,
select,
table,
textarea {
font-size: 12px;
margin: 0;
-webkit-appearance: none
}
ul,
ol {
list-style: none;
}
fieldset,
img {
border: 0
}
b {
font-weight: 400
}
button,
input {
line-height: normal
}
table {
border-collapse: collapse;
border-spacing: 0
}
.clear,
.clearfix {
clear: both;
zoom: 1
}
.clear:after,
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
visibility: hidden;
clear: both
}
.tbl_type {
display: -webkit-box;
display: flex;
display: -ms-flexbox;
display: -webkit-flex
}
.tbl_cell {
display: block;
flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
box-flex: 1;
-ms-box-flex: 1;
-webkit-box-flex: 1;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.fl {
float: left
}
.fr {
float: right
}
.center {
text-align: center;
}
a:active,
a:hover,
a:link,
a:visited {
text-decoration: none
}
.ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}