admin.css 1.4 KB
Newer Older
D
devil_gong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
/**
 * 首页
 */
.footercustomerservice-content .items {
    margin: 10px 0 20px 0;
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 20px;
}
.footercustomerservice-content .items .immages-tag {
    text-align: left;
}
.footercustomerservice-content .items .immages-tag img {
    max-width: 100%;
    border: 1px dashed #eee;
    padding: 5px;
}
.footercustomerservice-content .edit-submit {
    margin-bottom: 20px;
}
.footercustomerservice-content img {
    max-width: 100%;
}
.footercustomerservice-content .am-slider-c3 .am-slider-counter {
    background-color: #d13a49;
}
@media only screen and (min-width:640px) {
    .footercustomerservice-data-list .am-gallery-overlay .am-gallery-item img {
        width: auto;
        max-height: 150px;
    }
}

/**
 * 服务介绍列表
 */
.customer-service .am-gallery-overlay .am-gallery-item img {
    width: 50px;
    float: left;
}
.customer-service .am-gallery-overlay .am-gallery-item .base {
    margin-left: 60px;
}
.customer-service .am-gallery-overlay .am-gallery-item .base .title {
    font-weight: 500;
    font-size: 16px;
    color: #505050;
    margin: 0;
}
.customer-service .am-gallery-overlay .am-gallery-item .base .desc {
    color: #999;
    margin: 5px 0 0 0;
}
.am-footer-default {
    margin-top: 0;
}
@media only screen and (max-width:640px) {
    .customer-service .am-gallery-overlay .am-gallery-item {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 10px;
    }
}