-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
72 lines (72 loc) · 1.23 KB
/
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
@media screen and (min-width: 750px) {
html {
font-size: 31.25px!important;
}
}
body {
min-width: 320px;
max-width: 750px;
width: 24rem;
margin: 0 auto;
overflow-x: hidden;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
div {
box-sizing: border-box;
}
span {
position: absolute;
color: gray;
font-size: 1rem;
}
input:focus{
outline:none;
}
.main {
background-color: #fefefe;
padding-top: 14.4rem;
}
.main div{
width: 18.88rem;
height: 3.5rem;
margin: 0 auto;
background-color: #f2f3f6;
border-radius: 2.4rem;
padding: .32rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.main div:nth-child(1) {
margin-bottom: .96rem;
}
.main div:nth-child(2) {
margin-bottom: .96rem;
}
.main div input {
background-color: rgba(255,255,255,0.1);
font-size: 1.4rem;
border: none;
width: 80%;
flex: 0.5;
}
.main ul {
margin: 0 auto;
margin-top: 4.32rem;
text-align: center;
}
.main .into img {
width: 5.504rem;
height: 5.376rem;
}
.tt {
height: 100px;
}