🆕 improve link and styles

This commit is contained in:
xujiang 2021-09-18 16:27:38 +08:00
parent 9e5ff7ccfc
commit ccc97cc079
3 changed files with 12 additions and 12 deletions

View File

@ -117,7 +117,7 @@ export default function Layout({ children }: IRouteComponentProps) {
<div style={{ height: 380 }}>
<iframe
style={{ width: '100%', height: '100%' }}
src="//player.bilibili.com/player.html?aid=204342673&bvid=BV1jh411k7xs&cid=301889522&page=1"
src="//player.bilibili.com/player.html?aid=975155770&bvid=BV1844y1C7cA&cid=399340856&page=1"
scrolling="no"
border="0"
frameborder="no"

View File

@ -30,8 +30,8 @@
align-items: center;
flex-direction: column;
justify-content: center;
width: 220px;
height: 220px;
width: 200px;
height: 200px;
border-radius: 6px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0);
font-size: 56px;

View File

@ -91,19 +91,19 @@ const Home = () => {
</div>
<footer className={styles.footer}>
<div style={{ display: 'flex', justifyContent: 'center' }}>
<div style={{ marginTop: '30px' }}>
<Zan />
</div>
</div>
<div style={{ display: 'flex', justifyContent: 'center' }}>
<div style={{ width: '500px', marginLeft: '40px', marginTop: '32px' }}>
<div style={{ width: '560px', marginLeft: '40px', marginTop: '32px' }}>
<span style={{ marginRight: '24px' }}>: </span>
<a href="http://lowcode.dooring.cn" style={{ marginRight: '24px' }} target="_blank">
lowcode低代码可视化社区
</a>
<a href="http://v6.dooring.cn/beta" style={{ marginRight: '24px' }} target="_blank">
v6.dooring可视化大屏编辑器
</a>
<a href="http://h5.dooring.cn/qt" style={{ marginRight: '24px' }} target="_blank">
线gif动图制作平台
</a>
</div>
</div>
<div style={{ display: 'flex', justifyContent: 'center' }}>
<div style={{ marginTop: '30px' }}>
<Zan />
</div>
</div>
</footer>