_Layout.cshtml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  6. <title>@ViewData["Title"] - Paylinks</title>
  7. <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css"/>
  8. @await RenderSectionAsync("styles", false)
  9. <link rel="stylesheet" href="~/css/site.css" asp-append-version="true"/>
  10. <script src="~/js/color-modes.js" asp-append-version="true"></script>
  11. <svg xmlns="http://www.w3.org/2000/svg" class="d-none">
  12. <symbol id="check2" viewBox="0 0 16 16">
  13. <path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"></path>
  14. </symbol>
  15. <symbol id="sun-fill" viewBox="0 0 16 16">
  16. <path d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"></path>
  17. </symbol>
  18. <symbol id="moon-stars-fill" viewBox="0 0 16 16">
  19. <path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z"></path>
  20. <path d="M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z"></path>
  21. </symbol>
  22. <symbol id="circle-half" viewBox="0 0 16 16">
  23. <path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"></path>
  24. </symbol>
  25. </svg>
  26. </head>
  27. <body>
  28. <header class="navbar navbar-expand-lg shadow-sm">
  29. <nav class="container flex-wrap flex-lg-nowrap">
  30. <a class="navbar-brand" asp-page="/Index">Paylinks</a>
  31. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
  32. aria-expanded="false" aria-label="Toggle navigation">
  33. <span class="navbar-toggler-icon"></span>
  34. </button>
  35. <div class="navbar-collapse collapse d-lg-flex">
  36. <ul class="navbar-nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
  37. <li>
  38. <a class="nav-link @Html.IsActive("/Alipay/")" asp-page="/Alipay/Index">支付宝</a>
  39. </li>
  40. <li>
  41. <a class="nav-link @Html.IsActive("/WeChatPay/")" asp-page="/WeChatPay/Index">微信支付</a>
  42. </li>
  43. </ul>
  44. <div class="col-12 col-lg-auto mb-3 mb-lg-0 me-lg-3">
  45. <ul class="navbar-nav">
  46. <li>
  47. <a class="nav-link" href="https://paylinks.cn/sponsors" target="_blank">赞助</a>
  48. </li>
  49. </ul>
  50. </div>
  51. <div class="dropdown text-end">
  52. <button class="btn btn-link nav-link py-2 px-0 px-lg-2 dropdown-toggle d-flex align-items-center" id="bd-theme" type="button" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static" aria-label="Toggle theme (light)">
  53. <svg class="bi my-1 theme-icon-active">
  54. <use href="#circle-half"></use>
  55. </svg>
  56. <span class="d-lg-none ms-2" id="bd-theme-text">切换主题</span>
  57. </button>
  58. <ul class="dropdown-menu dropdown-menu-end" aria-labelledby="bd-theme-text">
  59. <li>
  60. <button type="button" class="dropdown-item d-flex align-items-center active" data-bs-theme-value="light" aria-pressed="true">
  61. <svg class="bi me-2 opacity-50">
  62. <use href="#sun-fill"></use>
  63. </svg>
  64. 浅色
  65. <svg class="bi ms-auto d-none">
  66. <use href="#check2"></use>
  67. </svg>
  68. </button>
  69. </li>
  70. <li>
  71. <button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="dark" aria-pressed="false">
  72. <svg class="bi me-2 opacity-50">
  73. <use href="#moon-stars-fill"></use>
  74. </svg>
  75. 深色
  76. <svg class="bi ms-auto d-none">
  77. <use href="#check2"></use>
  78. </svg>
  79. </button>
  80. </li>
  81. <li>
  82. <button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="auto" aria-pressed="false">
  83. <svg class="bi me-2 opacity-50">
  84. <use href="#circle-half"></use>
  85. </svg>
  86. 自动
  87. <svg class="bi ms-auto d-none">
  88. <use href="#check2"></use>
  89. </svg>
  90. </button>
  91. </li>
  92. </ul>
  93. </div>
  94. </div>
  95. </nav>
  96. </header>
  97. <main>
  98. <div class="container pt-5">
  99. @RenderBody()
  100. </div>
  101. </main>
  102. <footer class="footer pt-5 pb-5">
  103. <div class="container text-center">
  104. <p class="text-center mb-0">
  105. &copy; @DateTime.Now.Year Essensoft
  106. </p>
  107. </div>
  108. </footer>
  109. <script src="~/lib/jquery/dist/jquery.min.js"></script>
  110. <script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
  111. @await RenderSectionAsync("scripts", false)
  112. <script src="~/js/site.js" asp-append-version="true"></script>
  113. </body>
  114. </html>