code.scss
1.92 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
.code-page {
min-height: 100vh;
background-color: #fff;
}
.f__login {
padding: 48rpx 32rpx;
border-radius: 18rpx 18rpx 0 0;
z-index: 99;
position: relative;
}
.loginPhone {
.phone-main {
.text {
font-size: 22px;
color: #3a4759;
position: relative;
z-index: 9999;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
}
.circleStyle {
position: absolute;
width: 145rpx;
height: 300rpx;
left: -31rpx;
top: 10rpx;
border-radius: 0 100rpx 100rpx 0/0 150rpx 150rpx 0;
background-color: #f0f2f5;
opacity: 0.5;
}
}
.form-row {
position: relative;
border-bottom: 1rpx solid #e8e8e8;
margin-top: 30rpx;
.input {
font-size: 34rpx;
line-height: 102rpx;
height: 94rpx;
width: 100%;
box-sizing: border-box;
font-size: 30rpx;
padding: 0;
font-weight: bold;
}
.getvcode {
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-size: 15px;
height: 80rpx;
color: #6299ff;
line-height: 80rpx;
// background: #eee;
min-width: 188rpx;
text-align: center;
border-radius: 8rpx;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
z-index: 11;
&.forhidden {
// background: #eee;
// color: #cccccc;
}
}
}
.submit {
margin-top: 60rpx;
width: 100%;
position: relative;
background: linear-gradient(90deg, #5dc2fc 0%, #377dff 100%);
border-radius: 46px;
.text {
color: #ffffff;
}
}
.circleStyleBottom {
position: absolute;
width: 145rpx;
height: 300rpx;
right: -31rpx;
top: 804rpx;
//#ifndef MP
top: 804rpx;
//#endif
border-radius: 0 100rpx 100rpx 0/0 150rpx 150rpx 0;
background: linear-gradient(241deg, #00c9a7 0%, rgba(0, 223, 252, 0.5) 100%);
opacity: 0.1;
transform: rotate(180deg);
}
.account-style {
flex-direction: row;
margin-top: 48rpx;
justify-content: space-between;
.content {
color: #999999;
font-size: 13px;
}
}
}