-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
92 lines (92 loc) · 1.59 KB
/
index.css
File metadata and controls
92 lines (92 loc) · 1.59 KB
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
body{
font-family: 'Google Sans','Noto Sans SC';
color: #201b12;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
overflow-x: hidden;
}
mdui-card{
padding: 8px;
margin: 10px;
width: 240px;
min-height: 240px;
vertical-align: top;
}
@media screen and (max-width: 550px) {
mdui-card{
width: 150px;
min-height: 200px;
}
.item-icon{
font-size: 40px;
}
}
.item-icon{
font-size: 50px;
}
h1, p{
margin-top: 7px;
margin-bottom: 7px;
}
h1{
font-size: 1.75rem;
}
p{
font-size: 0.95rem;
}
.main{
margin-left: 10px;
margin-right: 10px;
}
.main > p{
padding-left: 10px;
}
.main, .tools{
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
mdui-circular-progress{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.sort-cate{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
margin-left: 15px;
margin-right: 15px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.sort-cate-item{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
/* max-width: 80%; */
min-width: 200px;
box-sizing: border-box;
margin-top: 5px;
}
.sort-cate-item > mdui-select{
display: block;
margin-left: 10px;
margin-right: 10px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
mdui-icon{
user-select: none;
}
mdui-divider{
margin-top: 10px;
margin-bottom: 10px;
}