-
Notifications
You must be signed in to change notification settings - Fork 0
/
dpi.css
127 lines (126 loc) · 2.47 KB
/
dpi.css
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
/**适应分辨率**/
@media screen and (max-width:1010px) {
.yiyan {
bottom: 100px;
}
}
@media screen and (max-width:830px) {
button#search-btn {
width: 10% !important;
}
#search {
width: 95% !important;
}
#search-box .s-key {
width: 90% !important;
}
div#box {
width: 100% !important;
}
.space-tips {
width: 100% !important;
margin: 0px 10px 0px -10px !important;
}
}
@media screen and (max-width:745px) {
div.Search>div[data-v-0b1f3c5b] {
width: 95%
}
div.Search>div>div[data-v-0b1f3c5b] {
width:85%
}
div.Search>div>button[data-v-0b1f3c5b] {
width: 70px
}
}
@media screen and (max-width:504px) {
.CommonSite>nav>a {
width: 25%;
}
.CommonSite>nav>div.add {
width: 25%;
}
}
@media screen and (max-width:400px) {
div.Search>div>div[data-v-0b1f3c5b] {
width: 80%
}
}
@media screen and (max-width:360px) {
div.Search>div>div[data-v-0b1f3c5b] {
width: 75%
}
div.Search>div[data-v-0b1f3c5b] {
margin-left: 5%;
margin-right: 5%;
}
div#settingpage {
width: 85%;
}
div#yijian {
width: 85%;
}
}
@media screen and (max-width:280px) {
div.Search>div>button[data-v-0b1f3c5b] {
width: 55px
}
}
/*高*/
@media screen and (max-height:690px) {
/*.CommonSite {
margin:20% auto 这里好像有点问题暂时注释掉
}*/
.di {
font-size: 0
}
}
/* WebKit browsers*/
input::-webkit-input-placeholder {
color: rgb(211, 211, 211);
font-size: 16px;
}
/* Mozilla Firefox 4 to 18*/
input:-moz-placeholder {
color: rgb(211, 211, 211);
opacity: 1;
font-size: 16px;
}
/* Mozilla Firefox 19+*/
input::-moz-placeholder {
color: rgb(211, 211, 211);
opacity: 1;
font-size: 16px;
}
/* Internet Explorer 10+*/
input:-ms-input-placeholder {
color: rgb(211, 211, 211);
font-size: 16px;
}
/**防选中**/
html, body,footer,table,iframe,div,li,ul,button,a,i,em,b,img,h1,h2,h3,dd {
margin: 0;
padding: 0;
border: 0;
-moz-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
-khtml-user-select:none;
user-select:none;
-webkit-touch-callout: none;
}
/*字体*/
@font-face {
font-family:iconfont;
src:url("https://smartdl.lenovo.com.cn/frontend/browser/hao.edge/image/0688e34df60.woff")
}
.iconfont {
font-family: iconfont!important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.iconfont {
font-family:iconfont!important;
}