浏览代码

[WebApplicationSample] 更新 logo

Roc 6 年之前
父节点
当前提交
4826106499

+ 1 - 1
samples/WebApplicationSample/Views/Shared/_Layout.cshtml

@@ -21,7 +21,7 @@
 <body>
     <nav class="navbar navbar-expand-lg navbar-light bg-white navbar-shadow">
         <div class="container">
-            <a asp-controller="Home" asp-action="Index" class="navbar-brand @Html.IsActive("Home", "Index", "col-blue")">Payment</a>
+            <a asp-controller="Home" asp-action="Index" class="navbar-brand"><img src="~/images/Payment-Title.png" /></a>
             <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
                 <span class="navbar-toggler-icon"></span>
             </button>

+ 0 - 4
samples/WebApplicationSample/wwwroot/css/site.css

@@ -39,10 +39,6 @@ ul, ol {
     }
 }
 
-.col-blue {
-    color: #007bff !important;
-}
-
 .bg-white {
     background: #fff !important;
 }

+ 3 - 4
samples/WebApplicationSample/wwwroot/css/site.min.css

@@ -1,3 +1,6 @@
+/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
+for details on configuring this project to bundle and minify static web assets. */
+
 body {
     font-family: Monospaced Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
     line-height: 1.5;
@@ -36,10 +39,6 @@ ul, ol {
     }
 }
 
-.col-blue {
-    color: #007bff !important;
-}
-
 .bg-white {
     background: #fff !important;
 }

二进制
samples/WebApplicationSample/wwwroot/favicon.ico


二进制
samples/WebApplicationSample/wwwroot/images/Payment-Title.png