Lashtw commited on
Commit
14dc0c4
·
verified ·
1 Parent(s): 3825049

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +16 -46
index.html CHANGED
@@ -356,8 +356,6 @@
356
  <canvas id="resultChart"></canvas>
357
  </div>
358
  </div>
359
- </div>
360
- </div>
361
 
362
  <!-- QR Code 放大顯示遮罩 -->
363
  <div id="qrModal" style="display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.95); z-index: 9999; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; backdrop-filter: blur(5px);">
@@ -1311,65 +1309,37 @@
1311
  <!-- 頁尾宣告資訊區 -->
1312
  <style>
1313
  .footer-credit {
1314
- position: fixed;
1315
- bottom: 20px;
1316
- right: 20px;
1317
  text-align: right;
1318
- color: rgba(253, 246, 227, 0.8);
1319
- font-size: 0.9rem;
1320
- z-index: 1000;
1321
- background: rgba(10, 10, 10, 0.5);
1322
- backdrop-filter: blur(8px);
1323
- padding: 1rem 1.25rem;
1324
- border-radius: 1rem;
1325
- border: 1px solid rgba(255, 255, 255, 0.1);
1326
- box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
1327
- transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
1328
  }
1329
  .footer-credit:hover {
1330
- background: rgba(30, 25, 15, 0.75);
1331
- border-color: rgba(252, 211, 77, 0.3);
1332
- transform: translateY(-3px);
1333
- box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.6);
1334
  }
1335
  .footer-link {
1336
- color: #fcd34d;
1337
- text-decoration: none;
1338
- font-weight: bold;
1339
- transition: color 0.2s, text-shadow 0.2s;
1340
- position: relative;
1341
- }
1342
- .footer-link::after {
1343
- content: '';
1344
- position: absolute;
1345
- width: 100%;
1346
- transform: scaleX(0);
1347
- height: 1px;
1348
- bottom: -2px;
1349
- left: 0;
1350
- background-color: #fcd34d;
1351
- transform-origin: bottom right;
1352
- transition: transform 0.25s ease-out;
1353
  }
1354
  .footer-link:hover {
1355
- color: #fde047;
1356
- text-shadow: 0 0 8px rgba(253, 224, 71, 0.6);
1357
- }
1358
- .footer-link:hover::after {
1359
- transform: scaleX(1);
1360
- transform-origin: bottom left;
1361
  }
1362
  </style>
1363
  <div class="footer-credit">
1364
- <div style="margin-bottom: 6px;">
1365
- 程式設計:新竹縣精華國中 <strong style="color: #fff;">藍星宇</strong>
1366
  </div>
1367
- <div style="margin-bottom: 6px;">
1368
  教育社群:<a href="https://www.facebook.com/groups/1554372228718393" target="_blank" class="footer-link">萬物皆數</a>
1369
  </div>
1370
  <div>
1371
- Pi-search 使用網站:<a href="https://www.angio.net/pi/" target="_blank" class="footer-link">angio.net/pi/</a>
1372
  </div>
1373
  </div>
 
1374
  </body>
1375
  </html>
 
356
  <canvas id="resultChart"></canvas>
357
  </div>
358
  </div>
 
 
359
 
360
  <!-- QR Code 放大顯示遮罩 -->
361
  <div id="qrModal" style="display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.95); z-index: 9999; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; backdrop-filter: blur(5px);">
 
1309
  <!-- 頁尾宣告資訊區 -->
1310
  <style>
1311
  .footer-credit {
 
 
 
1312
  text-align: right;
1313
+ color: rgba(255, 255, 255, 0.3);
1314
+ font-size: 0.85rem;
1315
+ padding: 2rem 0;
1316
+ margin-top: 2rem;
1317
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
1318
+ transition: color 0.3s;
 
 
 
 
1319
  }
1320
  .footer-credit:hover {
1321
+ color: rgba(255, 255, 255, 0.7);
 
 
 
1322
  }
1323
  .footer-link {
1324
+ color: inherit;
1325
+ text-decoration: underline;
1326
+ transition: color 0.2s;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1327
  }
1328
  .footer-link:hover {
1329
+ color: #fcd34d;
 
 
 
 
 
1330
  }
1331
  </style>
1332
  <div class="footer-credit">
1333
+ <div style="margin-bottom: 4px;">
1334
+ 程式設計:新竹縣精華國中 藍星宇
1335
  </div>
1336
+ <div style="margin-bottom: 4px;">
1337
  教育社群:<a href="https://www.facebook.com/groups/1554372228718393" target="_blank" class="footer-link">萬物皆數</a>
1338
  </div>
1339
  <div>
1340
+ Pi-search 使用資料:<a href="https://www.angio.net/pi/" target="_blank" class="footer-link">angio.net/pi/</a>
1341
  </div>
1342
  </div>
1343
+ </div>
1344
  </body>
1345
  </html>