mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-11 01:06:32 +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 }}>
|
||||
<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"
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user