webapp.pc
Version:
基于Vue的框架Webapp框架核心,控制应用架构
153 lines (134 loc) • 1.67 kB
CSS
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
margin: 0;
padding: 0
}
body {
/* font-family: "Helvetica Neue","microsoft yahei", system, Helvetica, STHeiTi, sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif,system;
line-height: 1.5;
color: #000;
background-color: #f8f8f8;
-webkit-user-select: none;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
outline: 0;
font-size: 14px ;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: 400
}
table {
border-collapse: collapse;
border-spacing: 0
}
caption,
th {
text-align: left
}
fieldset,
img {
border: 0
}
li {
list-style: none
}
ins {
text-decoration: none
}
del {
text-decoration: line-through
}
input,
button,
textarea,
select,
optgroup,
option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
outline: 0
}
button {
-webkit-appearance: none;
border: 0;
background: 0 0
}
a {
-webkit-touch-callout: none;
text-decoration: none
}
:focus {
outline: 0;
-webkit-tap-highlight-color: transparent
}
em,
i {
font-style: normal
}
.h1{
font-size:18px ;/*px*/
color: #333333;
}
.h2{
font-size:17px ;/*px*/
color: #333333;
}
.h3{
font-size:16px ;/*px*/
color: #333333;
}
.h4{
font-size:15px ;/*px*/
color: #333333;
}
body{
width: 100%;
}