Files
orico-official-website-old/public/frontend/webth/css/subject/faq.css
2024-10-29 14:04:59 +08:00

11 lines
423 B
CSS
Executable File

.faq{padding:2.3% 0 0;}
.faq-all{width:100%; }
.faq-all li{float: left; width:49.5%; margin-right: 1%;}
@media screen and (max-width:768px){
.faq-all{width:96%; margin:auto;}
.faq-all li{float: left; width:100%;}
}
.faq-all li:nth-child(2n){margin-right: 0;}
.faq-all-text{padding:5% 0;}
.faq-title{font-size: 1.5em; color:#101010; margin-bottom: 2%;}
.faq-des{font-size: 1em; color:#737373;line-height: 1.8em;}