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
| html,
| body,
| #app,input,b {
| height: 100%;
| margin: 0;
| padding: 0;
| font-style:normal;
| outline: none;
| }
| p{
| margin: 0;
| padding: 0;
| }
|
|
|
| .clearfix::after {
| content: "";
| height: 0;
| line-height: 0;
| display: block;
| clear: both;
| visibility: hidden;
| }
| .clearfix {
| zoom: 1;
| }
| input,select,button{
| -webkit-appearance:none;
| appearance:none;
| }
|
|