方法一:
不建議使用 * {}選擇器,因為在一些其他樣式外掛程式、特殊部分會有更好的字型樣式設定,用*就會全部覆蓋。
正常引入bootstrap的css樣式後,記得將自定義的樣式表放到其之後,
在main.css中第一句加上:
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6
將首選字型替換為微軟雅黑,用英文寫字型名稱相容性更好,在所有瀏覽器上都通用。
將h1~h6標籤寫上,是因為在最新的bootstrap3中,對h1~h6單獨做了字型設定。
方法二:
用「*」。比如:*(font-family: 「helvetica neue」, helvetica, arial, sans-serif;)
因為這個代表所有樣式。
方法三:
建議在專案根目錄裡面建立乙個 public新建乙個css。如 site.css 在裡面加上
body
然後引用時候,將site.css放在 bootstrap.min.css下面,這樣自定義的css樣式就會替代bootstrap裡面的。 ios crash問題記錄
1.誤將nsmutablearray型別的變數初始化為nsarray,結果對nsmutablearray型別變數進行操作時,crash h檔案如下 inte ce movemecontroller secondlevelviewcontroller property nonatomic,retain...
??? nginx lua問題記錄
問題1 當用http localhost test 訪問時,結果為何迥異?eg1 location test 結果為空,說明執行的是httpechomodule的echo指令,沒有執行httpluamodule的content by lua指令 eg2 location test輸出123 說明執行...
sphinx 問題記錄
indexer error while loading shared libraries libmysqlclient.so.18 cannot open shared object file no such file or directory 發現sphinx indexer依賴庫ibmysqlc...