This commit is contained in:
com02 2022-01-06 13:25:42 +09:00
parent b941565ea0
commit a84abd34f7

View File

@ -1579,6 +1579,7 @@ transform: rotate(45deg);}
.faq .list-accordion .question.on .type {font-weight: 500;position: relative;}
.faq .list-accordion .question.on .date {color:#fff;font-size:12px;}
.faq .list-accordion .answer {position: relative;border-bottom: 1px solid #ddd;background: #f6f6f6;padding: 30px 20px 30px 85px;display: none;line-height: 1.8;text-align: left;min-height:60px;}
.faq .list-accordion .answer img {max-width:100%;}
.faq .list-accordion .answer::before {content: '';display: inline-block;width:3px;height:48px;background: #ccc;position: absolute;left:70px;top:35px;}
.list-accordion .question .type::before {content: '';display: inline-block;border-radius: 50%;width:30px;height:30px;background: url(/images/icon/icon-question-on.png) no-repeat center #b68946;position: absolute;left:20px;top:14px;}
.list-accordion .question.on .type::before {content:'';display:inline-block;border-radius: 50%;width:30px;height:30px;background: url(/images/icon/icon-question.png) no-repeat center #fff;}