media_gallery.css 1.5 KB
.deaUser {
    margin: 12px 0;
}

.deaUser h4 {
    width: 100px;
    font-size: 13px;
    text-align: right;
    margin-right: 12px;
}

.deaUserInput input {
    width: 212px;
    height: 30px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    padding-left: 15px;
}

.deaUserText textarea {
    width: 514px;
    height: 121px;
    border-radius: 5px;
    background-color: #ffffff;
}

.modalBtn {
    text-align: center;
}

.modalBtn button {
    margin-top: 35px;
    text-align: center;
    width: 124px;
    height: 40px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    border: none
}


/* 角色权限设置 */

.juModal {
    width: 480px;
    height: 460px;
    position: absolute;
    top: 140px;
    left: 130px;
}

#myModalLabel {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.juCont {
    margin: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.juTitle h4 {
    font-size: 16px;
}

.juCont .juBtn button {
    text-align: center;
    width: 90px;
    height: 30px;
    line-height: 0px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    border: none
}

.juConts {
    border-top: 1px solid rgb(218, 218, 218);
    border-bottom: 1px solid rgb(218, 218, 218);
    padding: 5px 0;
}

.juConts .juTitle {
    margin-left: 39px;
}

.juCheck {
    height: 280px;
    overflow-y: scroll;
    margin: 15px 0 30px 0;
}

.juCheck li {
    list-style-type: none;
}