index.css 4.5 KB
Newer Older
D
devil_gong 已提交
1 2
.plugins-answers .am-list-news-hd {
    font-weight: 500;
D
devil_gong 已提交
3 4 5
    padding-top: 10px;
    padding-bottom: 2px;
}
6 7 8
.plugins-answers .answers-goods {
    overflow: hidden;
}
D
devil_gong 已提交
9 10
.plugins-answers .answers-goods .am-list-news-hd {
    padding-bottom: 0;
D
devil_gong 已提交
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
}
.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 已提交
44 45 46 47 48 49 50 51 52
.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;
}
53 54 55 56 57 58
.plugins-answers .answers-top, .plugins-answers .answers-middle {
    overflow: hidden;
}
.plugins-answers .answers-top, .plugins-answers .answers-middle-banner {
    margin-top: 10px;
}
D
devil_gong 已提交
59

D
devil_gong 已提交
60
@media only screen and (min-width:640px) {
D
devil_gong 已提交
61 62 63
    .plugins-answers .am-u-md-8, .plugins-answers .am-gallery {
        padding: 0;
    }
D
devil_gong 已提交
64
    .plugins-answers .am-gallery-bordered .am-gallery-item:hover {
D
devil_gong 已提交
65 66 67 68 69 70 71 72 73 74
        -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 已提交
75
    }
76
    
D
devil_gong 已提交
77
    .plugins-answers .answers-sidebar, .plugins-answers .answers-goods {
D
devil_gong 已提交
78
        padding-right: 1px;
D
devil_gong 已提交
79 80 81 82 83 84 85
    }
    .plugins-answers .am-list-news-default {
        margin: 0;
    }
    .plugins-answers .answers-middle-list .am-list-news-hd {
        padding-top: 10px;
    }
D
devil_gong 已提交
86 87 88 89 90
}

@media only screen and (max-width:1025px) {
    .plugins-answers {
        padding: 0 5px;
D
devil_gong 已提交
91 92 93 94
    }
}

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

/**
 * 详情
 */
118
.plugins-answers-detail, .plugins-answers-search {
D
devil_gong 已提交
119 120
    padding-top: 10px;
}
121 122 123 124
.plugins-answers-detail .am-u-md-8 {
    border: 1px solid #dedede;
}
.plugins-answers-detail .base-content, .plugins-answers-detail .base-footer {
D
devil_gong 已提交
125 126
    padding: 10px;
}
127 128 129 130
.plugins-answers-detail .base-content {
    border-top: 1px solid #dedede;
}
.plugins-answers-detail .base-footer {
D
devil_gong 已提交
131
    text-align: right;
132 133
    border-top: 1px dashed #e7e7e7;
    border-bottom: 1px dashed #e7e7e7;
D
devil_gong 已提交
134 135 136 137 138
}
.plugins-answers-detail .base {
    margin-top: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
D
devil_gong 已提交
139 140 141 142 143
}
.plugins-answers-detail .am-panel-warning {
    background: #fff7ef;
}
.plugins-answers-detail .am-panel-success {
144 145 146 147 148 149 150 151 152 153 154 155 156 157
    background: #e7ffe5;
}
.plugins-answers-detail .am-panel {
    margin: 0;
    border: 0;
}
.plugins-answers-detail .base-title {
    position: relative;
    height: 45px;
    padding: 10px;
    background: #f6f6f6;
}
.plugins-answers-detail .base-title .highlighted {
    color: #FF9800;
D
devil_gong 已提交
158 159 160
}
.plugins-answers-detail h2 {
    font-weight: 500;
D
devil_gong 已提交
161
    font-size: 16px;
D
devil_gong 已提交
162
}
163 164 165 166 167
.plugins-answers-detail .base-title .gray-text {
    position: absolute;
    right: 10px;
    top: 15px;
}
D
devil_gong 已提交
168 169
.plugins-answers-detail .base .reply-content {
    margin-top: 5px;
170 171 172 173 174 175 176 177
}
.plugins-answers-detail .reply-footer {
    border-bottom: 0;
}
@media only screen and (max-width:640px) {
    .plugins-answers-detail .answers-btn-list {
        margin-top: 10px;
    }
D
devil_gong 已提交
178
}