样式调整

master
Lee 2022-11-17 11:58:43 +08:00
parent 74d69bd296
commit 8efb7ec593
3 changed files with 9 additions and 6 deletions

View File

@ -2591,6 +2591,9 @@
.recruit-item:hover .img>img {
filter: grayscale(100%) brightness(100);
}
.layout-main-content{
min-height: calc(100vh - 347px);
}
}
@media screen and (max-width:1840px) {

View File

@ -22,9 +22,9 @@
</head>
<body>
{:widget('menu/index', ['categoryId' => $categoryId ?? 0])}
<div class="layout-main-content">
{__CONTENT__}
</div>
{:widget('common/footer')}
</body>
</html>

View File

@ -22,9 +22,9 @@
<body >
{:widget('menu/index', ['categoryId' => $categoryId ?? 0,'menutwo'=>true])}
<div class="main-content" style="min-height: calc(100vh - 259px);">
{__CONTENT__}
</div>
{:widget('common/footer')}
</body>
</html>