login.scss
1.45 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
.login-page {
min-height: 100vh;
width: 750rpx;
background: url(/static/login.png) no-repeat;
background-size: 100% 100%;
.login-main {
flex-direction: column;
.content {
height: 250rpx;
margin-top: 90rpx;
margin-left: -107rpx;
position: relative;
top: 50rpx;
left: -15rpx;
.hello {
font-size: 30px;
color: #3a4759;
z-index: 9999;
position: relative;
}
.hello-welcome {
position: relative;
font-size: 30px;
color: #3a4759;
z-index: 9999;
}
}
}
}
.f__login {
padding: 8rpx 32rpx;
border-radius: 18rpx 18rpx 0 0;
z-index: 99;
position: relative;
}
.loginPhone {
.form-row {
justify-content: space-between;
margin-top: 30rpx;
}
.submit {
margin-top: 60rpx;
background: linear-gradient(90deg, #5dc2fc 0%, #377dff 100%);
width: 100%;
border-radius: 46px;
.text {
color: #ffffff;
}
}
.row-item {
flex-direction: row;
margin-top: 60rpx;
justify-content: space-between;
.row-phone {
color: #999999;
font-size: 13px;
}
.row-reset {
color: #999999;
font-size: 13px;
position: relative;
}
}
.link-login {
justify-content: center;
flex-direction: column;
margin-top: 370rpx;
/* #ifdef APP-PLUS */
margin-top: 250rpx;
/* #endif */
.link-text {
color: #999999;
font-size: 13px;
}
.link-image {
.image {
width: 75rpx;
height: 75rpx;
}
}
}
}