mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-12 18:22:51 +00:00
🆕 improve link and styles
This commit is contained in:
parent
9e5ff7ccfc
commit
ccc97cc079
@ -117,7 +117,7 @@ export default function Layout({ children }: IRouteComponentProps) {
|
|||||||
<div style={{ height: 380 }}>
|
<div style={{ height: 380 }}>
|
||||||
<iframe
|
<iframe
|
||||||
style={{ width: '100%', height: '100%' }}
|
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"
|
scrolling="no"
|
||||||
border="0"
|
border="0"
|
||||||
frameborder="no"
|
frameborder="no"
|
||||||
|
|||||||
@ -30,8 +30,8 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 220px;
|
width: 200px;
|
||||||
height: 220px;
|
height: 200px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0);
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0);
|
||||||
font-size: 56px;
|
font-size: 56px;
|
||||||
|
|||||||
@ -91,19 +91,19 @@ const Home = () => {
|
|||||||
</div>
|
</div>
|
||||||
<footer className={styles.footer}>
|
<footer className={styles.footer}>
|
||||||
<div style={{ display: 'flex', justifyContent: 'center' }}>
|
<div style={{ display: 'flex', justifyContent: 'center' }}>
|
||||||
<div style={{ marginTop: '30px' }}>
|
<div style={{ width: '560px', marginLeft: '40px', marginTop: '32px' }}>
|
||||||
<Zan />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div style={{ display: 'flex', justifyContent: 'center' }}>
|
|
||||||
<div style={{ width: '500px', marginLeft: '40px', marginTop: '32px' }}>
|
|
||||||
<span style={{ marginRight: '24px' }}>更多产品: </span>
|
<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">
|
<a href="http://v6.dooring.cn/beta" style={{ marginRight: '24px' }} target="_blank">
|
||||||
v6.dooring可视化大屏编辑器
|
v6.dooring可视化大屏编辑器
|
||||||
</a>
|
</a>
|
||||||
<a href="http://h5.dooring.cn/qt" style={{ marginRight: '24px' }} target="_blank">
|
</div>
|
||||||
在线gif动图制作平台
|
</div>
|
||||||
</a>
|
<div style={{ display: 'flex', justifyContent: 'center' }}>
|
||||||
|
<div style={{ marginTop: '30px' }}>
|
||||||
|
<Zan />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user