将原来的.net framework 寻找 替代 方案,改写成.net core 程序
This commit is contained in:
tianshuanbao
2025-12-15 14:34:52 +08:00
parent fe7f5313bc
commit 59f2a2905e
84 changed files with 74877 additions and 52 deletions

View File

@@ -0,0 +1,22 @@
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}