Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
2
20250310_人保春游
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
20250310_人保春游
Commits
ce9f9b6b
Commit
ce9f9b6b
authored
Mar 12, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
c7bf0093
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
bg.jpg
src/assets/userHomePage/bg.jpg
+0
-0
userhomepage.jsx
src/pages/userhomepage/userhomepage.jsx
+2
-2
userhomepage.less
src/pages/userhomepage/userhomepage.less
+9
-1
No files found.
src/assets/userHomePage/bg.jpg
View replaced file @
c7bf0093
View file @
ce9f9b6b
365 KB
|
W:
|
H:
334 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/userhomepage/userhomepage.jsx
View file @
ce9f9b6b
...
...
@@ -78,9 +78,9 @@ class Userhomepage extends React.Component {
return
(
<
div
className=
"HomePage"
>
<
div
className=
"bg"
/>
{
/* <div className="title" /> */
}
<
SvgaPlayer
className=
"homeEffect"
src=
{
RES_PATH
+
"svga/3输出首页氛围.svga"
}
/>
<
div
className=
"logo"
/>
<
div
className=
"title"
/>
<
div
className=
"subTitle"
>
活动时间:2025年4月1日-4月30日
</
div
>
<
div
className=
"uid"
>
用户ID:273842
</
div
>
<
div
className=
"strategy"
/>
...
...
src/pages/userhomepage/userhomepage.less
View file @
ce9f9b6b
...
...
@@ -10,6 +10,14 @@
overflow-x: hidden;
overflow-y: auto;
.homeEffect {
position: absolute;
left: 0;
top: 79px;
width: 750px;
height: 1253px;
}
.bg {
width: 750px;
height: 1438px;
...
...
@@ -105,7 +113,7 @@
.visitList {
position: absolute;
left: 0;
top:
602
px;
top:
594
px;
width: 150px;
height: 153px;
transform-origin: left center;
...
...
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