popup.css 1.11 KB
/**
 * name@ zzf
 * time@ 2014-10-23
 **/

@import "./m-public.css";/*基类*/
@import "./m-form.css";/*表单*/
@import "../fancybox/jquery.fancybox.css";/*fancybox*/

li {
    margin: 10px;
}
h1 {
    height: 30px;
    background: #ddd;
    border: 1px solid #ddd;
    line-height: 30px;
    font-family: "microsoft yahei";
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px;
    color: #333;
}
h4 {
    font-family: "microsoft yahei";
    color: #666;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0;
}
.cont {
    background: #F9F9F9;
    border: 1px solid #ddd;
    padding: 10px;
}
.cont p {
    font-family: "microsoft yahei";
    color: #666;
}

table {
    font-family: "microsoft yahei";
    font-size: 12px;
    color: #666;
    width: 100%;
    background: #f0f0f0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table thead td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
table tbody td {
    background: #fff;
    padding: 7px;
}
.ceshi {
    display: none;
    width: 400px;
    margin: 20px;
}