Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
ww_listen-choose
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_listen-choose
Commits
1a39095c
Commit
1a39095c
authored
Jan 19, 2021
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改图片与文字框位置以及图片大小
parent
2b5f72de
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13165 additions
and
7 deletions
+13165
-7
package-lock.json
package-lock.json
+13159
-0
bg_pic.png
src/app/play/assets/bg_pic.png
+0
-0
listen_choose_bg.jpg
src/app/play/assets/listen_choose_bg.jpg
+0
-0
play.component.html
src/app/play/play.component.html
+1
-3
play.component.scss
src/app/play/play.component.scss
+5
-4
No files found.
package-lock.json
0 → 100644
View file @
1a39095c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/app/play/assets/bg_pic.png
0 → 100644
View file @
1a39095c
2.25 KB
src/app/play/assets/listen_choose_bg.jpg
View replaced file @
2b5f72de
View file @
1a39095c
174 KB
|
W:
|
H:
261 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/app/play/play.component.html
View file @
1a39095c
<div
class=
"body-bg"
></div>
<div
class=
"player-border"
>
<div
class=
"question-container"
>
<div
class=
"img-bar"
nz
-row
nz
Type=
"flex"
nzJustify=
"space-around"
>
<div
class=
"img-bar"
nzType=
"flex"
nzJustify=
"space-around"
>
<div
class=
"img-wrap tip-border"
*
ngFor=
"let item of _data"
nz-col
nzSpan=
"6"
[@
tip-border
]="
item
.
state
||
'
none
'"
(
click
)="
handleTap
($
event
,
item
);$
event
.
preventDefault
()"
>
...
...
src/app/play/play.component.scss
View file @
1a39095c
...
...
@@ -42,17 +42,18 @@ $my_width: percentage(4/12);
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
width
:
100%
;
width
:
90%
;
height
:
65%
;
.img-wrap
{
margin
:
1
rem
;
margin
:
0
.5
rem
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
background
:
#ffffff
;
position
:
relative
;
padding-
bottom
:
17
%
;
height
:
0
;
padding-
right
:
31
.5
%
;
padding-bottom
:
23%
;
overflow
:
hidden
;
border
:
0
.8rem
solid
#fff
;
border-radius
:
1rem
;
...
...
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