ui.css
1.44 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
ul,li,section,div {padding: 0;margin: 0}
li {
list-style: none;
}
h1 {
margin-top : 60px;
text-align: center;
font-family: monospace;
font-weight: 100;
}
/* main */
header {
margin: 30px;
overflow: auto;
}
header > div {
float : left;
margin-right: 20px;
}
section.content {
margin: 30px;
}
/* login */
.formWrap {
width: 350px;
overflow: auto;
margin: 30px auto;
}
form span {
display: inline-block;
width : 80px;
}
.email {
margin-bottom: 4px;
}
.inputWrap, .sendbtn {
float: left;
}
.sendbtn {
float: left;
margin-left: 20px;
width: 80px;
height: 40px;
background-color: slategray;
color:#fff;
height: 64px;
}
.btn-small {
}
input {
width: 150px;
height: 24px;
}
.result {
text-align: center;
color: #c33;
}
.signup {
margin-top: 6px;
font-size: 1.6rem;
text-align: center;
}
.showWrap {
width: 2000px;
margin: 60px auto;
overflow-y: auto;
}
.showWrap > ul {
overflow: auto;
width: 1928px;
margin: 0px auto;
background-color: #f3f2f2;
}
.showWrap > ul > li {
padding: 60px;
width: 200px;
float: left;
border-right: 1px solid #e6dada;
height: 500px;
}
.showWrap form > div {
margin-bottom: 12px;
}
.showWrap button {
width: 120px;
height: 30px;
margin-top: 20px;
}
.showResult {
margin-top: 30px;
}
.showResult li {
margin-bottom: 16px;
}