Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hello_spark_local
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
hello_spark_local
Commits
27cd627f
Commit
27cd627f
authored
Aug 12, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e53c5076
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
92 additions
and
56 deletions
+92
-56
hellospark.json
hellospark.json
+26
-0
pagehuo_de_sui_pian.jsx
...ect/src/pages/pagehuo_de_sui_pian/pagehuo_de_sui_pian.jsx
+16
-16
pagehuo_de_sui_pian.less
...ct/src/pages/pagehuo_de_sui_pian/pagehuo_de_sui_pian.less
+50
-40
No files found.
hellospark.json
View file @
27cd627f
...
...
@@ -124,6 +124,32 @@
"height"
:
73
},
"componentName"
:
"Image"
},
{
"name"
:
"开心手下82321"
,
"properties"
:
{
"style"
:
{
"width"
:
225
,
"height"
:
73
,
"opacity"
:
1
,
"left"
:
184
,
"top"
:
578
,
"position"
:
"absolute"
,
"transformOrigin"
:
"0px 0px 0px"
},
"attrs"
:
{
"source"
:
"asset://e36d07fb-942f-4463-92c6-37fbf3bd8ac8"
},
"className"
:
""
},
"uuid"
:
"b771abbd-cc4f-455e-8dcf-73d4fbaa807c"
,
"rect"
:
{
"x"
:
174
,
"y"
:
598
,
"width"
:
225
,
"height"
:
73
},
"componentName"
:
"Image"
}
],
"viewType"
:
"Scene"
...
...
project/src/pages/pagehuo_de_sui_pian/pagehuo_de_sui_pian.jsx
View file @
27cd627f
...
...
@@ -7,20 +7,20 @@ import resList from '../../resconfig/resList';
import
'./pagehuo_de_sui_pian.less'
;
class
Pagehuo_de_sui_pian
extends
Component
{
constructor
(
props
)
{
super
(
props
);
this
.
state
=
this
.
state
||
{
resList
:
resList
};
constructor
(
props
)
{
super
(
props
);
this
.
state
=
this
.
state
||
{
resList
:
resList
};
}
render
()
{
return
(
<
div
className=
"huo_de_sui_pian"
>
<
img
className=
"bei_jing_kuang84"
src=
{
this
.
state
.
resList
[
'4fd639b4-4dbe-4d0f-947a-b0260ddb6d64'
].
url
}
/>
<
label
className=
"huo_de_tou_ming_sui_pian"
>
获得[透明]
</
label
>
<
img
className=
"ju_xing75083"
src=
{
this
.
state
.
resList
[
'c4bbb522-b916-4f55-8e65-94d3c5ff5d00'
].
url
}
/>
<
img
className=
"kai_xin_shou_xia82"
src=
{
this
.
state
.
resList
[
'e36d07fb-942f-4463-92c6-37fbf3bd8ac8'
].
url
}
/>
<
img
className=
"kai_xin_shou_xia82321"
src=
{
this
.
state
.
resList
[
'e36d07fb-942f-4463-92c6-37fbf3bd8ac8'
].
url
}
/>
</
div
>
);
}
}
render
()
{
return
(
<
div
className=
"huo_de_sui_pian"
>
<
img
className=
"bei_jing_kuang84"
src=
{
this
.
state
.
resList
[
'4fd639b4-4dbe-4d0f-947a-b0260ddb6d64'
].
url
}
/>
<
label
className=
"huo_de_tou_ming_sui_pian"
>
获得[透明]
</
label
>
<
img
className=
"ju_xing75083"
src=
{
this
.
state
.
resList
[
'c4bbb522-b916-4f55-8e65-94d3c5ff5d00'
].
url
}
/>
<
img
className=
"kai_xin_shou_xia82"
src=
{
this
.
state
.
resList
[
'e36d07fb-942f-4463-92c6-37fbf3bd8ac8'
].
url
}
/>
</
div
>
);
}
}
export
default
Pagehuo_de_sui_pian
;
export
default
Pagehuo_de_sui_pian
;
\ No newline at end of file
project/src/pages/pagehuo_de_sui_pian/pagehuo_de_sui_pian.less
View file @
27cd627f
.huo_de_sui_pian {
width: 565px;
height: 831px;
opacity: 1;
left: 89px;
top: 336px;
position: absolute;
.bei_jing_kuang84 {
width: 565px;
height: 831px;
opacity: 1;
position: absolute;
}
.huo_de_tou_ming_sui_pian {
width: 277px;
height: 44px;
opacity: 1;
left: 147px;
top: 187px;
position: absolute;
font-size: 42px;
color: rgba(168, 86, 102, 1);
}
.ju_xing75083 {
width: 213px;
height: 213px;
opacity: 1;
left: 180px;
top: 308px;
position: absolute;
}
.kai_xin_shou_xia82 {
width: 225px;
height: 73px;
opacity: 1;
left: 198px;
top: 28px;
position: absolute;
transform-origin: 0px 0px 0px;
}
}
width: 565px;
height: 831px;
opacity: 1;
left: 89px;
top: 336px;
position: absolute;
.bei_jing_kuang84 {
width: 565px;
height: 831px;
opacity: 1;
position: absolute;
}
.huo_de_tou_ming_sui_pian {
width: 277px;
height: 44px;
opacity: 1;
left: 147px;
top: 187px;
position: absolute;
font-size: 42px;
color: rgba(168, 86, 102, 1);
}
.ju_xing75083 {
width: 213px;
height: 213px;
opacity: 1;
left: 180px;
top: 308px;
position: absolute;
}
.kai_xin_shou_xia82 {
width: 225px;
height: 73px;
opacity: 1;
left: 198px;
top: 28px;
position: absolute;
transform-origin: 0px 0px 0px;
}
.kai_xin_shou_xia82321 {
width: 225px;
height: 73px;
opacity: 1;
left: 184px;
top: 578px;
position: absolute;
transform-origin: 0px 0px 0px;
}
}
\ No newline at end of file
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