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
f31c0868
Commit
f31c0868
authored
Dec 19, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6926540b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
70 additions
and
62 deletions
+70
-62
dsl.json
dsl.json
+1
-1
detail2.jsx
project/src/pages/detail2/detail2.jsx
+17
-15
detail2.less
project/src/pages/detail2/detail2.less
+52
-46
No files found.
dsl.json
View file @
f31c0868
This source diff could not be displayed because it is too large. You can
view the blob
instead.
project/src/pages/detail2/detail2.jsx
View file @
f31c0868
...
@@ -22,6 +22,7 @@ class Detail2 extends Component {
...
@@ -22,6 +22,7 @@ class Detail2 extends Component {
uuid=
"2b6c5d97-e458-42a0-b49b-49e9efc6abbc"
uuid=
"2b6c5d97-e458-42a0-b49b-49e9efc6abbc"
src=
{
this
.
state
.
resList
[
'9d6135a5-469f-4293-b931-17786c977974'
].
url
}
src=
{
this
.
state
.
resList
[
'9d6135a5-469f-4293-b931-17786c977974'
].
url
}
/>
/>
<
div
className=
"detail2_item_list"
uuid=
"3804f60d-697f-4d68-98b5-ca8cf2e2d3ba"
>
<
div
className=
"detail2_item "
uuid=
"4d8289ea-9464-4a92-a81c-3e24c364e707"
>
<
div
className=
"detail2_item "
uuid=
"4d8289ea-9464-4a92-a81c-3e24c364e707"
>
<
span
className=
"detail2_item_title "
uuid=
"48b63d65-a3d8-4b94-b979-3fcb19c9d89c"
>
<
span
className=
"detail2_item_title "
uuid=
"48b63d65-a3d8-4b94-b979-3fcb19c9d89c"
>
每日签到
每日签到
...
@@ -40,6 +41,7 @@ class Detail2 extends Component {
...
@@ -40,6 +41,7 @@ class Detail2 extends Component {
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
);
);
}
}
}
}
...
...
project/src/pages/detail2/detail2.less
View file @
f31c0868
...
@@ -17,12 +17,27 @@
...
@@ -17,12 +17,27 @@
top: 0px;
top: 0px;
transform-origin: 0 0 0;
transform-origin: 0 0 0;
}
}
.detail2_item_list {
width: 100%;
height: auto;
margin-top: 214px;
.detail2_item {
.detail2_item {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 0 63px;
position: relative;
box-sizing: border-box;
width: 618px;
width: 618px;
height: 91px;
height: 91px;
left: 65px;
background-color: #ffffff;
top: 235px;
box-sizing: border-box;
position: absolute;
// width: 618px;
// height: 91px;
// left: 65px;
// top: 235px;
// position: absolute;
.detail2_item_title {
.detail2_item_title {
width: 193px;
width: 193px;
height: 23px;
height: 23px;
...
@@ -57,14 +72,5 @@
...
@@ -57,14 +72,5 @@
}
}
}
}
}
}
.div {
width: 300px;
height: 300px;
opacity: 1;
display: block;
left: 0px;
top: 0px;
position: absolute;
transform-origin: 0px 0px 0px;
}
}
}
}
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