﻿/**
 * detail页面样式表
 * 最近修改于： 2020-01-02 by vick
 */
.dayou-page-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    box-shadow: #bdbdbd 0 0 10px;
    background: #fff;
    padding: 50px;
    padding-top: 20px;
    margin-top: 25px;
    padding-bottom: 0;
}

    .dayou-page-box .dayou-title {
        font-size: 28px;
        text-align: center;
        line-height: 60px;
        font-weight: bold;
        color: #333;
    }

    .dayou-page-box .subtitle {
        text-align: center;
    }

    .dayou-page-box .dayou-info {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dayou-page-box .dayou_form {
        width: 100%;
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        border-width: 3px 1px 1px;
        table-layout: fixed;
    }

    .dayou-page-box .dayou-info table .dayou-field-title {
        text-align: left;
        width: 90px;
        font-size: 12px;
    }

.dayou-field-title {
    position: relative;
    left: 0;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    width: 90px;
    padding-right: 10px;
}

.dayou-info table .dayou-field-value {
    text-align: left;
    font-size: 12px;
}

.dayou-field-value {
    position: relative;
    padding: 5px;
    width: auto;
}

.dayou-info table .dayou-field-value input {
    box-shadow: none;
    border-top: 0;
    border-right: 0;
    border-left: none;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 12px;
}

.dayou-form-control {
    color: #000;
    border-radius: 0;
    box-shadow: none;
    font-size: 9pt;
    height: 28px;
    padding-top: 0;
    padding-bottom: 1px;
    padding-right: 0;
    padding-left: 5px;
    resize: none;
    border-radius: 2px;
}

.dayou-form-control {
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dayou-page-box .dayou-table table {
    margin: 0;
    margin-top: 1px;
    border-collapse: collapse;
    width: 100%;
    border-left: 1px solid #ccc;
    margin-bottom:32px;
}

    .dayou-page-box .dayou-table table thead tr td {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding-top: 5px;
        padding-bottom: 5px;
        text-overflow: ellipsis;
        word-break: keep-all;
        overflow: hidden;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .dayou-page-box .dayou-table table tbody tr td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 25px;
        line-height: 25px;
        word-break: break-all;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

.dayou-page-box .dayou-info table .dayou-field-title {
    text-align: left;
    width: 100px;
    font-size: 12px;
}

.dayou-page-box .form .dayou-field-title {
    position: relative;
    left: 0;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    width: 90px;
    padding-right: 10px;
}

/**
 * table 编辑，数字样式
 * 最近修改于： 2020-01-02 by vick
 */

.yesedit {
    background-color: #e2ffea;
}

/**
 * more更多
 * 最近修改于： 2020-02-02 by z
 */
.dayou_more_ul {
    position: relative;
    padding: 4px 0;
    margin: 0 !important;
    width: 130px;
    max-height: 460px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dayou_more_li {
    display: flex;
    position: relative;
    line-height: 20px;
    cursor: pointer;
    color: #8c8c8c;
}

.dayou_more_li_a {
    padding: 8px 16px;
    width: 100%;
}

    .dayou_more_li_a:hover {
        background-color: #eee;
    }

.dayou_more_div {
    position: absolute;
    display: none;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 999999;
    font-size: 12px;
    border-radius: 6px;
    outline: 0;
}
