mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
feat: update SiteFooter layout and adjust MapPage iframe source
This commit is contained in:
@@ -30,7 +30,7 @@ const friendLinks = [
|
||||
|
||||
<template>
|
||||
<footer class="site-footer">
|
||||
<div class="site-footer__inner">
|
||||
<div class="bl-shell">
|
||||
<div class="footer-columns">
|
||||
<div class="footer-col">
|
||||
<div class="footer-logo">{{ brand }}</div>
|
||||
@@ -71,12 +71,6 @@ const friendLinks = [
|
||||
color: var(--bl-text-secondary, #6e6e73);
|
||||
}
|
||||
|
||||
.site-footer__inner {
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.footer-columns {
|
||||
display: flex;
|
||||
gap: 60px;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<iframe
|
||||
class="iframe-fullpage"
|
||||
src="https://mcmap.lunadeer.cn/"
|
||||
src="https://mcmap.lunadeer.cn/#world:2710:0:-1575:2531:0:0:0:1:flat"
|
||||
frameborder="0"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
|
||||
@@ -86,8 +86,9 @@ img {
|
||||
}
|
||||
|
||||
.bl-shell {
|
||||
width: min(var(--bl-content-width), calc(100% - 32px));
|
||||
width: min(var(--bl-content-width), calc(100% - 40px));
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.bl-section-heading {
|
||||
|
||||
Reference in New Issue
Block a user