login.wxss
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
/* pages/login/login.wxss */
page {
width: 100%;
height: 100%;
overflow-y: hidden;
}
.page {
width: 100%;
height: 100%;
}
image {
width: 100%;
height: 100%;
}
.shengwuimg {
width: 421rpx;
height: 134rpx;
font-size: 0;
margin: 116rpx auto 0;
}
.baibeijing {
width: 634rpx;
height: 847rpx;
background: rgba(253, 253, 254, 1);
box-shadow: 0rpx 7rpx 8rpx 0rpx rgba(25, 103, 175, 0.08);
border-radius: 28rpx;
position: absolute;
top: 167rpx;
left: 61rpx;
}
.shuruhao {
width: 479rpx;
height: 78rpx;
background: rgba(241, 241, 241, 1);
border: 1px solid rgba(228, 228, 228, 1);
border-radius: 39rpx;
margin: 111rpx auto 0;
padding: 0 37rpx;
box-sizing: border-box;
color: #bbb;
font-size: 28rpx;
}
.shuruhao input {
width: 100%;
height: 70rpx;
background: rgba(241, 241, 241, 1);
border: none;
outline: none;
border-radius: 39rpx;
color: #bbb;
font-size: 28rpx;
}
.enterzhang {
color: #bbb;
font-size: 28rpx;
}
.shumima {
margin-top: 28rpx;
}
.dengluniu {
width: 290rpx;
height: 85rpx;
background: #30a8ff;
border-radius: 28rpx;
text-align: center;
line-height: 85rpx;
margin: 123rpx auto 0;
color: #fff;
}
.loginwrap {
width: 354rpx;
height: 374rpx;
font-size: 0;
margin: 358rpx auto 0;
position: relative;
}
.loginsuccess {
color: #2c2c2c;
font-size: 28rpx;
position: absolute;
top: 197rpx;
left: 126rpx;
}
.zhanghaoregister {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 5;
}
.zhanghaowrap{
width:344rpx;
height:74rpx;
border-radius: 28rpx;
background: #fff;
display:flex;
align-items: center;
justify-content: center;
position: absolute;
top:60rpx;
left:203rpx;
}