-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
118 lines (111 loc) · 2.15 KB
/
style.css
File metadata and controls
118 lines (111 loc) · 2.15 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
117
118
body {
font-size: 16px;
background: #f9f9f9;
font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
h2 {
text-align: center;
text-decoration: underline;
}
form {
width: 300px;
background: #fff;
padding: 15px 40px 40px;
border: 1px solid #ccc;
margin: 50px auto 0;
border-radius: 5px;
}
label {
display: block;
margin-bottom: 5px
}
label i {
color: #999;
font-size: 80%;
}
input, select {
border: 1px solid #ccc;
padding: 10px;
display: block;
width: 100%;
box-sizing: border-box;
border-radius: 2px;
}
.row {
padding-bottom: 10px;
}
.form-inline {
border: 1px solid #ccc;
padding: 8px 10px 4px;
border-radius: 2px;
}
.form-inline label, .form-inline input {
display: inline-block;
width: auto;
padding-right: 15px;
}
.error {
color: red;
font-size: 90%;
}
input[type="submit"] {
font-size: 110%;
font-weight: 100;
background: #006dcc;
border-color: #016BC1;
box-shadow: 0 3px 0 #0165b6;
color: #fff;
margin-top: 10px;
cursor: pointer;
}
input[type="submit"]:hover {
background: #0165b6;
}
/** {
margin: 0;
padding: 0;
box-sizing: border-box
}*/
body {
background: #EEE
}
/*.container {
width: 400px;
height: 470px;
padding-top: 50px;
}*/
.container .title {
display: block;
font-size: 20px;
font-family: sans-serif;
height: 30px;
padding-bottom: 80px;
}
/*.container>div input[type='password'],
input[type='text'] {
width: 65%;
height: 45px;*/
/*background: #7ccdff;*/
margin: 10px auto 0;
padding: 5px 40px 5px 10px;
display: block;
font-size: 22px;
font-family: sans-serif;
border: 1px solid #2FB57D;
outline: nfirst;
border-radius: 3px;
color: #fff
}
.container>div .group2 {
display: block;
text-align: right;
padding-right: 180px;
font: 22px sans-serif;
position: relative;
}
.container>div .group2>i {
position: absolute;
right:530px;
bottom: 260px;
cursor: pointer
}