index.css 3.7 KB
Newer Older
D
devil_gong 已提交
1 2
.plugins-answers .am-list-news-hd {
    font-weight: 500;
D
devil_gong 已提交
3 4 5 6 7
    padding-top: 10px;
    padding-bottom: 2px;
}
.plugins-answers .answers-goods .am-list-news-hd {
    padding-bottom: 0;
D
devil_gong 已提交
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
}
.plugins-answers .am-gallery-bordered .am-gallery-item {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #eee;
}
.plugins-answers .answers-middle-banner img {
    width: 100%;
}
.plugins-answers .answers-goods .am-gallery-bordered > li:nth-of-type(2n + 1) {
    padding-left: 0;
}
.plugins-answers .answers-goods .am-gallery-bordered > li:nth-of-type(2n + 2) {
    padding-right: 0;
}
.plugins-answers .am-slider-c3 .am-slider-counter {
    background-color: #d13a49;
}
.plugins-answers .answers-btn-list .am-btn {
    width: 48%;
}
.plugins-answers .answers-btn-list .am-btn-danger {
    color: #fff !important;
    background-color: #f15262;
    border-color: #f15262;
    font-size: 16px;
}
.plugins-answers .answers-btn-list .am-btn-warning {
    color: #fff !important;
    background-color: #F44336;
    border-color: #F44336;
    font-size: 16px;
}
D
devil_gong 已提交
41 42 43 44 45 46 47 48 49
.plugins-answers .answers-btn-list, .plugins-answers .am-list-news-bd .am-list {
    margin-bottom: 10px;
}
.plugins-answers .am-input-group-sm > .am-input-group-btn > .am-btn, .plugins-answers .am-input-group-sm > .am-form-field {
    height: 32px;
}
.plugins-answers .am-gallery-bordered .am-gallery-title {
    font-size: 12px;
}
D
devil_gong 已提交
50

D
devil_gong 已提交
51
@media only screen and (min-width:640px) {
D
devil_gong 已提交
52 53 54
    .plugins-answers .am-u-md-8, .plugins-answers .am-gallery {
        padding: 0;
    }
D
devil_gong 已提交
55
    .plugins-answers .am-gallery-bordered .am-gallery-item:hover {
D
devil_gong 已提交
56 57 58 59 60 61 62 63 64 65
        -webkit-box-shadow: 0px 12px 12px -10px rgba(0,0,0,.4);
        box-shadow: 0px 12px 12px -10px rgba(0,0,0,.4);
        border: 1px solid #d2364c;
    }
    .plugins-answers .am-gallery-bordered .am-gallery-item:hover a {
        text-decoration: none;
    }
    .plugins-answers .am-gallery-bordered .am-gallery-item a h3:hover {
        color: #d2364c;
        text-decoration: underline;
D
devil_gong 已提交
66
    }
D
devil_gong 已提交
67
    .plugins-answers .answers-top, .plugins-answers .answers-middle-banner {
D
devil_gong 已提交
68 69 70 71
        margin-top: 10px;
        overflow: hidden;
    }
    .plugins-answers .answers-sidebar, .plugins-answers .answers-goods {
D
devil_gong 已提交
72
        padding-right: 1px;
D
devil_gong 已提交
73 74 75 76 77 78 79
    }
    .plugins-answers .am-list-news-default {
        margin: 0;
    }
    .plugins-answers .answers-middle-list .am-list-news-hd {
        padding-top: 10px;
    }
D
devil_gong 已提交
80 81 82 83 84
}

@media only screen and (max-width:1025px) {
    .plugins-answers {
        padding: 0 5px;
D
devil_gong 已提交
85 86 87 88
    }
}

@media only screen and (max-width:640px) {
D
devil_gong 已提交
89 90 91 92
    .plugins-answers {
        padding: 0 5px;
    }
    .plugins-answers .am-u-md-8, .plugins-answers .am-u-md-4, .plugins-answers .am-gallery {
D
devil_gong 已提交
93 94
        padding: 0;
    }
D
devil_gong 已提交
95
    .plugins-answers .am-list-news-default {
D
devil_gong 已提交
96 97
        margin: 0;
    }
D
devil_gong 已提交
98 99
    .plugins-answers .answers-slider {
        margin-bottom: 10px;
D
devil_gong 已提交
100
    }
D
devil_gong 已提交
101 102
    .plugins-answers .am-list-news-hd {
        padding-bottom: 5px;
D
devil_gong 已提交
103
    }
D
devil_gong 已提交
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
}

/**
 * 详情
 */
.plugins-answers-detail {
    padding-top: 10px;
}
.plugins-answers-detail .base-content {
    border: 1px dashed transparent;
    background: linear-gradient(white,white) padding-box,
    repeating-linear-gradient(-45deg, #ccc 0, #ccc 0.25em, white 0, white 0.6em);
    padding: 10px;
}
.plugins-answers-detail .base-date {
    text-align: right;
    margin-top: 5px;
}
.plugins-answers-detail .base {
    margin-top: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
D
devil_gong 已提交
126 127 128 129 130 131 132 133 134
}
.plugins-answers-detail .am-panel-warning {
    background: #fff7ef;
}
.plugins-answers-detail .am-panel-success {
    background: #f2fff1;
}
.plugins-answers-detail h2 {
    font-weight: 500;
D
devil_gong 已提交
135 136
    margin-bottom: 5px;
    font-size: 16px;
D
devil_gong 已提交
137 138 139
}
.plugins-answers-detail .base .reply-content {
    margin-top: 5px;
D
devil_gong 已提交
140
}