/*layer 的内容样式*/
.thisProj-msg {
    padding: 5px;
    overflow: auto;
    /*white-space:pre-wrap;*/
    white-space:normal;
    word-break:break-all;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    /*width: 550px;*/
    /*height: 300px;*/
}

/*layer 的标题 */
.layui-layer-title .thisProj-layer-title{
    padding: 0 10px 0 70px;
    font-weight: bold;
    text-align: center;
}

/* 边框 */
.thisProj-border {
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
}

/*region 投后页面*/

.msg_click {
    cursor: pointer;
    color: blue;
}

.my-colla-open {
    cursor: pointer;
    /*content: '展开';*/
}

  .my-colla-close {
    cursor: pointer;
    /*content: '折叠';*/
}

.my-colla-open::after {
    color: blue;
    content: attr(colla-title);
}

.my-colla-close::after {
    color: green;
    content: '收缩';
}

.mock_layui_line_block {
    height: 38px;
    line-height: 1.3;
    margin: 10px 0px;
}

.my-colla-grey:hover {
    background-color: #f2f2f2;
}

/*背景改变 排除一些子元素 */
.background-grey, /*.background-grey *:not(.layui-form-select dl *,.layui-form-select dl),*/ .my-colla-grey {
    background-color: #E2E2E2;
}

.background-grey:hover/*, .background-grey:hover *:not(.layui-form-select dl *,.layui-form-select dl)*/ {
    background-color: #f2f2f2 !important;
}
/*背景改变 排除一些子元素 */
.background-green,.my-colla-green {
    background-color: #52c41a;
}

.background-green:hover{
    background-color: #b7eb8f !important;
}

.border_none {
    border-width: 0;
}

.cur-pointer {
    cursor: pointer;
}

.ver-ali-mid {
    vertical-align: middle;
}
/*endregion*/