login.wxss
1.48 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
/* component/login/login.wxss */
@import '../common/style/common.wxss';
.login-bg {
width: 100%;
height: 100%;
align-items: center;
}
.login-dark-bg {
background-color: #252222;
}
.login-light-bg {
background-color: white;
}
.login-btn::after {
border-radius: 0;
border: 0;
}
.login-btn {
line-height: 88rpx;
font-size: 32rpx;
letter-spacing: 8rpx;
text-align: center;
border-radius: 44rpx;
width: 80%;
}
.login-dark-btn {
color: #fff;
background-color: #a69073;
}
.login-light-btn {
color: #fff;
background-color: #222;
}
.login-logo {
width: 366rpx;
height: 312rpx;
margin-top: 242rpx;
}
.login-text-tips {
font-family: PingFang-SC-Light;
font-size: 24rpx;
letter-spacing: 0;
text-align: center;
margin-top: 24rpx;
}
.login-dark-text-tips {
color: #fff;
}
.login-light-text-tips {
color: #b0b0b0;
}
.login-sub-logo-title {
font-family: Arial-BoldMT;
font-size: 28rpx;
letter-spacing: 0;
text-align: left;
font-weight: 500;
margin-left: 20rpx;
margin-right: 20rpx;
}
.login-dark-sub-logo-title {
color: #fff;
}
.login-light-sub-logo-title {
color: #222;
}
.login-sub-logo-title-line {
font-family: Arial-BoldMT;
font-size: 28rpx;
letter-spacing: 0;
text-align: left;
font-weight: 500;
padding-bottom: 10rpx;
}
.login-dark-sub-logo-title-line {
color: #fff;
}
.login-light-sub-logo-title-line {
color: #222;
}
.login-sub-logo-title-view {
align-items: center;
margin-top: 58rpx;
margin-bottom: 216rpx;
}