findPassword.scss
1.18 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
.find-password-page {
min-height: 100vh;
background-color: #fff;
}
.top {
width: 750rpx;
height: 100rpx;
border: 0.1px solid #f7f9ff;
justify-content: space-between;
flex-direction: row;
align-items: center;
.item {
width: 375rpx;
height: 100rpx;
border: 0.1px solid #f7f9ff;
text-align: center;
line-height: 90rpx;
}
}
.f__login {
padding: 0 30rpx;
.loginPhone {
.form-row {
position: relative;
border-bottom: 1px solid #e5e5e5;
justify-content: space-between;
.v-input {
width: 620rpx;
}
.v-password {
position: absolute;
right: 18rpx;
z-index: 66666;
}
.input {
font-size: 34rpx;
line-height: 102rpx;
height: 94rpx;
width: 100%;
box-sizing: border-box;
font-size: 30rpx;
font-weight: bold;
}
.getvcode {
font-size: 26rpx;
height: 80rpx;
color: #6299ff;
line-height: 80rpx;
min-width: 188rpx;
text-align: center;
border-radius: 8rpx;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
z-index: 11;
&.forhidden {
}
}
}
.submit {
margin-top: 60rpx;
width: 100%;
background: #377dff;
border-radius: 48px;
}
}
}