Browse Source

1.Blazor试水成功

2.完善底部备案样式
master
SmallChi(Koike) 5 years ago
parent
commit
384ab997fe
1 changed files with 15 additions and 10 deletions
  1. +15
    -10
      src/JTTools/wwwroot/css/site.css

+ 15
- 10
src/JTTools/wwwroot/css/site.css View File

@@ -99,6 +99,7 @@ app {


.content { .content {
padding-top: 1.1rem; padding-top: 1.1rem;
padding-bottom: 60px;
} }


.navbar-toggler { .navbar-toggler {
@@ -135,7 +136,13 @@ app {
right: 0.75rem; right: 0.75rem;
top: 0.5rem; top: 0.5rem;
} }

.footer {
position: fixed;
bottom: 0;
text-align: center;
padding: 10px !important;
background: #fff;
}
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
.main .top-row:not(.auth) { .main .top-row:not(.auth) {
display: none; display: none;
@@ -148,6 +155,9 @@ app {
.main .top-row a, .main .top-row .btn-link { .main .top-row a, .main .top-row .btn-link {
margin-left: 0; margin-left: 0;
} }
.footer {
width: 100%;
}
} }


@media (min-width: 768px) { @media (min-width: 768px) {
@@ -180,12 +190,7 @@ app {
/* Never collapse the sidebar for wide screens */ /* Never collapse the sidebar for wide screens */
display: block; display: block;
} }
}
.footer {
position: fixed;
bottom: 0;
text-align: center;
width: calc(100% - 250px);
padding: 0 !important;
margin: 10px !important;
}
.footer {
width: calc(100% - 250px);
}
}

Loading…
Cancel
Save