Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icbcRPG
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
wildfirecode13
icbcRPG
Commits
bc69934e
Commit
bc69934e
authored
Dec 29, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3cb4310d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
1 deletion
+22
-1
index.js
project/mock/e-family/index.js
+1
-1
app.less
project/src/app.less
+10
-0
main3.less
project/src/pages/main3/main3.less
+11
-0
No files found.
project/mock/e-family/index.js
View file @
bc69934e
...
@@ -4,7 +4,7 @@ export const homeInfo = {
...
@@ -4,7 +4,7 @@ export const homeInfo = {
{
{
"canUpdateNickName"
:
false
,
"canUpdateNickName"
:
false
,
"figures"
:
[{
"figureId"
:
"1"
},
{
"figureId"
:
"2"
},
{
"figureId"
:
"3"
}],
"figures"
:
[{
"figureId"
:
"1"
},
{
"figureId"
:
"2"
},
{
"figureId"
:
"3"
}],
"newUser"
:
0
,
"newUser"
:
1
,
"userInfo"
:
{
"figureId"
:
"3"
,
"joyBeans"
:
10100
,
"nickName"
:
"13"
}
"userInfo"
:
{
"figureId"
:
"3"
,
"joyBeans"
:
10100
,
"nickName"
:
"13"
}
},
},
"message"
:
null
,
"message"
:
null
,
...
...
project/src/app.less
View file @
bc69934e
...
@@ -67,6 +67,15 @@ body {
...
@@ -67,6 +67,15 @@ body {
}
}
.diacontmidpos {
.diacontmidpos {
position: fixed;
top: 0%;
left: 0%;
bottom: 0%;
right: 0%;
margin: auto;
}
.diacontmidpos2 {
position: absolute;
position: absolute;
margin: auto;
margin: auto;
width: 100%;
width: 100%;
...
@@ -80,6 +89,7 @@ body {
...
@@ -80,6 +89,7 @@ body {
z-index: 9999;
z-index: 9999;
}
}
.popcontainer {
.popcontainer {
position: fixed;
position: fixed;
z-index: 99999;
z-index: 99999;
...
...
project/src/pages/main3/main3.less
View file @
bc69934e
...
@@ -3,6 +3,17 @@
...
@@ -3,6 +3,17 @@
// height: 1624px;
// height: 1624px;
// position: absolute;
// position: absolute;
overflow-x: hidden;
overflow-x: hidden;
position: absolute;
margin: auto;
width: 100%;
height: 100%;
// overflow: hidden;
top: 0;
left: 0;
.main3_bg {
.main3_bg {
width: 750px;
width: 750px;
height: 1624px;
height: 1624px;
...
...
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