login.wxss
1.1 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
page{
background: #ED9527
}
.page{
overflow: hidden;
}
.ganzhi{
width:605rpx;
height:605rpx;
font-size: 0;
margin: 0 auto ;
position: relative
}
.zhineng{
font-size: 44rpx;
position: absolute;
bottom:50rpx;
color:#fff;
text-align: center;
left:210rpx;
z-index: 99
}
.zhineng text{
margin-right:6rpx;
}
.username{
display:flex;
align-items: center;
width:600rpx;
height:80rpx;
margin:0 auto;
}
.userleft{
width:40rpx;
height:40rpx;
font-size: 0
}
.userleft image{
width:100%;
height:100%;
}
.entername{
width:530rpx;
height:72rpx;
background: #fff;
border-radius: 15rpx;
margin-left:30rpx;
color:#C5C5C5;
font-size: 35rpx;
}
.entername input{
width:530rpx;
height:72rpx;
padding: 0 30rpx;
box-sizing: border-box;
}
.name{
color:#C5C5C5;
font-size: 35rpx;
}
.pass{
margin-top:30rpx;
}
.nameuser{
margin-top:80rpx;
}
.loginimg{
width:320rpx;
height:90rpx;
margin:85rpx auto 0;
position: relative
}
.denglu{
position: absolute;
color:#fff;
font-size: 42rpx;
left:120rpx;
top:15rpx
}