enteryanzheng.wxss
835 字节
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
.yanzhengma{
color:#1A1A1A;
font-size: 28rpx;
text-align: center;
margin-top:108rpx;
}
.content{
display: flex;
width:570rpx;
margin:0 auto;
justify-content: center;
align-items: center;
margin-top: 72rpx;
}
.iptbox{
width: 66rpx;
height: 80rpx;
border-bottom:1rpx solid #E81825;
margin-left:28rpx;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.xieyi{
color:#E81825;
font-size: 24rpx;
width:528rpx;
text-align: left;
margin:10rpx auto 0;
}
.ipt{
width: 0;
height: 0;
}
.btn-area{
width: 80%;
background-color: orange;
color:white;
}
.daojishi{
color:#999999;
font-size: 24rpx;
text-align: right;
margin-right:105rpx;
}
.unrigester{
width:528rpx;
color:#999999;
font-size: 24rpx;
text-align: center;
margin:59rpx auto 0;
}