init
This commit is contained in:
11
public/frontend/webth/css/subject/faq.css
Executable file
11
public/frontend/webth/css/subject/faq.css
Executable file
@@ -0,0 +1,11 @@
|
||||
.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;}
|
||||
Reference in New Issue
Block a user