Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commitc87bb5b

Browse files
committed
style(support): mini adjust
1 parent8720c51 commitc87bb5b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎src/components/SupportUs/index.tsx‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import {
2525
Title,
2626
Divider,
2727
Desc,
28+
MainDesc,
2829
FocusDesc,
2930
SocialWrapper,
3031
SocialIcon,
@@ -84,10 +85,10 @@ const SupportUS: FC<TProps> = ({ metric = METRIC.SUPPORT_US }) => {
8485
支持我们
8586
</Title>
8687
<Divider/>
87-
<Descalign>
88+
<MainDescalign>
8889
{/* eslint-disable-next-line */}
8990
编写一个功能完善的现代社区需要开发者保持长期的专注和付出,论坛的持续打磨和维护,更需要团队投入海量的精力,矛盾的是,现阶段因为缺乏流量等各种资源,难以通过自身造血实现正向循环。你的支持将有助于我们保持独立,在论坛的开发和运营上倾注更多时间。
90-
</Desc>
91+
</MainDesc>
9192
<Brtop={80}/>
9293
<Blocks/>
9394
<Brtop={60}/>

‎src/components/SupportUs/styles/index.ts‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const SupportLogo = styled(Img)`
2929
${css.size(28)};
3030
transform: rotate(-12deg);
3131
margin-right: 15px;
32+
filter: saturate(0.7);
3233
`
3334
exportconstTitle=styled.h1`
3435
${css.flex('align-center')};
@@ -42,6 +43,7 @@ export const Divider = styled.div`
4243
background-color:${theme('thread.articleDigest')};
4344
margin-top: 18px;
4445
margin-bottom: 30px;
46+
margin-left: 5px;
4547
opacity: 0.6;
4648
`
4749
exportconstDesc=styled.div<{align?:boolean}>`
@@ -51,6 +53,9 @@ export const Desc = styled.div<{ align?: boolean }>`
5153
width: 67%;
5254
line-height: 1.875;
5355
`
56+
exportconstMainDesc=styled(Desc)`
57+
text-indent: 32px;
58+
`
5459
exportconstFocusDesc=styled.div`
5560
color:${theme('thread.articleTitle')};
5661
text-align: center;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp