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>
|
<template>
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<div class="site-footer__inner">
|
<div class="bl-shell">
|
||||||
<div class="footer-columns">
|
<div class="footer-columns">
|
||||||
<div class="footer-col">
|
<div class="footer-col">
|
||||||
<div class="footer-logo">{{ brand }}</div>
|
<div class="footer-logo">{{ brand }}</div>
|
||||||
@@ -71,12 +71,6 @@ const friendLinks = [
|
|||||||
color: var(--bl-text-secondary, #6e6e73);
|
color: var(--bl-text-secondary, #6e6e73);
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer__inner {
|
|
||||||
max-width: 1000px;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 0 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-columns {
|
.footer-columns {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 60px;
|
gap: 60px;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<iframe
|
<iframe
|
||||||
class="iframe-fullpage"
|
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"
|
frameborder="0"
|
||||||
allowfullscreen
|
allowfullscreen
|
||||||
></iframe>
|
></iframe>
|
||||||
|
|||||||
@@ -86,8 +86,9 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bl-shell {
|
.bl-shell {
|
||||||
width: min(var(--bl-content-width), calc(100% - 32px));
|
width: min(var(--bl-content-width), calc(100% - 40px));
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bl-section-heading {
|
.bl-section-heading {
|
||||||
|
|||||||
Reference in New Issue
Block a user