diff --git a/Backstage/resident_activation.html b/Backstage/resident_activation.html index 242cccf..bd35451 100644 --- a/Backstage/resident_activation.html +++ b/Backstage/resident_activation.html @@ -9,14 +9,13 @@ body { display: flex; flex-direction: column; - min-height: 100vh; /* 確保 body 至少和視窗一樣高 */ - margin: 0; /* 移除預設 margin */ + min-height: 100vh; + margin: 0; } .container.mt-4 { - flex-grow: 1; /* 讓主要內容區域填滿剩餘空間 */ - padding-bottom: 70px; /* 重要:為固定的分頁條預留空間,避免遮擋內容 */ - /* 這個值可以根據分頁條的實際高度進行調整 */ + flex-grow: 1; + padding-bottom: 70px; } #qrcodeModal .modal-body { @@ -25,23 +24,32 @@ align-items: center; } - /* 固定分頁條的樣式 */ nav.pagination-fixed { position: fixed; left: 0; bottom: 0; width: 100%; - background-color: #f8f9fa; /* 給分頁條一個背景色,避免透明 */ - padding: 10px 0; /* 給分頁條一些上下內邊距 */ - border-top: 1px solid #dee2e6; /* 可選:給分頁條頂部加個邊框 */ - z-index: 1000; /* 確保分頁條在其他內容之上 */ + background-color: #f8f9fa; + padding: 10px 0; + border-top: 1px solid #dee2e6; + z-index: 1000; } - /* 確保分頁本身在固定容器內正確對齊 */ nav.pagination-fixed .pagination { - margin-bottom: 0; /* 移除 Bootstrap 分頁的預設下邊距 */ + margin-bottom: 0; } + button.btn { + font-weight: 500; + font-size: 1rem; + padding: 0.5rem 0.75rem; + transition: all 0.2s ease-in-out; + } + + button.btn:hover { + transform: translateY(-1px); + box-shadow: 0 2px 6px rgba(0,0,0,0.1); + } @@ -56,13 +64,13 @@
- +
- +
- +
@@ -77,11 +85,9 @@ 操作 - - + - - +