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
| .login-container{
| min-height: 99vh;
| // background-image: url('@/static/images/supplier/login/bg.png');
|
| .nav-title{
| font-weight: 400;
| font-size: 32rpx;
| color: #000000;
| line-height: 44rpx;
| text-align: center;
| padding-bottom: 176rpx;
| padding-top: 100rpx;
| font-weight: 600;
| }
| .titles-top{
| padding-bottom: 80rpx;
| .title-1{
| font-weight: 600;
| font-size: 20px;
| color: #000000;
| line-height: 28px;
| }
| .title-2{
| font-weight: 600;
| font-size: 24px;
| color: #000000;
| line-height: 33px;
| .title-3{
| color: #20613D;
|
| }
| }
|
| }
| .t-login uni-input{
| border: none !important;
| background: none !important;
| border-bottom: 2rpx solid #e9e9e9 !important;
| padding-left: 40rpx;
| .input-placeholder{
| color: var(--topicgray);
| }
| }
| .bottom-button{
| height: 90rpx;
| background: var(--topicolor);
| border-radius: 46rpx;
| text-align: center;
| margin-top: 40rpx;
| margin-bottom: 42rpx;
|
| }
| }
|
|