com.css
782 字节
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
62
/*//取消苹果手机的闪烁*/
* {
-webkit-tap-highlight-color: transparent !important;
}
@font-face {
font-family: 'PingFangSC-Regular';
src: url("../fonts/PingFangRegular.ttf");
}
body {
margin: 0;
/*padding:0 0 1rem 0;*/
}
input {
border: none;
outline: none;
background: none;
line-height: 100%;
}
textarea {
outline: none;
}
textarea:hover {
outline: none;
}
input:hover {
outline: none;
}
select {
outline: none;
border: none;
background: none;
}
select option{
color:#999;
}
select:hover{
outline:none;
}
input {
outline: none;
border: none;
background: none;
font-size: 14px;
}
input:focus {
outline: none;
}
input::placeholder {
color: #1a1a1a;
font-size: 14px;
}