1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
| input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
| input{border: 0px;outline:none;cursor: pointer;}
| ul,li{
| padding: 0;
| margin: 0;
| list-style: none;
| }
| h1,h2,h3,h4,h5{
| font-size: 0.0833rem;
| padding: 0;
| margin: 0;
| font-weight: normal;
| line-height: 1.5;
| }
| html,body{
| padding: 0;
| margin: 0;
| width:100%;
| height:100%;
| overflow:hidden;
| }
| img{
| display: block;
| }
| @media screen and (max-width: 960px){
| html{
| font-size: 96px!important;
| }
| }
| body{
| min-width: 960px;
| max-width: 1920px;
| width: 10rem;
| margin: 0 auto;
| line-height: 1.5;
| font-family: '微软雅黑';
| }
| a{
| text-decoration: none;
| }
|
|