-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscroll_style.css
72 lines (58 loc) · 1001 Bytes
/
scroll_style.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
.body .content .menu .category input {
width:100px;
}
.body .content .menu .category div{
position:absolute;
background:white;
width:100px;
max-height:150px;
overflow-y:auto;
}
.body .content .menu .category a{
display:block;
border-bottom:black 1px solid;
}
.body .content .menu .alphabet a{
font-size:1.3em;
margin:2px;
}
.body .content .menu .begin{
border-left:1px solid black;
}
.body .content .menu td{
padding: 3px;
}
.body .content .menu td select {
height:40px;
}
.body .content .menu td .a_z {
font-size:2em;
display:block;
width:70px;
}
.body .content .menu .td_order {
display:block;
width:100px;
}
.body .content .menu .td_order a {
display:block;
}
.body .content .scroll select {
width:200px;
font-size:1.5em;
}
.body .content .scroll {
padding:4px;
width:100%;
overflow-x:auto;
}
.nav {
text-align:center;
padding:2px;
}
.nav .more {
display:inline-block;
width:30%;
height:50px;
font-weight:800;
}