start

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版 前次修改
下次修改
前次修改
start [2025/06/22 07:09] jasonstart [2025/06/23 09:07] (目前版本) jason
行 1: 行 1:
-====== 不二 wiki ======+~~NOCACHE~~
  
-“一實之理,如如平等,而無彼此之別,謂之不二。菩薩悟入一實平等之理,謂之入不二法門。”+<html> 
 +<style> 
 +/* 外層容器 */ 
 +#google-style-wrapper { 
 +    display: flex; 
 +    flex-direction: column; 
 +    justify-content: center; 
 +    align-items: center; 
 +    min-height: 75vh; 
 +    padding: 0 1em 15em; 
 +    text-align: center; 
 +    box-sizing: border-box; 
 +}
  
-——維摩詰經+/* 標題 */ 
 +#google-style-wrapper h1 { 
 +    font-size: 2.2em; 
 +    margin-bottom: 0.4em; 
 +    color: #2c3e50; 
 +}
  
-不二 wiki 是一個佛學詞典集成網站,公益運營,內容亦來自網絡。主要目的是方便本人學習查閱,如果也能利益大眾不勝榮幸。如果發現有錯誤的地方,歡迎聯繫我 email: [email protected],twitter: [[https://x.com/anxiangzhai|西門老鐵]]+/* 描述文字 */ 
 +#google-style-wrapper p.description { 
 +    font-size: 1.1em; 
 +    color: #666; 
 +    margin-top: 2em; 
 +    max-width: 480px; 
 +
 + 
 +/* 搜索表單 */ 
 +#google-style-wrapper form { 
 +    display: flex; 
 +    flex-wrap: wrap; 
 +    justify-content: center; 
 +    gap: 0.5em; 
 +    width: 100%; 
 +    max-width: 480px; 
 +
 + 
 +/* 搜索框 */ 
 +#google-style-wrapper input[type="text"] { 
 +    flex: 1 1 auto; 
 +    height: 42px; 
 +    font-size: 16px; 
 +    padding: 5px 15px; 
 +    border-radius: 20px; 
 +    border: 1px solid #ccc; 
 +    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05); 
 +    outline: none; 
 +    box-sizing: border-box; 
 +    min-width: 0; 
 +
 + 
 +/* 按鈕 */ 
 +#google-style-wrapper input[type="submit"] { 
 +    height: 42px; 
 +    padding: 0 20px; 
 +    font-size: 15px; 
 +    border-radius: 20px; 
 +    border: none; 
 +    cursor: pointer; 
 +    white-space: nowrap; 
 +
 + 
 + 
 + 
 +/* 響應式調整 */ 
 +@media (max-width: 480px) { 
 +    #google-style-wrapper h1 { 
 +        font-size: 1.6em; 
 +    } 
 + 
 +    #google-style-wrapper p.description { 
 +        font-size: 0.95em; 
 +        margin-bottom: 1.5em; 
 +    } 
 + 
 +    #google-style-wrapper form { 
 +        flex-direction: column; 
 +        align-items: stretch; 
 +        gap: 0.5em; 
 +    } 
 + 
 +    #google-style-wrapper input[type="text"], 
 +    #google-style-wrapper input[type="submit"] { 
 +        width: 100%; 
 +        border-radius: 10px; 
 +    } 
 +
 +</style> 
 + 
 +<div id="google-style-wrapper"> 
 +    <h1>不二 wiki</h1> 
 +    <form action="/doku.php" method="get" class="form-inline"> 
 +        <input type="hidden" name="do" value="search"> 
 +        <input type="text" name="id" placeholder="搜你所尋..."> 
 +        <input class="btn" type="submit" value="搜尋"> 
 +    </form> 
 +    <p class="description"><a target="_blank" href="https://wiki.0xbuer.com/%E4%BD%9B%E5%AD%B8%E5%A4%A7%E8%BE%AD%E5%85%B8/%E4%B8%8D%E4%BA%8C">不二</a> wiki 是一個佛學詞典集成網站,公益運營,內容亦來自網絡。主要目的是方便本人學習查閱,如果也能利益大眾不勝榮幸。</p> 
 +    <p class="description">如果發現有錯誤的地方,歡迎聯繫我 [email protected],twitter: <a target="_blank" href="https://x.com/anxiangzhai">西門老鐵</a></p> 
 +</div> 
 +</html>
  
  • start.1750576189.txt.gz
  • 上一次變更: 2025/06/22 08:48
  • (外部編輯)