schoolFirstPage.css 3.0 KB
.major_search {
    width: 100%;
    background-color: #f2f5fa;
}

.major_box {
    width: 1200px;
    margin: 0 auto;
}


/* 搜索框 */

.search_input {
    padding-top: 24px;
    width: 790px;
    margin: 0 auto;
}

input {
    width: 650px;
    height: 42px;
}


/* 搜索 */

.search_tips {
    width: 120px;
    height: 43px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    background-color: #409eff;
    border-radius: 0 3px 3px 0;
}


/* 热门专业 */

.hot_major {
    width: 790px;
    margin: 0 auto;
    margin-top: 16px;
}


/* 标题 */

.hot_major_title {
    color: #34485e;
    font-size: 14px;
    margin-right: 8px;
    line-height: 30px;
    float: left;
}


/* 名称 */

.hot_major_name {
    padding: 6px 20px;
    background-color: #fff;
    color: #686868;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 3px;
    float: left;
    margin-bottom: 14px;
}


/* 搜索结果 */

.university_result_title {
    width: 100%;
    height: 64px;
    background-image: url("../assets/img/99.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 55px;
    color: #fff;
    font-size: 14px;
    line-height: 64px;
}


/* 图标 */

.result_icon {
    margin-left: 22px;
    margin-right: 20px;
}

.result_tip {
    font-size: 16px;
    font-weight: bold;
    margin-right: 25px;
}

.university_num {
    color: #f7c51b;
    margin: 0 2px;
}


/* 搜索到的院校 */

.searched_university {
    padding: 28px 22px 24px;
    margin-bottom: 20px;
    background-color: #fff;
}

.university_msg {
    width: 757px;
}


/* 院校logo */

.university_logo {
    width: 180px;
    height: 140px;
}

.university_logo img {
    width: 100%;
    height: 100%;
}

.university_name {
    font-size: 16px;
    color: #5b5e63;
    font-weight: bold;
    line-height: 21px;
}


/* 院校类别 */

.nine,
.two {
    font-weight: normal;
    color: #fff;
    margin-left: 12px;
    padding: 0 2px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    border-radius: 3px;
}

.nine {
    background-color: #f7c51b;
}

.two {
    background-color: #f44a5e;
}


/* 专业优势 */

.advantage_title,
.advantage {
    float: left;
}

.advantage {
    width: 480px;
    text-align: left;
}


/* 录取情况 */

.university_det_msg {
    padding-left: 20px;
}

.university_enroll {
    border-left: 1px solid #eee;
}


/* 收藏 */

.university_collection {
    padding: 0 25px;
    background-color: #409eff;
    border-radius: 3px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

.university_collectioned {
    background-color: #8C9198;
}


/* 分数输入框 */

.search_select input {
    width: 103px;
    height: 30px;
    background: #f2f5fa;
    border-radius: 3px;
}


/* 学校联系方式 */

.university_contact {
    border-top: 1px solid #eee;
    margin-top: 30px;
    font-size: 10px;
    padding-top: 17px;
}

.university_phone {
    margin: 0 38px;
}

.university_contact_icon {
    margin-right: 9px;
}