我最近通過css調整了div的寬度。它適用於Firefox,但不適用於Chrome。css在Firefox中工作,而不是在Chrome中
下面的代碼:
.the_content {
padding-left: 60px !important;
padding-right: 40px !important;
}
.the_content {
padding-left: 60px !important;
padding-right: 40px !important;
}
.the_content.post.type-post.hentry.excerpt.clearfix {
padding-left: 60px;
padding-right: 40px;
}
我失去了Chrome瀏覽器在不拾取東西嗎?
謝謝,
當你說這個功能「不工作」,你到底是什麼意思?這有很多不同的含義。爲了幫助您的問題被其他用戶理解,請嘗試添加一些代碼或[jsFiddle](http://jsfiddle.net)以提供幫助。 – 2013-05-06 04:49:55
.the_content post-type post-post excerpt clearfix刪除這一行 – 2013-05-06 04:51:03
歡迎來到stackoverflow,我沒有理由懷疑爲什麼它不能通過查看你提供的代碼在chrome中工作。你使用的填充材料很少重複。嘗試先把他們俱樂部。如何在[小提琴](http://jsfiddle.net/)中解釋它。 – Rohit416 2013-05-06 04:56:03