-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin-data.css
97 lines (79 loc) · 1.43 KB
/
admin-data.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
89
90
91
92
93
94
95
96
97
body {
font-family: 'Itim', cursive;
background: #ffffff;
}
input,
button {
border: none;
outline: none;
background: none;
font-family: 'Itim', cursive;
}
.tip {
font-size: 20px;
margin: 40px auto 50px;
text-align: center;
}
#cont {
border-radius: 20px;
overflow: hidden;
position: relative;
width: 900px;
height: 550px;
margin-left: 8rem;
margin-top: 5rem;
margin-right: 15rem;
background: rgb(255, 255, 255);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.form {
position: relative;
width: 640px;
height: 100%;
padding: 50px 30px 0;
margin-left: 7rem;
}
button {
display: block;
margin: 0 auto;
width: 260px;
height: 36px;
border-radius: 30px;
color: rgb(0, 0, 0);
font-size: 15px;
cursor: pointer;
}
h2 {
width: 100%;
font-size: 26px;
text-align: center;
}
label {
display: block;
width: 260px;
margin: 25px auto 0;
text-align: center;
}
label span {
font-size: 12px;
color: #000000;
text-transform: uppercase;
}
input {
display: block;
width: 100%;
margin-top: 5px;
padding-bottom: 5px;
font-size: 16px;
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
text-align: center;
}
.submit {
margin-top: 40px;
margin-bottom: 20px;
background: #ff008c;
text-transform: uppercase;
}