Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
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
new-sing
h5-base
Commits
70b4be97
Commit
70b4be97
authored
Jul 18, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
718
parent
9c746ff3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
share.vue
src/components/newLesson/share.vue
+43
-0
No files found.
src/components/newLesson/share.vue
View file @
70b4be97
...
@@ -59,6 +59,16 @@
...
@@ -59,6 +59,16 @@
<div
class=
"share_close"
@
click=
"$emit('closeShare')"
>
×
</div>
<div
class=
"share_close"
@
click=
"$emit('closeShare')"
>
×
</div>
<div
class=
"tips"
v-if=
"shareVisible"
@
click=
"shareVisible=false"
>
<div
class=
"tips"
v-if=
"shareVisible"
@
click=
"shareVisible=false"
>
<img
:src=
"share_tips"
/>
<img
:src=
"share_tips"
/>
<div
class=
"pannel"
>
<div
class=
"pannel-container"
>
<div
class=
"pannel-header"
>
<!--
<img
src=
"../../assets/icon_copy.png"
alt
/>
-->
<p>
已为您复制分享文案,可直接粘贴啦!
</p>
</div>
<div
class=
"pannel-main"
></div>
<div
class=
"pannel-footer"
></div>
</div>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -519,6 +529,8 @@ export default {
...
@@ -519,6 +529,8 @@ export default {
</
script
>
</
script
>
<
style
scoped
lang=
"less"
>
<
style
scoped
lang=
"less"
>
@import "../../util/public";
@import "../../util/public";
@tocurrentvw : 1/2 * @toVw;
@tocurrentvh : 1/2 * @toVh;
.share-page {
.share-page {
position: fixed;
position: fixed;
background: url("https://cdn.singsingenglish.com/new-sing/3d68439b63b12ca0a389645a6666f37c8e01c08a.png");
background: url("https://cdn.singsingenglish.com/new-sing/3d68439b63b12ca0a389645a6666f37c8e01c08a.png");
...
@@ -769,5 +781,36 @@ export default {
...
@@ -769,5 +781,36 @@ export default {
width: 80%;
width: 80%;
}
}
}
}
.pannel {
width: 616 * @tocurrentvw;
height: 380 * @tocurrentvw;
border-radius: 16 * @tocurrentvw;
position: fixed;
bottom: 180 * @tocurrentvw;
left: 67 * @tocurrentvw;
border: 2 * @tocurrentvw dashed #fff;
.pannel-container {
width: 558 * @tocurrentvw;
height: 324 * @tocurrentvw;
margin: 28 * @tocurrentvw;
background-color: pink;
display: flex;
flex-direction: column;
justify-content: flex-start;
.pannel-header {
display: flex;
margin: 0;
align-items: center;
height: 40 * @tocurrentvw;
font-size: 28 * @tocurrentvw;
color: #fff;
img {
display: block;
width: 38 * @tocurrentvw;
height: 40 * @tocurrentvw;
}
}
}
}
}
}
</
style
>
</
style
>
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