-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.css
88 lines (71 loc) · 948 Bytes
/
index.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
body {
padding-top: 50px;
}
label {
cursor: pointer;
}
blockquote {
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.filter_block {
display: none;
}
.row {
margin: 5px -5px 5px -5px;
}
.row div {
padding-left: 5px;
padding-right: 5px;
}
.row-block {
margin-top: 20px;
margin-bottom: 30px;
}
#pushimport,
#pushurl,
#pushroll {
width: 100%;
}
#pushcontent {
min-width: 100%;
max-width: 100%;
min-height: 112px;
}
#text_filter_labar {
min-width: 100%;
max-width: 100%;
min-height: 72px;
}
.sum_title {
cursor: pointer;
}
.sum_list {
display: none;
}
#sum_origin_list > div {
font-weight: bold;
}
#pushCount,
#idCount {
font-weight: bold;
}
#pushinfo {
display: none;
line-height: 34px;
border-radius: 4px;
padding: 0px 10px;
}
#data-result {
display: none;
}
#result div {
font-weight: bold;
}
#footer {
color: #CCCCCC;
padding-top: 9px;
margin: 20px 0 40px;
border-top: 1px solid #EEE;
}