Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
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
陈玉桐
marketing
Commits
7b575d00
Commit
7b575d00
authored
Dec 11, 2019
by
陈玉桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
21天模板改为平铺
parent
8bd4a7e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
5 deletions
+41
-5
poster21Bg.png
src/assets/poster21Bg.png
+0
-0
tool.vue
src/views/tool.vue
+41
-5
No files found.
src/assets/poster21Bg.png
0 → 100644
View file @
7b575d00
69.4 KB
src/views/tool.vue
View file @
7b575d00
...
...
@@ -24,14 +24,16 @@
<!-- 21天模板 -->
<div
id=
"posterCon"
class=
"posterCon_21"
v-if=
"days==21||days==150"
>
<div
id=
"posterBox"
>
<img
:src=
"templateUrl"
>
<div
id=
"poster21Box"
:style=
"
{background: uploadPic?'none':backgroundColor}">
<img
class=
"poster21BoxPhoto"
:src=
"uploadPic"
v-show=
"uploadPic"
>
<img
class=
"poster21BoxBg"
:src=
"templateUrl"
>
</div>
<div
id=
"posterBoxText"
>
<p>
{{
posterText2
}}
</p>
<p>
{{
posterText1
}}
</p>
</div>
<div
id=
"addpicBox"
>
<img
@
click=
"selectPic"
src=
"../assets/addpic.png"
>
<img
:src=
"uploadPic"
v-show=
"uploadPic"
>
</div>
<div
id=
"posterBom"
>
<div
id=
"posterTime"
>
...
...
@@ -93,14 +95,18 @@
</div>
<!-- 21天海报 -->
<div
id=
"posterOut"
v-if=
"days==21||days==150"
>
<img
:src=
"templateUrl"
>
<!--
<img
:src=
"templateUrl"
>
-->
<div
id=
"posterOut21Box"
>
<img
class=
"poster21BoxPhoto"
:src=
"uploadPic"
v-show=
"uploadPic"
>
<img
class=
"poster21BoxBg"
:src=
"templateUrl"
>
</div>
<div
id=
"posterOutText"
>
<p>
{{
posterText2
}}
</p>
<p>
{{
posterText1
}}
</p>
</div>
<div
id=
"posterOutAddpicBox"
>
<
!--
<
div
id=
"posterOutAddpicBox"
>
<img
:src=
"uploadPic"
>
</div>
</div>
-->
<div
id=
"posterOutBom"
>
<div
id=
"posterOutTime"
>
<div
:style=
"
{background: backgroundColor}">
...
...
@@ -606,6 +612,21 @@ export default {
width
:
100%
;
height
:
440px
;
position
:
relative
;
#poster21Box{
height
:
77.8%
;
width
:
100%
;
position
:
relative
;
img{
height
:
100%
;
width
:
100%
;
}
.poster21BoxPhoto
{
position
:
absolute
;
}
.poster21BoxBg
{
position
:
absolute
;
}
}
>
img
{
height
:
77.8%
;
width
:
100%
;
...
...
@@ -862,6 +883,21 @@ export default {
//
position
:
relative
;
//
top
:
0
;
z-index
:
999999
;
#posterOut21Box{
height
:
72%
;
width
:
100%
;
position
:
relative
;
img{
height
:
100%
;
width
:
100%
;
}
.poster21BoxPhoto
{
position
:
absolute
;
}
.poster21BoxBg
{
position
:
absolute
;
}
}
>
img
{
height
:
72%
;
width
:
100%
;
...
...
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