问答系统优化

This commit is contained in:
devil_gong 2019-03-14 10:46:38 +08:00
parent 5a92e740d4
commit 3e9ca8b4f8

View File

@ -6,6 +6,10 @@
.plugins-answers .answers-goods {
overflow: hidden;
}
.plugins-answers .answers-goods ul.am-gallery {
width: calc(100% + 10px);
margin-left: -5px;
}
.plugins-answers .answers-goods .am-list-news-hd {
padding-bottom: 0;
}
@ -17,12 +21,6 @@
.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;
}