Authored by yyq

咨询样式调整

... ... @@ -7,13 +7,12 @@
.question {
font-size: 24px;
color: $mainFontC;
span {
& > span {
display: block;
float: left;
padding-right: 15px;
}
p {
overflow: hidden;
padding-bottom: 15px;
border-bottom: 1px solid $borderC;
}
... ... @@ -160,20 +159,17 @@
}
}
.goods-consults.customer-consults {
.consult-item:nth-child(1) {
display: block;
}
.consult-item:nth-child(2) {
display: block;
}
.consult-item {
display: none;
@mixin consult-item;
margin-top: 0;
margin-bottom: 15px;
}
}
.goods-consults {
margin-top: 5.25rem;
overflow: hidden;
@mixin consult-item;
padding: 0;
background: none;
}
.readmore{
display: block;
... ... @@ -199,7 +195,7 @@
.goods-consults .faq-item{
@mixin consult-item;
margin-top: 0;
margin-bottom: 30px;
margin-bottom: 15px;
.answer{
border-bottom: none;
}
... ...