頁首
<?php include("part/header.php"); ?>
頁尾
<?php include("part/footer.php"); ?>
content -- 調用內容
part -- 主要部件
source -- 資源 (css/font/img/js)
任何檔案網頁連結請使用相對路徑!!!
style.css -- 主要樣式表
請勿直接修改 materialize.min.css 樣式表,請透過寫入 style.css 使用 !important 取代
範例參考
.input-field label{
-webkit-transform: none !important;
}
Google Icon 圖示 https://material.io/icons/
Materializecss 框架 http://materializecss.com