Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
ww_sequence
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
ww_sequence
Commits
2a9abec8
Commit
2a9abec8
authored
Aug 11, 2020
by
liujiaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sdf
parent
722aa8f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
play.component.html
src/app/play/play.component.html
+3
-3
No files found.
src/app/play/play.component.html
View file @
2a9abec8
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
[
attr
.
data-idx
]="
pic
.
idx
"
[
attr
.
data-idx
]="
pic
.
idx
"
>
>
<div
class=
"item-box"
>
<div
class=
"item-box"
>
<img
src=
"
/
assets/sequence2/seq_item_bg.png"
style=
"width: 100%;height: 100%"
alt=
""
>
<img
src=
"assets/sequence2/seq_item_bg.png"
style=
"width: 100%;height: 100%"
alt=
""
>
<div
class=
"item-pic drop-target"
<div
class=
"item-pic drop-target"
[
attr
.
data-idx
]="
pic
.
idx
"
[
attr
.
data-idx
]="
pic
.
idx
"
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</div>
</div>
<div
class=
"seq-wrap"
>
<div
class=
"seq-wrap"
>
<img
class=
"seq-wrap-bg"
src=
"
/
assets/sequence2/rectangle.png"
style=
"width: 100%;height: 100%"
alt=
""
>
<img
class=
"seq-wrap-bg"
src=
"assets/sequence2/rectangle.png"
style=
"width: 100%;height: 100%"
alt=
""
>
<div
class=
"seq-num-box"
#
indexNumBox
>
<div
class=
"seq-num-box"
#
indexNumBox
>
<img
<img
*
ngFor=
"let i of _itemsArr"
*
ngFor=
"let i of _itemsArr"
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<div
class=
"answer-wrap"
>
<div
class=
"answer-wrap"
>
<img
class=
"btn-answer"
<img
class=
"btn-answer"
(
click
)="
showRightAnswer
()"
(
click
)="
showRightAnswer
()"
src=
"
/
assets/sequence2/answer.png"
alt=
""
>
src=
"assets/sequence2/answer.png"
alt=
""
>
</div>
</div>
</div>
</div>
...
...
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