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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
* {
margin: 0;
padding: 0;
font-family: "PingFangSC-Regular","Microsoft YaHei", "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
//-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
//tap-highlight-color: rgba(0, 0, 0, 0);
//-webkit-transform: translateZ(0);
//transform: translateZ(0);
//-webkit-perspective: 1000;
//perspective: 1000;
//-webkit-backface-visibility: hidden;
//backface-visibility: hidden;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-font-smoothing:antialiased;
//touch-action: auto!important;
}
input, select, textarea{
font-family: "PingFangSC-Regular","Microsoft YaHei", "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
html, body {
width: 100%;
height: 100%;
}
ul, li {
list-style: none;
}
a {
text-decoration: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
color:#fff;
font-family: "PingFangSC-Regular","Microsoft YaHei", "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
font-weight: normal;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #bbb;
}
.searchText::-webkit-input-placeholder{
font-family: 'iconfont';
}
h1, h2, h3, h4, h5, h6 { line-height:1.2;}
p { margin: 0;padding: 0 }
.fr{ float: right;}
.fl{ float: left }
.alignc{ text-align: center}
.alignr{ text-align: right}
input:focus{ outline: none;}
#app{
width: 100%;
height: 100%;
}