xuxy
2024-06-24 66a346cb7119e0cc08f108b71d2e7280f132dc4e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.login-container{
        background-image: url('../../static/images/login/bg.png');
        .titles-top{
            .title-1{
                font-weight: 600;
                font-size: 20px;
                color: #000000;
                line-height: 28px;
            }
            .title-2{
                font-family: PingFangSC, PingFang SC;
                font-weight: 600;
                font-size: 24px;
                color: #000000;
                line-height: 33px;
            }
            .title-3{
                color: #20613D;
                
            }
        }
}