-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathLpageStyle.css
100 lines (86 loc) · 1.37 KB
/
LpageStyle.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
98
99
100
html,
body {
height: 100%;
}
body {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding-top: 40px;
padding-bottom: 40px;
background-color: #fdfdfd;
background-image: url(img/back5.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.in {
padding: 20px;
margin-bottom: 30px;
}
.logo {
text-align: center;
}
.intro {
padding-left: 20px;
color: #000000;
font-family: "Times New Roman", Times, serif;
font-size: 40px;
float: left;
}
.ti {
color: #000000;
font-family: "Times New Roman", Times, serif;
font-size: 70px;
float: left;
}
.login {
background-color: #f5f5f5;
width: 100%;
max-width: 330px;
padding: 15px;
margin: 50px;
border: 1px solid black;
border-radius: 15px;
float: left;
}
.tag {
float: left;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
position: relative;
border-color: #f5f5f5;
}
.fp {
width: 100%;
padding: 15px;
}
.login .checkbox {
font-weight: 400;
padding-top: 10px;
}
.login .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}
.login .form-control:focus {
z-index: 2;
}
.forget {
float: left;
padding-top: 10px;
padding-bottom: 5px;
padding-left: 5px;
}
.signup {
float: left;
padding: 5px;
}
.cr {
float: left;
}