IonicFace.less 4.9 KB
html,body{
    height: 100%;
}
body
{ 
    min-width: 360px;
    /* background-color: rgba(61,61,61,0.95); */
    /* background-color: #3d3d3d; */
    background: url('../assets/img/1.jpg') no-repeat;
    background-size: 100% 100%;
    color:white;
    font-family: "Open Sans", sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    direction: ltr;
    overflow: hidden;
    *zoom: 1;

}
.hide{
    display: none !important;
}
.layout{
    height:100%;
    /* background-color: #3d3d3d;
    background-color: rgba(100,100,100,0.2); */
}

.identify-body{
    display: flex;align-items: center;justify-content: center;height: 100%;
}
.identify-info{
    background-color: rgba(255, 255, 255, 0.2);padding: 10px;
}
.identify-title{
    color:rgb(50 49 48);text-align: center;font-size: 16px;margin-bottom: 15px;
}
.identify-img-body{
    display: flex;
}
.identify-logo{
    width: 200px;height: 200px;
    margin-right: 10px;
}
.identify-img{
    width: 200px;height: 200px;
}
.identify-login-body{
    display: flex;justify-content: flex-end;margin-right: 4px;margin-top: 10px;
}
.identify-login-text{
    color: #164f8a;margin-right: 8px;display: flex;align-items: center;
}
.identify-login-img{
    width: 25px;height: 25px;
}
.page-lock {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -140px;
    margin-left: -325px;
    background-color: rgba(255,255,255,0.2);
}
.page-face-lock{
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -200px;
    margin-left: -160px;
}

.face-btn{
    border:1px solid #164f8a;
    border-radius: 5px;
    padding: 10px 10px;
    width: 60px;
    position: relative;
    left: 50%;
    margin-left: -35px;
    cursor: pointer;
}
.face_btn{
    overflow: hidden;margin-top: 25px;
}
.face-img{
    background-color: rgba(255,255,255,0.2);
    height: 240px; 
    width: 320px;
}

.page-logo{
    text-align: center;
    margin-bottom: 15px;
}
.page-lock-logo{
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 10px;
}
.page-lock .page-body {
    width: 630px;
    padding: 12px 10px;
    /* background-color: rgba(255,255,255,0.2); */
    /* background-color: rgba(100, 100,100, 0.8); */
}
.page-lock-info{
    padding-left: 10px;
    float: right;
    width: 200px;
    text-align: left;
    color: white;
}
.page-lock .page-lock-img {
    float: left;
    width: 200px;
    height: 200px;
}
.page-lock .page-lock-info .email {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
.page-lock .page-body:after, .page-lock .page-body:before {
    display: table;
    content: "";
    line-height: 0;
}
.locked{
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 14px;
}
.page-lock .page-footer-custom {
    text-align: left !important;
    font-size: 12px;
    color: #eaeaea;
    margin-top: 10px;
    margin-left: 10px;
    margin: 0 0 20px 10px;
    color: #164f8a;
}
.clear {
    clear: both;
}
a:link    {color:rosybrown;}
a:visited {color:#666;}
a:hover   {color:rosybrown;}
a:active  {color:yellow;}

@media (max-width: 768px){
    .identify-info {
        padding: 20px;
    }
    .identify-img-body {
        display: flex;
        flex-flow: column;
    }
    .identify-logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .page-lock{
        margin-top: -305px;
        margin-left: -150px;
    }
    .page-face-lock{
        margin-top: -200px;
        margin-left: -160px;
    }
        .page-lock .page-lock-logo {
        float: none !important;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .page-lock .page-lock-img {
        float: none !important;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .page-lock .page-lock-info {
        float: none !important;
        width: 260px;
        margin: 0 auto 0 30px;
    }
    .page-lock .page-body {
        padding: 10px;
        text-align: center;
        width: 280px;
    }
    .locked{
        display: block;
        margin-bottom: 20px;
    }
}
.toast-css{
    font-size: 12px;color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    margin: 0 0 0 -60px;
    border-radius: 4px;
    position: fixed;    top: 50%;
    left: 50%;
    width: 130px;
    text-align: center;
}
.discern-btn{
    background-color: #164f8a ;padding: 10px 15px;border-radius: 5px;border:1px solid #164f8a;color: #FFF;cursor: pointer;
}

.login-btn-text{
    display: block;
    text-align: center;
    width: 330px;margin:15px 0; 
    color:#666;font-size: 16px;
}
.login-btn-body{
    justify-content: center;
    display: flex !important;
    width: 330px;
    margin: 10px 0;
}
.login-img-a{
    text-decoration: none;display: inline-block;
}
.login-img-css{
    width: 30px;
    height: 30px;
}
.login-img-css-margin{
    margin-right: 10px;
}