-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchoose.css
More file actions
84 lines (75 loc) · 1.29 KB
/
choose.css
File metadata and controls
84 lines (75 loc) · 1.29 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
.login_bg{
width:600px;
margin:0 auto;
text-align: center;
opacity: 0.9;
padding-bottom:0.1rem;
position:relative;
}
@media screen and (max-width:600px){
.login_bg {
width: 100%;
min-height: 100%;
text-align: center;
opacity: 0.9;
position:relative;
}
}
#logo{
margin: 9% auto;
width: 30.25%;
}
img{
width: 100%;
}
.login_btn{
width: 100%;
display: block;
padding:3% 0 ;
background: #ffffff;
border: 0;
font-size: 1em;
font-family: "Microsoft YaHei";
color:#374782;
box-shadow: #8f9bad 0px 0px 20px;
text-align: center;
}
.other_login{
width: 80%;
height: 30px;
margin:0 auto;
display:block;
}
.other_login .other,.other_login span{
display: inline-block;
vertical-align: middle;
}
.other_login .other{
width: 28%;
height: 8px;
border-bottom:1px solid #2f2c59;
}
.other_login span{
width:40%;
}
.other_choose{
width: 74%;
margin: 30px 13%;
}
.login_bg .other_choose a{
display: block;
float: left;
border: 2px solid #505887;
border-radius: 50%;
position: absolute;
}
.other_choose a:nth-child(2) {
left:42%;
}
.other_choose a:nth-child(3) {
left:80%;
}
.other_choose a img{
width: 60%;
padding: 14% 0;
}