-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmobile.css
102 lines (102 loc) · 1.64 KB
/
mobile.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
@media only screen and (max-width: 640px) {
#main {
flex-flow: column;
}
#h1 {
padding-top: auto;
padding-bottom: 0;
margin-top: auto;
margin-bottom: auto;
}
#searchBox {
box-sizing: border-box;
margin: 0 auto;
height: 3.2rem;
line-height: 4rem;
width: 100%;
font-size: 1.6rem;
}
#search {
margin-top: auto;
flex-basis: 100%;
}
#search > div {
position: static;
padding: auto;
height: auto;
width: 100%;
margin-top: auto;
margin-bottom: auto;
}
#searchItem {
width: 100%;
justify-content: space-between;
}
#searchItem li {
margin: 0 auto;
width: 2.5rem;
height: 2.5rem;
border-radius: 1.5rem;
overflow: hidden;
box-shadow: 0 2px 2px 1px #111111;
cursor: pointer;
}
#searchItem li img {
width: 100%;
}
#search p {
display: none;
text-align: center;
margin-top: -400rem;
width: 100%;
}
#weather {
display: none;
margin-top: auto;
margin-bottom: auto;
}
#srcText {
display: none;
}
#dstText {
display: none;
}
#ClickEN {
display: none;
}
#ClickZH {
display: none;
}
#searchItem {
display: flex;
flex-flow: row wrap;
margin: 1rem auto 0 auto;
}
#content {
margin-top: 1rem;
}
.item {
margin: 0 auto;
}
.recommend img {
margin: .5rem 0;
width: 4.6rem;
height: 4.6rem;
}
.wrap ul {
margin: 1rem 0;
list-style-type: none;
text-align: left;
color: #6f6f6f;
}
#content p {
text-align: center;
width: 100%;
}
#showtime {
display: none;
}
.tc canvas {
display: none;
}
}