ms_style.css 3.89 KB

/* ==========================================================================
   Global
   ========================================================================== */

   html {
    font-size: 62.5%;
}

a {
    color: #333;
}

a:hover {
    color: #ac1e2b;
}

body {
    color: #333;
    font: 16px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}

.hidden { display: none;}

.top{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 10000;
    background: url('../images/top_bg.jpg') top center no-repeat;
}
.cont{
    margin-top: 100px;
}
.logo{
    line-height: 100px;
}
.user{
    font-size: 21px;
    line-height: 100px;
    color: #fff;
}

.login{
    padding: 20% 0;
}

.login_form{
    /*padding:15%;*/
}

.form_lefttext{
    font-size: 16px;
    line-height:50px;
    text-align: right;
}


/*屏幕宽度小于769px时*/
@media (max-width: 769px){
    .login{
        padding:20% 0;
    }
}

/*屏幕宽度小于414px时*/
@media (max-width: 414px){
    .top{
        height: 80px;
        background: url('../images/top_bg.jpg') top center no-repeat;
    }
    .cont{
        margin-top: 90px;
    }
    .logo{
        line-height: 80px;
        margin-left: 10px;
    }
    .login{
        padding: 40% 0;
    }
    .user{
        font-size: 18px;
        padding-top: 2px;
        line-height: 80px;
        margin-right: 10px;
    }
    .logo img{
        height:22px;
    }
}


/********面试题********/

.mst{
    padding: 3% 0;
}
.mst_title{
    text-align: center;
}
.st_title{
    font-size:36px ;
    font-weight: bold;
}
.mst-dt{
    padding: 3% 0;
}
h2.tm_title{
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: bold;
}
h3.tm_title2{
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 24px;
}
.mst p{
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
}
.mst p.pc_hg{
    line-height: 34px
}
input.hx_input{
    border: 0;
    outline:none;
    width: 160px;
    padding: 0 10px;
    border-bottom: 1px solid #333;
}
input.hx_input2{
    border: 0;
    outline:none;
    width: 80px;
    padding: 0 10px;
    text-align: center;
}
.form-control2{
    display: block;
    width: 100%;
    outline:none;
    border:1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}


/*屏幕宽度小于414px时*/

@media (max-width: 414px){
    .st_title{
        font-size:21px ;
    }
    .mst-dt{
        padding: 0% 0;
    }
    h2.tm_title,h3.tm_title2{
        font-size: 16px;
        padding-bottom: 3px;
    }
    .mst p{
        font-size: 15px;
        line-height: 21px;
    }
    .mst p.pc_hg{
        line-height:24px
    }
}

input.tm_input {
    border: 0;
    outline: none;
    width: 160px;
    padding: 0 10px;
    border-bottom: 1px solid #333;
}
input::-webkit-input-placeholder {
    color: #999;
    -webkit-transition: color.5s;
}
input:focus::-webkit-input-placeholder, input:hover::-webkit-input-placeholder {
    color: #c2c2c2;
    -webkit-transition: color.5s;
}

.answer{
    padding: 0 20px 3px 20px;
    /*text-decoration: underline;*/
    border-bottom: 1px solid #333;
}
.text_red{
    color: red;
}

.xzt{
    padding-bottom: 15px;
    overflow: hidden;
}

.answer{
    padding: 0 20px 3px 20px;
    /*text-decoration: underline;*/
    border-bottom: 1px solid #333;
}
.text_red{
    color: red;
}

.xzt{
    padding-bottom: 15px;
    overflow: hidden;
}

.answer{
    padding: 0 20px 3px 20px;
    /*text-decoration: underline;*/
    border-bottom: 1px solid #333;
}
.text_red{
    color: #0044ff;
}
#layui-layer1{
    border-radius: 20px;
    overflow: hidden;
}
.layui-layer-title {
    /* padding: 0 80px 0 20px; */
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}

.layui-layer-page {
    z-index: 19891015;
    width: 90%;
    height: 300px;
    top: 167.5px;
    left: 15px;
}