index.css 4.6 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 11 12
.plugins-answers .answers-goods ul.am-gallery {
    width: calc(100% + 10px);
    margin-left: -5px;
}
D
devil_gong 已提交
13 14
.plugins-answers .answers-goods .am-list-news-hd {
    padding-bottom: 0;
D
devil_gong 已提交
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
}
.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 .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 已提交
42 43 44 45 46 47 48 49 50
.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;
}
51 52 53 54 55 56
.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 已提交
57

D
devil_gong 已提交
58
@media only screen and (min-width:640px) {
D
devil_gong 已提交
59 60 61
    .plugins-answers .am-u-md-8, .plugins-answers .am-gallery {
        padding: 0;
    }
D
devil_gong 已提交
62
    .plugins-answers .am-gallery-bordered .am-gallery-item:hover {
D
devil_gong 已提交
63
        -webkit-box-shadow: 0px 12px 12px -10px rgba(0,0,0,.4);
D
devil_gong 已提交
64 65 66 67 68 69 70
        box-shadow:0px 12px 12px -10px rgba(0,0,0,.4);
        border: 4px solid #d2364c;
        -webkit-transition: border-color .2s ease-in;
        -moz-transition: border-color .2s ease-in;
        -ms-transition: border-color .2s ease-in;
        -o-transition: border-color .2s ease-in;
        transition: border-color .2s ease-in;
D
devil_gong 已提交
71 72 73 74 75 76 77
    }
    .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 已提交
78
    }
79
    
D
devil_gong 已提交
80
    .plugins-answers .answers-sidebar, .plugins-answers .answers-goods {
D
devil_gong 已提交
81
        padding-right: 1px;
D
devil_gong 已提交
82 83 84 85 86 87 88
    }
    .plugins-answers .am-list-news-default {
        margin: 0;
    }
    .plugins-answers .answers-middle-list .am-list-news-hd {
        padding-top: 10px;
    }
D
devil_gong 已提交
89 90 91 92 93
}

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

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

/**
 * 详情
 */
121
.plugins-answers-detail, .plugins-answers-search {
D
devil_gong 已提交
122 123
    padding-top: 10px;
}
124 125 126 127
.plugins-answers-detail .am-u-md-8 {
    border: 1px solid #dedede;
}
.plugins-answers-detail .base-content, .plugins-answers-detail .base-footer {
D
devil_gong 已提交
128 129
    padding: 10px;
}
130 131 132 133
.plugins-answers-detail .base-content {
    border-top: 1px solid #dedede;
}
.plugins-answers-detail .base-footer {
D
devil_gong 已提交
134
    text-align: right;
135 136
    border-top: 1px dashed #e7e7e7;
    border-bottom: 1px dashed #e7e7e7;
D
devil_gong 已提交
137 138 139 140 141
}
.plugins-answers-detail .base {
    margin-top: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
D
devil_gong 已提交
142 143 144 145 146
}
.plugins-answers-detail .am-panel-warning {
    background: #fff7ef;
}
.plugins-answers-detail .am-panel-success {
147 148 149 150 151 152 153 154 155 156 157 158 159 160
    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 已提交
161 162 163
}
.plugins-answers-detail h2 {
    font-weight: 500;
D
devil_gong 已提交
164
    font-size: 16px;
D
devil_gong 已提交
165
}
166 167 168 169 170
.plugins-answers-detail .base-title .gray-text {
    position: absolute;
    right: 10px;
    top: 15px;
}
D
devil_gong 已提交
171 172
.plugins-answers-detail .base .reply-content {
    margin-top: 5px;
173 174 175 176 177 178 179 180
}
.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 已提交
181
}