loginNew.wxss
699 Bytes
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
/* pages/login/loginNew/loginNew.wxss */
.box {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.img_box {
width: 60vw;
height: 60vw;
margin: 100px 0 30px;
}
.pic {
width: 100%;
height: 100%;
}
.box_title {
width: 100%;
text-align: center;
margin: 15px 0;
font-weight: bold;
}
.box_grey {
width: 100%;
text-align: center;
color: #999;
}
.fied_box {
position: fixed;
bottom: 40px;
width: 100%;
padding: 0 30px;
box-sizing: border-box;
}
.small_font {
display: flex;
justify-content: center;
font-size: 12px;
margin: 10px 0 0;
}
.blue_font {
color: #3578F9;
text-decoration:underline;
}