refundDetail.css 2.63 KB
@import "./m-public.css";/*基类*/
@import "./m-header.css";/*头部*/
@import "./m-footer.css";/*底部*/
@import "./m-minicart.css";/*迷你购物车*/
@import "./m-pack.select.css";/*下拉列表*/
@import "./m-form.css";/*表单*/
@import "./m-empty.css";/*搜索无结果样式*/
@import "../fancybox/jquery.fancybox.css";/*fancybox*/
@import "./manage.public.css";/*后台管理公用样式*/
@import "./old.cache.css";/*兼容旧版本样式*/

/* credit manage css */
.credit-manage {
    font-size: 12px;
    margin-top: 20px;
}
.manage-hint {
    background-color: #f9f9f9;
    color: #333;
    border: 1px solid #ccc;
    padding: 20px;
}
.hint-time {
    color: #fc0d1b;
}
.hint-suc {
    background-color: #f6fff9;
    color: #1dbf59;
    border-color: #a4e5ba;
}
.hint-ref {
    background-color: #fff6f6;
    color: #e64641;
    border-color: #f08080;
}
.hint-suc,
.hint-ref {
    padding-left: 60px;
    
}
.mc-head {
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px 20px;
}
.mc-body {
    border; 0;
    padding: 0 20px;
}
.mc-hd {
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}
.mc-bd b {
    font-weight: 100;
    max-width: 80%;
    vertical-align: top;
    color: #666;
}
.mc-bd b,
.mc-table a,
.mc-bd span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.mc-bd span {
    vertical-align: top;
    margin: 10px 0;
    display: block;
}
.mc-bd {
    padding: 10px 0;
}
.mc-table {
    width: 100%;
    border: solid #ccc;
    border-width: 1px 1px 0 1px;
    margin-top: 10px;
}
.mc-table th,
.mc-table td {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.mc-table th {
    background-color: #f9f9f9;
}
.mc-table td {
    text-align: center;
    width: 20%;
}
.mc-table img {
    width: 30px;
    height: 30px;
}
.mc-table span {
    color: #999;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
}
.mc-table a {
    vertical-align: top;
    max-width: 65%;
    text-align: left;
}
.mc-table a p {
    width: 178px;
    height: 18px;
    overflow: hidden;
}
.img-link {
    padding: 2px 10px 0 0;
}
.fourty {
    width: 40%;
}
.manage-hint {
    position: relative;
}
.hint-suc-target,
.hint-ref-target {
    position: absolute;
    display: block;
    left: 15px;
    top: 11px;
    width: 35px;
    height: 35px;
    background: url(../../images/one-icon.png) no-repeat;
}
.hint-suc-target {
    background-position: -103px -62px;
}
.hint-ref-target {
    background-position: -103px -102px;
}
.focus-price {
    color: #f00 !important;
}
.mfooter {
    margin-top: 10px;
}



/*响应式*/
@media screen and (max-width: 1200px){
	
}