inbox.css 497 字节
.borderTitle {
    width: 200px;
}


/* 模态框 */

.lookDetails {
    position: absolute;
    top: 130px;
    left: -100px;
}

.IdCard {
    margin: 23px 0 99px 121px
}


/* 身份证 */

.IdCard img {
    width: 258px;
    height: 161px;
    background-color: #95aac9;
    margin-right: 45px;
}


/* 按钮 */

.modalBtn {
    text-align: center
}

.modalBtn button {
    width: 89px;
    height: 36px;
    background-color: #15276d;
    color: #fff;
    border: none;
    border-radius: 5px
}