|
|
@@ -38,7 +38,7 @@ |
|
|
|
<!-- 项目后台 --> |
|
|
|
|
|
|
|
<!-- 卡片部分 --> |
|
|
|
<div class="page-container grid4 xxx"> |
|
|
|
<div class="page-container grid5 xxx"> |
|
|
|
<div class="nopagechen projectCardItem"> |
|
|
|
<div> |
|
|
|
<div class="pageboxtitle1">正在接待</div> |
|
|
@@ -2726,6 +2726,13 @@ export default { |
|
|
|
grid-row-gap: 18px; |
|
|
|
} |
|
|
|
|
|
|
|
.grid5 { |
|
|
|
display: grid !important; |
|
|
|
grid-template-columns: repeat(5, 20%); |
|
|
|
grid-column-gap: 12px; |
|
|
|
grid-row-gap: 18px; |
|
|
|
} |
|
|
|
|
|
|
|
.page-container { |
|
|
|
width: 97%; |
|
|
|
display: flex; |
|
|
|