init
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
<p class="tool-description">{{ tool.description }}</p>
|
||||
</router-link>
|
||||
</div>
|
||||
<div class="footer-section">
|
||||
<p class="icp-info">苏ICP备2022013040号-1</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -155,5 +158,18 @@ const tools = ref([
|
||||
padding: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-section {
|
||||
text-align: center;
|
||||
padding: 2rem 0;
|
||||
margin-top: 3rem;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.icp-info {
|
||||
color: #999999;
|
||||
font-size: 0.875rem;
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user