我有CSS:
.homepagebox {color: #2F2561 !important; margin-bottom: 16px !important;}
和<p class="homepagebox"><strong>Home Loans</strong></p>
但颜色未被应用。
直播page here。
答案 0 :(得分:1)
我移动了
.homepagebox {color: #2F2561 !important; margin-bottom: 16px !important;}
就行了
.box {text-align: center;}
在style.css文件中并且有效。