fix: Background color
This commit is contained in:
parent
4c939ae353
commit
99861fd7fb
|
@ -4,7 +4,7 @@
|
||||||
初冬的朝阳个人主页
|
初冬的朝阳个人主页
|
||||||
</PageTitle>
|
</PageTitle>
|
||||||
|
|
||||||
<FluentStack Orientation="@Orientation.Vertical" Width="100%" Style="background-color: #f0f2f5; height: 100%">
|
<FluentStack Orientation="@Orientation.Vertical" Width="100%" Style="min-height: 100%">
|
||||||
<div style="width: 100%; height: auto">
|
<div style="width: 100%; height: auto">
|
||||||
<FluentGrid>
|
<FluentGrid>
|
||||||
<FluentGridItem md="3" xs="12">
|
<FluentGridItem md="3" xs="12">
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
</FluentGridItem>
|
</FluentGridItem>
|
||||||
|
|
||||||
<FluentGridItem md="9" xs="12">
|
<FluentGridItem md="9" xs="12">
|
||||||
<FluentStack Orientation="@Orientation.Vertical" Style="padding: 25px">
|
<FluentStack Orientation="@Orientation.Vertical" Style="padding: 25px" VerticalGap="20">
|
||||||
<FluentLabel Typo="@Typography.H3" Weight="@FontWeight.Bold">
|
<FluentLabel Typo="@Typography.H3" Weight="@FontWeight.Bold">
|
||||||
初冬的朝阳 (Ricardo Ren)
|
初冬的朝阳 (Ricardo Ren)
|
||||||
</FluentLabel>
|
</FluentLabel>
|
||||||
|
@ -42,6 +42,10 @@
|
||||||
<a href="https://github.com/jackfiled">Github</a>
|
<a href="https://github.com/jackfiled">Github</a>
|
||||||
</FluentLabel>
|
</FluentLabel>
|
||||||
|
|
||||||
|
<FluentLabel Typo="@Typography.Body">
|
||||||
|
<a href="https://git.rrricardo.top/jackfiled">Gitea</a>
|
||||||
|
</FluentLabel>
|
||||||
|
|
||||||
<FluentLabel Typo="@Typography.Body">
|
<FluentLabel Typo="@Typography.Body">
|
||||||
<a href="mailto://shicangjuner@outlook.com">E-Mail</a>
|
<a href="mailto://shicangjuner@outlook.com">E-Mail</a>
|
||||||
</FluentLabel>
|
</FluentLabel>
|
||||||
|
@ -61,8 +65,6 @@
|
||||||
Description="奇奇怪怪东西的聚集地"/>
|
Description="奇奇怪怪东西的聚集地"/>
|
||||||
<WebsiteCard Name="笔记本" Address="https://jackfiled.github.io/wiki/" ImageAddress="/images/wiki-icon.png"
|
<WebsiteCard Name="笔记本" Address="https://jackfiled.github.io/wiki/" ImageAddress="/images/wiki-icon.png"
|
||||||
Description="技校学习笔记"/>
|
Description="技校学习笔记"/>
|
||||||
<WebsiteCard Name="给提啊" Address="https://git.rrricardo.top" ImageAddress="/images/git-icon.png"
|
|
||||||
Description="宅男自用99成新"/>
|
|
||||||
</FluentGrid>
|
</FluentGrid>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user