Просмотр исходного кода

1.Blazor试水成功

2.完善底部备案样式
master
SmallChi(Koike) 5 лет назад
Родитель
Сommit
384ab997fe
1 измененных файлов: 15 добавлений и 10 удалений
  1. +15
    -10
      src/JTTools/wwwroot/css/site.css

+ 15
- 10
src/JTTools/wwwroot/css/site.css Просмотреть файл

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

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

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

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

@media (min-width: 768px) {
@@ -180,12 +190,7 @@ app {
/* Never collapse the sidebar for wide screens */
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);
}
}

Загрузка…
Отмена
Сохранить