shopjihuo.wxss
1.5 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
.phonenum{
width:691rpx;
border-bottom:1rpx solid #C5C3C3;
margin:55rpx auto 0;
color:#5E5D5D;
font-size: 24rpx;
margin-bottom:10rpx;
}
.codeenter{
display:flex;
align-items: center;
justify-content: space-between
}
.getcode{
width:155rpx;
height:56rpx;
border:1rpx solid rgba(0, 0, 0, 1);
opacity:0.4;
border-radius:10rpx;
text-align: center;
line-height: 56rpx;
margin:0;
font-size: 24rpx;
padding: 0;
background: transparent;
color:#333;
}
button::after{
outline:none;
border:none;
color:#333;
}
.sub{
margin-top:119rpx;
}
/* 申请成功 */
.register{
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
position:fixed;
left:0;
right:0;
z-index: 5;
}
.registerwrap{
width:545rpx;
height:465rpx;
background: #ffffff;
border-radius: 10px;
position: absolute;
z-index: 6;
/*left:0.4rem;*/
/*top: 3rem;*/
top:50%;
left:50%;
transform: translate(-50%,-50%);
}
.applaysuccess{
width:130rpx;
height:130rpx;
font-size: 0;
margin:60rpx auto 0;
}
.applaysuccess image{
width:100%;
height:100%;
}
.successword{
font-size: 36rpx;
color:#333;
text-align: center;
margin-top:20rpx;
}
.close{
color:#333;
font-size: 36rpx;
margin-top:50rpx;
border-top:1rpx solid #f5f5f5;
text-align: center;
height:100rpx;
line-height: 100rpx;
}
.surephone{
color:#333;
font-size: 30rpx;
text-align: center;
margin-top:20rpx
}