-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
116 lines (115 loc) · 2.42 KB
/
style.css
File metadata and controls
116 lines (115 loc) · 2.42 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
#maxbox{
float: left;
/* padding-left: 60px; */
width: 490px;
box-sizing: border-box;
margin: 200px 550px;
}
.type-tab{
margin-bottom: 12px;
}
.type-tab span{
font-size: 14px;
margin-right: 20px;
}
#maxbox .form .login input{
border: 1px solid #DDDDDD;
width: 414px;
height:40px;
box-sizing: border-box;
padding: 10px;
font-size: 14px;
border-radius: 4px;
margin-top: 5px;
background-color: #E8F0FE;
margin-bottom: 30px;
outline: none;
}
.remember{
font-size: 12px;
margin:10px 0;
color: #717171;
width: 410px;
display: flex;
align-items: center;
}
.remembercheck{
width:14px;
height: 14px;
background-size: 14px 14px;
margin-right: 8px;
}
.gou{
color: #bbb;
margin-left: 10px;
}
.remember a{
text-decoration: none;
color: #00a1d6;
}
.noncheck{
margin-right: 10px;
}
.btn-box{
width:414px;
height:38px;
display: flex;
align-content: center;
justify-content: space-between;
}
.btn-box .btn{
color: #555;
display: inline-block;
height: 36px;
border: 1px solid #ccc;
border-radius: 2px;
width: 184px;
line-height: 38px;
font-size: 14px;
text-align: center;
cursor: pointer;
transition: all .3s;
}
.btn-box .btn-login{
border: 1px solid #0381aa;
color: #fff;
background-color: #00a7de;
}
.btn-reg{
text-decoration: none;
}
.sns{
font-size: 12px;
padding:12px 0;
}
.sns .btn{
color: #717171;
cursor: pointer;
}
.weibo::before{
content: "";
display: inline-block;
width: 21px;
height: 21px;
background: url(./图层\ 2.png);
vertical-align: middle;
margin-right: 5px;
}
.qq::before{
content: "";
display: inline-block;
width: 21px;
height: 21px;
background: url(./图层\ 3.png);
vertical-align: middle;
margin-right: 5px;
}
.qq{
margin-left:20px;
}
.rem{
display:inline-block;
}
.check-reg{
margin-left: 40px;
}