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
72d3071c
Commit
72d3071c
authored
Dec 19, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
5b3ee495
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
512 deletions
+25
-512
dsl.json
dsl.json
+1
-1
detail2.jsx
project/src/pages/detail2/detail2.jsx
+7
-3
detail2.less
project/src/pages/detail2/detail2.less
+11
-5
main3.less
project/src/pages/main3/main3.less
+2
-2
resList.js
project/src/resconfig/resList.js
+4
-501
No files found.
dsl.json
View file @
72d3071c
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 @
72d3071c
'use strict'
;
'use strict'
;
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
resList
from
'../../resconfig/resList'
;
import
resList
from
'../../resconfig/resList'
;
//import API from '../../api';
//import API from '../../api';
import
'./detail2.less'
;
import
'./detail2.less'
;
class
Detail2
extends
Component
{
class
Detail2
extends
Component
{
constructor
(
props
)
{
constructor
(
props
)
{
super
(
props
);
super
(
props
);
this
.
state
=
{
resList
:
resList
};
this
.
state
=
{
resList
:
resList
,
};
}
}
render
()
{
render
()
{
return
(
return
(
<
div
className=
"detail2 "
uuid=
"c5abc304-1a0b-4804-956a-d61c1d5b75ed"
>
<
div
className=
"detail2 "
uuid=
"c5abc304-1a0b-4804-956a-d61c1d5b75ed"
>
...
@@ -38,4 +41,5 @@ class Detail2 extends Component {
...
@@ -38,4 +41,5 @@ class Detail2 extends Component {
);
);
}
}
}
}
export
default
Detail2
;
export
default
Detail2
;
project/src/pages/detail2/detail2.less
View file @
72d3071c
...
@@ -2,10 +2,16 @@
...
@@ -2,10 +2,16 @@
width: 750px;
width: 750px;
height: 1624px;
height: 1624px;
position: absolute;
position: absolute;
left: 0px;
top: 0px;
transform-origin: 0 0 0;
.detail2_bg {
.detail2_bg {
width: 750px;
width: 750px;
height: 1624px;
height: 1624px;
position: absolute;
position: absolute;
left: -2px;
top: 0px;
transform-origin: 0px 0px 0px;
}
}
.detail2_item {
.detail2_item {
width: 618px;
width: 618px;
...
@@ -14,21 +20,21 @@
...
@@ -14,21 +20,21 @@
top: 235px;
top: 235px;
position: absolute;
position: absolute;
.detail2_item_title {
.detail2_item_title {
width: 93px;
width:
1
93px;
height: 23px;
height: 23px;
left: 53px;
left: 53px;
position: absolute;
position: absolute;
font-size: 24px;
font-size: 24px;
color:
rgba(71, 71, 71, 1)
;
color:
#474747
;
}
}
.detail2_item_day {
.detail2_item_day {
width:
1
84px;
width:
2
84px;
height: 16px;
height: 16px;
left: 52px;
left: 52px;
top: 42px;
top: 42px;
position: absolute;
position: absolute;
font-size: 20px;
font-size: 20px;
color:
rgba(148, 148, 148, 1)
;
color:
#949494
;
}
}
.detail2_item_num {
.detail2_item_num {
width: 88px;
width: 88px;
...
@@ -37,7 +43,7 @@
...
@@ -37,7 +43,7 @@
top: 8px;
top: 8px;
position: absolute;
position: absolute;
font-size: 40px;
font-size: 40px;
color:
rgba(71, 71, 71, 1)
;
color:
#474747
;
}
}
.detail2_item_bg {
.detail2_item_bg {
width: 618px;
width: 618px;
...
...
project/src/pages/main3/main3.less
View file @
72d3071c
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
top: 57px;
top: 57px;
position: absolute;
position: absolute;
font-size: 24px;
font-size: 24px;
color:
rgba(255, 255, 255, 1)
;
color:
#ffffff
;
}
}
.main3_nick {
.main3_nick {
width: 96px;
width: 96px;
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
top: 20px;
top: 20px;
position: absolute;
position: absolute;
font-size: 24px;
font-size: 24px;
color:
rgba(255, 255, 255, 1)
;
color:
#ffffff
;
}
}
.main3_btn_detail {
.main3_btn_detail {
width: 50px;
width: 50px;
...
...
project/src/resconfig/resList.js
View file @
72d3071c
This diff is collapsed.
Click to expand it.
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