样式调整
parent
74d69bd296
commit
8efb7ec593
|
@ -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) {
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
</head>
|
||||
<body>
|
||||
{:widget('menu/index', ['categoryId' => $categoryId ?? 0])}
|
||||
|
||||
{__CONTENT__}
|
||||
|
||||
<div class="layout-main-content">
|
||||
{__CONTENT__}
|
||||
</div>
|
||||
{:widget('common/footer')}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
|
||||
<body >
|
||||
{:widget('menu/index', ['categoryId' => $categoryId ?? 0,'menutwo'=>true])}
|
||||
|
||||
{__CONTENT__}
|
||||
|
||||
<div class="main-content" style="min-height: calc(100vh - 259px);">
|
||||
{__CONTENT__}
|
||||
</div>
|
||||
{:widget('common/footer')}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue