login.css
1.8 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
120
121
122
.container {
/*background: url(../../images/login_bg.png) center no-repeat;*/
/*background-size: 100% 100%;*/
padding-top: 1rem;
}
.bottom_icon {
display: flex;
justify-content: center;
margin-bottom: 0.34rem;
margin-top: 0.42rem;
}
.bottom_img {
width: 0.4rem;
height: 0.3rem;
}
.bottom_text {
font-size: 0.24rem;
color: #241A17;
}
.baby_img{
width:2.32rem;
height:2.01rem;
}
.baby_img img{
width:100%;
height:100%;
}
.login_img{
display: flex;
justify-content: center;
width: 6rem;
margin: 1.58rem auto 0;
}
.img_detail {
width: 1.75rem;
height: 1.68rem;
}
.login_text{
width: 3rem;
display: flex;
flex-direction: column;
margin-left: 0.6rem;
}
.login_text p{
font-size: 0.36rem;
color: #222222;
margin-top: 0.45rem;
line-height: 1;
}
.login_text span{
font-size: 0.24rem;
color: #222222;
margin-top: 0.24rem;
line-height: 1;
}
.input_num{
width: 6.1rem;
height: 1rem;
background-color: #fff;
margin: 0 auto;
border-radius: 0.2rem;
box-shadow: 0rem 0rem 0.4rem rgba(0,0,0,0.1) inset;
display: flex;
align-items: center;
margin-bottom: 0.4rem;
/*position: relative;*/
}
.input_num .iconfont{
margin-left: 0.44rem;
color: #999999;
font-size: 0.3rem;
margin-right: 0.3rem;
}
.input_text{
border: none;
outline: none;
height: 0.5rem;
font-size: 0.32rem;
width: 4rem;
}
.get_num{
position: absolute;
font-size: 0.28rem;
color: #F4AC30;
line-height: 1rem;
right: 0.37rem;
}
.btn{
width: 6.1rem;
height: 0.88rem;
line-height: 0.88rem;
font-size: 0.36rem;
font-weight: bold;
color: #FFFFFF;
text-align: center;
background-color: #F5AD17;
margin: 0 auto;
box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.06) inset;
border-radius: 0.2rem;
}
.no_num{
font-size: 0.26rem;
color: #666666;
text-align: center;
margin-top: 0.48rem;
flex: 1;
}
.no_num span{
color: #0A5B9D;
}