Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB_StrongestBrain_250520
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
RB_StrongestBrain_250520
Commits
3e283b1e
Commit
3e283b1e
authored
May 27, 2025
by
徐士卿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
213a55ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
2 deletions
+34
-2
app.less
src/app.less
+5
-2
HomePage.less
src/pages/HomePage/HomePage.less
+29
-0
No files found.
src/app.less
View file @
3e283b1e
@import "./res.less";
//@import "tailwindcss";
...
...
@@ -16,6 +15,10 @@ body {
text-size-adjust: 100% !important;
-moz-text-size-adjust: 100% !important;
-webkit-user-select: none;
user-select: none;
-webkit-touch-callout: none;
overflow: hidden;
}
...
...
@@ -41,4 +44,4 @@ body {
width: 684px;
height: 150px;
.webpBg("common/banner.png");
}
}
\ No newline at end of file
src/pages/HomePage/HomePage.less
View file @
3e283b1e
@import "../../res.less";
.homepage {
width: 100%;
height: 100%;
...
...
@@ -8,6 +9,7 @@
overflow-x: hidden;
overflow-y: auto;
.bg {
width: 750px;
height: 1624px;
...
...
@@ -16,6 +18,7 @@
position: absolute;
.sparkBg("homePage/bg.png");
}
.equipment {
width: 615px;
height: 850px;
...
...
@@ -24,6 +27,7 @@
position: absolute;
.sparkBg("homePage/equipment.png");
}
.icon {
width: 270px;
height: 356px;
...
...
@@ -32,6 +36,7 @@
position: absolute;
.sparkBg("homePage/icon.png");
}
.book {
width: 180px;
height: 144px;
...
...
@@ -40,6 +45,7 @@
position: absolute;
.sparkBg("homePage/book.png");
}
.brain {
width: 356px;
height: 313px;
...
...
@@ -48,6 +54,7 @@
position: absolute;
.sparkBg("homePage/brain.png");
}
.wenhao {
width: 81px;
height: 123px;
...
...
@@ -56,6 +63,7 @@
position: absolute;
.sparkBg("homePage/wenhao.png");
}
.title {
width: 703px;
height: 181px;
...
...
@@ -64,6 +72,7 @@
position: absolute;
.sparkBg("homePage/title.png");
}
.draw {
width: 153px;
height: 192px;
...
...
@@ -72,6 +81,7 @@
position: absolute;
.sparkBg("homePage/draw.png");
}
.task {
width: 154px;
height: 217px;
...
...
@@ -80,12 +90,14 @@
position: absolute;
.sparkBg("homePage/task.png");
}
.matter {
width: 422px;
height: 154px;
left: 168px;
top: 1356px;
position: absolute;
.m_bg {
width: 422px;
height: 154px;
...
...
@@ -94,6 +106,7 @@
position: absolute;
.sparkBg("homePage/m_bg.png");
}
.answer {
width: 219px;
height: 53px;
...
...
@@ -102,6 +115,7 @@
position: absolute;
.sparkBg("homePage/answer.png");
}
.remain {
width: 422px;
height: 24px;
...
...
@@ -115,12 +129,14 @@
.lineClamp1();
}
}
.rank {
width: 638px;
height: 160px;
left: 58px;
top: 320px;
position: absolute;
.r_bg {
width: 638px;
height: 160px;
...
...
@@ -129,6 +145,7 @@
position: absolute;
.sparkBg("homePage/r_bg.png");
}
.name {
width: 300px;
height: 33px;
...
...
@@ -140,6 +157,7 @@
color: rgba(30, 76, 169, 1);
.lineClamp1();
}
.head {
width: 95px;
height: 96px;
...
...
@@ -149,6 +167,7 @@
// .sparkBg("homePage/head.png");
border-radius: 15px;
}
.myrank {
width: 104px;
height: 20px;
...
...
@@ -156,7 +175,12 @@
top: 103px;
position: absolute;
.sparkBg("homePage/myRank.png");
-webkit-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}
.number {
width: 180px;
height: 70px;
...
...
@@ -170,6 +194,7 @@
.lineClamp1();
}
}
.prize {
width: 114px;
height: 53px;
...
...
@@ -178,6 +203,7 @@
position: absolute;
.sparkBg("homePage/prize.png");
}
.rule {
width: 113px;
height: 53px;
...
...
@@ -186,6 +212,7 @@
position: absolute;
.sparkBg("homePage/rule.png");
}
.visit {
width: 184px;
height: 232px;
...
...
@@ -194,6 +221,7 @@
position: absolute;
.sparkBg("homePage/visit.png");
}
.share {
width: 198px;
height: 232px;
...
...
@@ -202,6 +230,7 @@
position: absolute;
.sparkBg("homePage/share.png");
}
.logo {
width: 290px;
height: 28px;
...
...
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