chailvcode.wxss
1.4 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
page {
height: 100%;
}
.box {
width: 100%;
min-height: 100%;
background: url('https://binhai.w.broing.cn/image/login_bg.png') center no-repeat;
background-size: cover;
}
.contaniter {
position: absolute;
left: 0;
right: 0;
top: 50%;
bottom: 50%;
margin: auto;
width: 594rpx;
height: 730rpx;
padding: 0 60rpx;
box-sizing: border-box;
background: rgba(255, 255, 255, 1);
opacity: 1;
border-radius: 8rpx;
}
.title {
font-size: 40rpx;
font-family: PingFang SC;
font-weight: bold;
color: rgba(6, 15, 41, 1);
text-align: center;
margin: 56rpx auto;
}
.item {
width: 100%;
height: 115rpx;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #e0e0e0;
}
.item:last-child {
margin-top: 24rpx;
}
.item input {
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 400;
line-height: 42px;
color: rgba(141, 144, 151, 1);
}
.item .code {
width: 180rpx;
}
.item .get_code {
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 400;
color: rgba(61, 154, 248, 1);
}
.submit {
width: 474rpx;
height: 98rpx;
background: rgba(61, 154, 248, 1);
border-radius: 50rpx;
margin-top: 56rpx;
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 400;
line-height: 42px;
color: rgba(255, 255, 255, 1);
display: flex;
justify-content: center;
align-items: center;
}