index.less 4.26 KB
Newer Older
王万里's avatar
王万里 committed
1 2 3 4 5 6 7 8
@font-face {
    font-family: PingFang SC;
    src: url('@/assets/fonts/PingFang.ttf');
}

.xinganlogin {
    width: 100%;
    height: 100%;
王万里's avatar
王万里 committed
9
    background: url('./images/8.png') no-repeat;
王万里's avatar
王万里 committed
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
    background-size: 100% 100%;
    background-clip: border-box;
    position: relative;
    min-height: 7.0rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    .inner-bg {
        width: 100%;
        height: 100%;
    
    
        &>div {
王万里's avatar
王万里 committed
25 26
            width: 80%;
            margin: 10%;
王万里's avatar
王万里 committed
27 28 29 30
        }
    }

    .inner-wrapper {
王万里's avatar
王万里 committed
31
        position: absolute;
王万里's avatar
王万里 committed
32 33 34
        display: flex;
        justify-content: center;
        align-items: center;
王万里's avatar
王万里 committed
35 36
        top: 43%;
        margin-top: -190px;
王万里's avatar
王万里 committed
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
        //   top: 46%;
        //   right: 0;
        //   transform: translateY(-50%);
    }
    .inner-bg .title {
        font-size: 27px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        letter-spacing: 2px;
    }

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    
    .inner-center {
        position: relative;
王万里's avatar
王万里 committed
58 59 60
        width: 480px;
        height: 380px;
        background: rgba(255,255,255,0.9);
王万里's avatar
王万里 committed
61
        border: 1px solid #FFFFFF;
王万里's avatar
王万里 committed
62 63
        box-shadow: 1px 1px 12px -3px #22222277;
        border-radius: 8px 10px 10px 10px;
王万里's avatar
王万里 committed
64 65 66
    }

    .welcome-title{
王万里's avatar
王万里 committed
67 68 69
        background: linear-gradient(0deg, rgba(9, 128, 238, 1) 0%, rgba(0, 182, 251, 1) 100%);
        height: 100px;
        border-radius: 8px 8px 0px 0px;
王万里's avatar
王万里 committed
70
        text-align: center;
王万里's avatar
王万里 committed
71 72
        line-height: 70px;
        padding: 16px;
王万里's avatar
王万里 committed
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
    }
    
    .formgroup2 {
        display: flex;
        align-items: center;
        display: flex;
        margin: 0px 5.5%;
        margin-bottom: 10%;
        align-items: center;
        margin-bottom: 40px;
    }

    .APPcodeBox {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
    
    .APPCtext {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 30px;
        opacity: 0.75;
    }

    .login-header{
        width: 100%;
        position: absolute;
王万里's avatar
王万里 committed
106 107
        top: 30px;
        padding: 0 38px;
王万里's avatar
王万里 committed
108
        display: flex;
王万里's avatar
王万里 committed
109
        justify-content: space-between;
王万里's avatar
王万里 committed
110
        align-items: center;
王万里's avatar
王万里 committed
111
    
王万里's avatar
王万里 committed
112 113
        .left-title{
            display: flex;
王万里's avatar
王万里 committed
114
            justify-content: flex-start;
王万里's avatar
王万里 committed
115 116
            align-items: center;
            .cn-title{
王万里's avatar
王万里 committed
117 118 119 120 121
                font-size: 26px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #FFFFFF;
                margin-left: 10px;
王万里's avatar
王万里 committed
122
            }
王万里's avatar
王万里 committed
123 124 125 126 127 128
            .en-title{
                font-size: 12px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #FFFFFF;
                opacity: 0.65;
王万里's avatar
王万里 committed
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
            }
        }
        .right-timebox{
            display: flex;
            justify-content: center;
            align-items: center;
            height: 60px;
            .curr-time{
                width: 140px;
                font-size: 36px;
                font-family: Microsoft YaHei;
                font-weight: 300;
                color: #FFFFFF;
            }
            .curr-week-date{
                margin-left: 10px;
                .curr-week{
                    font-size: 16px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #FFFFFF;
                }
                .curr-date{
                    font-size: 14px;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #FFFFFF;
                }
            }
        }
    }
    .copyright{
        position: absolute;
        bottom: 7%;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #F1F6FD;
        text-align: center;
    }
    .qrcode-box{
        position: absolute;
        bottom: 0;
        right: -35px;
        width: 35px;
        height: 35px;
        background: #FFFFFF;
        opacity: 0.8;
        cursor: pointer;
    }
    
}