Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sdream-ai-fe
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
侯明涛
sdream-ai-fe
Commits
d7591963
Commit
d7591963
authored
Aug 08, 2024
by
HoMeTown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 去除首页标题动画
parent
8167df7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/pages/Home/components/QuestionList/QuestionList.tsx
+2
-2
src/pages/Home/components/Slogan/Slogan.tsx
+2
-2
No files found.
src/pages/Home/components/QuestionList/QuestionList.tsx
View file @
d7591963
...
@@ -26,9 +26,9 @@ const itemVariants = {
...
@@ -26,9 +26,9 @@ const itemVariants = {
y
:
0
,
y
:
0
,
scale
:
1
,
scale
:
1
,
transition
:
{
transition
:
{
delay
:
i
*
0.
1
,
delay
:
i
*
0.
08
,
type
:
'spring'
,
type
:
'spring'
,
stiffness
:
5
00
,
stiffness
:
2
00
,
damping
:
20
,
damping
:
20
,
mass
:
0.8
,
mass
:
0.8
,
},
},
...
...
src/pages/Home/components/Slogan/Slogan.tsx
View file @
d7591963
import
type
React
from
'react'
import
type
React
from
'react'
import
TextLogo
from
'@/assets/svg/textLogo.svg?react'
import
TextLogo
from
'@/assets/svg/textLogo.svg?react'
import
GradualSpacing
from
'@/components/GradualSpacing'
import
{
GradientsBall
}
from
'@/components/GradientsBall/GradientsBall'
import
{
GradientsBall
}
from
'@/components/GradientsBall/GradientsBall'
export
const
Slogan
:
React
.
FC
=
()
=>
{
export
const
Slogan
:
React
.
FC
=
()
=>
{
...
@@ -8,7 +7,8 @@ export const Slogan: React.FC = () => {
...
@@ -8,7 +7,8 @@ export const Slogan: React.FC = () => {
<
div
className=
"flex flex-col items-center box-border"
>
<
div
className=
"flex flex-col items-center box-border"
>
<
GradientsBall
/>
<
GradientsBall
/>
<
TextLogo
className=
"text-[12px]"
/>
<
TextLogo
className=
"text-[12px]"
/>
<
GradualSpacing
text=
"晓得解惑,让沟通更智能"
className=
"mt-[36px] text-[#333] text-[28px] font-medium"
/>
{
/* <GradualSpacing text="晓得解惑,让沟通更智能" className="mt-[36px] text-[#333] text-[28px] font-medium" /> */
}
<
h2
className=
"mt-[36px] text-[#333] text-[28px] font-medium"
>
晓得解惑,让沟通更智能
</
h2
>
<
h3
className=
"text-center text-[18px] text-[#5AA9D0] font-light mt-[16px]"
>
知晓市场脉搏,引领行业潮流,晓得AI助手全方位为您保驾护航
</
h3
>
<
h3
className=
"text-center text-[18px] text-[#5AA9D0] font-light mt-[16px]"
>
知晓市场脉搏,引领行业潮流,晓得AI助手全方位为您保驾护航
</
h3
>
</
div
>
</
div
>
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment