logo.css
2.0 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
117
118
119
.logo-box{
position: fixed;
width: 100%;
height: 100%;
display: flex;
align-items: center;
background: #FAFAFA;
}
.img{
width: 50%;
height: 100%;
}
.img-box{
width: 100%;
height: 100%;
}
.yong-ping{
width: 50%;
height: 100%;
position: relative;
}
.box-cont{
width: 50%;
height: 60%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
/* padding: 233px 180px; */
/* background: red; */
box-sizing: border-box;
}
.title{
font-size: 30px;
color: #000000;
}
.miao{
font-size: 18px;
color: #909399;
margin-top: 16px;
}
.shouji{
margin-top: 43px;
}
.shoujivv{
font-size: 14px;
color: #606266;
}
.shouinput{
width: 100%;
height: 53px;
background: #ffffff;
border: 1px solid #e4e9ed.000012;
border-radius: 5px;
display: flex;
align-items: center;
margin-top: 16px;
padding-left: 16px;
box-sizing: border-box;
}
.iphone-img{
width: 14px;
height: 14px;
}
.iphone-imga{
width: 19px;
height: 19px;
}
.iphontiphone{
font-size: 15px;
color: #000000;
margin-left: 5px;
border: none;
outline: none;
}
.yanzheng{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.shouinputt{
width: 50%;
height: 53px;
background: #ffffff;
border: 1px solid #e4e9ed.000012;
border-radius: 5px;
display: flex;
align-items: center;
margin-top: 16px;
padding-left: 16px;
box-sizing: border-box;
}
.iphontiphonet{
width: 140px;
font-size: 15px;
color: #000000;
margin-left: 5px;
border: red;
outline: none;
}
.yan-img{
width: 95px;
height: 40px;
}
.btna{
width: 100%;
height: 53px;
background: #2f54eb;
border-radius: 11px;
box-shadow: 0px 12px 35px 0px rgba(0,29,147,0.20999999344348907);
margin-top: 43px;
text-align: center;
line-height: 53px;
font-size: 20px;
color: #FFFFFF;
}