diff --git a/htdocs/css/general.css b/htdocs/css/general.css index 017b77b..28c7671 100644 --- a/htdocs/css/general.css +++ b/htdocs/css/general.css @@ -8,6 +8,7 @@ border: 1px black solid; border-radius: 5px; background: #0e6eff; + color: #fff7dc; color: white; cursor: pointer; @@ -15,6 +16,12 @@ .btn:hover { opacity: 0.8; } +.btn.green { + background: #178661; +} +.btn.red { + background: #ff0e5e; +} .func-btn li { display: inline-block; diff --git a/htdocs/edit.php b/htdocs/edit.php index b9ac254..8217cf7 100644 --- a/htdocs/edit.php +++ b/htdocs/edit.php @@ -57,8 +57,9 @@ else { diff --git a/htdocs/index.php b/htdocs/index.php index e742a53..a82c908 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -79,7 +79,7 @@ div.table-func {
@@ -108,7 +108,7 @@ div.table-func { diff --git a/htdocs/view.php b/htdocs/view.php index 654cb7f..34eaad7 100644 --- a/htdocs/view.php +++ b/htdocs/view.php @@ -24,6 +24,23 @@ $created_at = $item['created_at']; Document +
@@ -35,15 +52,15 @@ $created_at = $item['created_at'];
-
    -
  • -
  • -
-
    +

    +
    + +
    +
    • 最後修改:
    • 建立時間: