yangan
2024-05-11 77695961b9320a7574460c33c557d4e533a990e0
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
107
108
109
110
111
112
113
114
115
.wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../../static/custom/login/login-bg.png) no-repeat left top;
    background-size: 100% auto;
 
}
 
 
.list {
    marigin-top:vww(20);
    display: flex;
    flex-direction: column;
    padding: 40rpx 70rpx 40rpx 70rpx;
}
 
.list-call {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10rpx;
    height: 120rpx;
    font-weight: normal;
    color: #333333;
    border-bottom: 0.5px solid #e2e2e2;
}
 
.list-call .u-input {
    flex: 1;
    font-size: 39rpx;
    text-align: left;
    margin-left: 16rpx;
}
 
.list-call .u-icon-right {
    color: #aaaaaa;
    width: 50rpx;
    height: 40rpx;
}
 
.button {
    color: #ffffff;
    font-size: 32rpx;
    width: 80%;
    height: 80rpx;
    background: #497bff;
    box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(15, 168, 250, 0.4);
    border-radius: 10rpx;
    line-height: 80rpx;
    text-align: center;
    margin: 50rpx auto 0;
}
 
.img-valid-code img {
    width: 30rpx;
    heigth: 50rpx;
}
 
.btn-valid-code {
    color: #da7918;
    font-size: 30rpx;
    line-height: 48rpx;
    padding: 6rpx 35rpx;
    border: 1rpx solid #da7918;
    border-radius: 50rpx;
}
 
.btn-valid-code-hover {
    background-color: #f3f3f3;
}
 
.btn-valid-codes {
    color: #999999 !important;
    border: 1rpx solid #999999;
}
 
.login-bottom-box {
    position: fixed;
    bottom: 40rpx;
    text-align: center;
    width: 100%;
}
 
.copyright {
    text-align: center;
    color: #939393;
    width: 100%;
    font-size: 24rpx;
 
    .u-link {
        margin: 0 10rpx;
        font-size: 24rpx !important;
    }
}
 
.pages-sys-login-index,
.pages-sys-login-reg,
.pages-sys-login-forget {
    .u-checkbox__label {
        font-size: 28rpx !important;
    }
 
    .u-label {
        flex: 0 0 35px !important;
        width: 35px !important;
    }
}
 
.reg-text {
    font-size: 42rpx;
    color: #000;
    padding: 40rpx 70rpx 10rpx;
}