charact.css 1.7 KB
/* 内容*/

.charact_msg_box {
    background-color: #fff;
    padding: 29px;
}


/* 人物信息 */

.charact_msg {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.charact_msg_l,
.charact_msg_r {
    float: left;
    margin-bottom: 30px;
    text-align: left;
}


/* 左侧图片 */

.charact_msg_l {
    width: 145px;
    height: 145px;
    margin-right: 22px;
}

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


/* 右侧信息 */


/* 人物姓名 */

.charact_name {
    font-size: 36px;
    color: #5B5E63;
    line-height: 47px;
    margin-bottom: 20px;
}


/* 具体信息 */

.charact_det_msg {
    font-size: 14px;
    color: #8C9198;
    line-height: 19px;
}

.charact_det_msg_l {
    float: left
}

.charact_det_msg_l div {
    margin-top: 8px;
    margin-right: 24px;
}

.charact_profile,
.charact_experience {
    text-align: left;
    margin-top: 20px;
}

h2::after {
    display: none;
}


/* 人物简介 */

.profile {
    font-size: 14px;
    color: #8C9198;
    text-align: left;
    line-height: 22px;
    margin-left: 12px;
}


/* 人物经历 */


/* 生涯人物风云榜 */

.others_box {
    background-color: #fff;
    margin-top: 20px;
    padding: 29px;
    text-align: left
}

.charact_single {
    padding: 18px;
    margin-right: 24px;
    float: left;
}

.charact_single:hover {
    box-shadow: 0px 4px 32px rgba(26, 41, 62, 0.08);
}

.single_pic,
.single_msg {
    float: left;
}


/* 图片 */

.single_pic {
    width: 123px;
    height: 123px;
    margin-right: 24px;
}

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


/* 姓名 */

.single_name {
    font-size: 16px;
    font-weight: bold;
    color: #5B5E63;
    margin: 10px 0;
}

.single_det_msg div {
    margin-right: 0px;
}