user_login.css
1.51 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
a {
text-decoration: none;
color: #848485;
}
fieldset {
border-style: none;
}
#btn_login, #btn_join {
font-size: 18px;
font-weight: 700;
line-height: 1em;
width: 100%;
height: 3em;
margin: 16px 0 7px;
text-align: center;
color: #fff;
border: none;
background-color: #03aac7;
}
#header {
box-sizing: border-box;
height: 30%;
padding: 46px 0 0;
text-align: center;
}
.blind {
overflow: hidden;
height: 0px;
}
.find_info {
font-size: 12px;
padding-top: 6px;
text-align: center;
color: #8e8e8e;
border-top: 1px solid #e4e4e5;
}
.input_row {
height: 29px;
margin: 0 0 8px;
padding: 5px 11px 5px 11px;
border: solid 1px #dadada;
background: #fff;
}
.int {
padding: 7px 0 6px;
width: 100%;
height: 16px;
border: none;
}
.wrapper {
width: 96%;
margin: 0 auto;
}
@media screen and (max-width: 360px){
#content {
width: 200px;
margin: 0 auto;
}
#header img {
display: inline-block;
width: 120px;
height: 48px;
}
}
@media screen and (min-width: 361px) and (max-width: 768px){
#content {
width: 330px;
margin: 0 auto;
}
#header img {
display: inline-block;
width: 150px;
height: 60px;
}
}
@media screen and (min-width: 769px){
#content {
width: 700px;
margin: 0 auto;
}
#header img {
display: inline-block;
width: 150px;
height: 60px;
}
}