zhangmeng
2024-04-19 e3ba120cb766a17e098e58d11c39ffc600a3070c
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
.t-login {
    width: 650rpx;
    margin: 0 auto;
    font-size: 28rpx;
    color: #000;
}
 
/deep/ .login-form-item .u-input {
  padding: 0 10px 0 62px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 26px;
    background: #f8f7fc;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    border-radius: 26px;
}
 
.t-captcha {
    display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.t-captcha-img {
  margin-left: 16px;
    width: 102px;
    height: 44px;
}
.img-a {
    position: absolute;
    width: 100%;
    top: -150rpx;
    right: 0;
    z-index: -999;
}
.img-b {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: -50rpx;
    z-index: -999;
}
 
.t-login button {
    font-size: 28rpx;
    background: #5677fc;
    color: #fff;
    height: 90rpx;
    line-height: 90rpx;
    border-radius: 50rpx;
    box-shadow: 0 5px 7px 0 rgba(86, 119, 252, 0.2);
}
 
.t-login .t-b {
    text-align: left;
    font-size: 56rpx;
    color: #000;
    padding: 300rpx 0 20rpx 0;
    font-weight: bold;
}
.t-login .t-b2 {
    text-align: left;
    font-size: 32rpx;
    color: #aaaaaa;
    padding: 0rpx 0 60rpx 0;
}
 
.t-login .uni-input-placeholder {
    color: #000 !important;
}