Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
zhaocaih5-wanda
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7235f62e
authored
Jul 03, 2019
by
mamingqun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bc
parent
3da93a90
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
53 additions
and
32 deletions
+53
-32
src/assets/images/01/bg01.jpg
+0
-0
src/assets/images/01/cheng.png
+0
-0
src/assets/images/01/chuizi.png
+0
-0
src/assets/images/01/text01.png
+0
-0
src/views/shouye.vue
+43
-22
vue.config.js
+10
-10
No files found.
src/assets/images/01/bg01.jpg
View file @
7235f62e
96.7 KB
|
W:
|
H:
195 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/01/cheng.png
0 → 100644
View file @
7235f62e
74 KB
src/assets/images/01/chuizi.png
0 → 100644
View file @
7235f62e
99.7 KB
src/assets/images/01/text01.png
View file @
7235f62e
100 KB
|
W:
|
H:
52.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/shouye.vue
View file @
7235f62e
<
template
>
<
template
>
<div
class=
"home"
>
<div
class=
"home"
>
<
div
class=
"bottom-box"
></div
>
<
!--
<div
class=
"bottom-box"
></div>
--
>
<div
class=
"animated jackInTheBox main-title"
>
<div
class=
"animated jackInTheBox main-title"
>
<div
class=
"stars"
></div>
<div
class=
"stars"
></div>
</div>
</div>
<div
class=
"text01 animated lightSpeedIn"
></div>
<div
class=
"text01 animated lightSpeedIn"
></div>
<div
class=
"button01 animated tada"
>
<div
class=
"cuizi"
></div>
<div
class=
"num-box"
>
<div
class=
"cheng"
></div>
<span>
阅读人数
</span>
:1898256
<div
class=
"button01 animated tada"
></div>
</div>
<div
class=
"num-box"
>
<span>
阅读人数
</span>
:1898256
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -54,7 +55,7 @@ export default {
...
@@ -54,7 +55,7 @@ export default {
.home
{
.home
{
height
:
100%
;
height
:
100%
;
background
:
url("../assets/images/01/bg01.jpg")
no-repeat
center
center
;
background
:
url("../assets/images/01/bg01.jpg")
no-repeat
center
bottom
;
background-size
:
100%
auto
;
background-size
:
100%
auto
;
}
}
...
@@ -83,7 +84,7 @@ export default {
...
@@ -83,7 +84,7 @@ export default {
background-size
:
contain
;
background-size
:
contain
;
position
:
absolute
;
position
:
absolute
;
left
:
50%
;
left
:
50%
;
top
:
40
%
;
top
:
34
%
;
margin-left
:
-250
/
@
r
;
margin-left
:
-250
/
@
r
;
}
}
...
@@ -94,23 +95,43 @@ export default {
...
@@ -94,23 +95,43 @@ export default {
background-size
:
contain
;
background-size
:
contain
;
position
:
absolute
;
position
:
absolute
;
left
:
50%
;
left
:
50%
;
bottom
:
1
0
%
;
bottom
:
1
1
%
;
margin-left
:
-215
/
@
r
;
margin-left
:
-215
/
@
r
;
}
.num-box
{
.cuizi
{
height
:
25
/
@
r
;
width
:
402
/
@
r
;
line-height
:
25
/
@
r
;
height
:
328
/
@
r
;
transform
:
translate
(
-50%
,
0
);
background
:
url("../assets/images/01/chuizi.png")
no-repeat
center
center
;
color
:
white
;
background-size
:
contain
;
position
:
absolute
;
position
:
absolute
;
left
:
50%
;
left
:
0%
;
bottom
:
-40
/
@
r
;
bottom
:
20%
;
white-space
:
nowrap
;
}
font-size
:
12
/
@
r
;
.cheng
{
span
{
width
:
370
/
@
r
;
font-weight
:
bolder
;
height
:
433
/
@
r
;
}
background
:
url("../assets/images/01/cheng.png")
no-repeat
center
center
;
background-size
:
contain
;
position
:
absolute
;
right
:
-2%
;
bottom
:
20%
;
}
.num-box
{
height
:
25
/
@
r
;
line-height
:
25
/
@
r
;
transform
:
translate
(
-50%
,
0
);
color
:
white
;
position
:
absolute
;
left
:
50%
;
bottom
:
4%
;
white-space
:
nowrap
;
font-size
:
12
/
@
r
;
span
{
font-weight
:
bolder
;
}
}
}
}
...
...
vue.config.js
View file @
7235f62e
import
webpack
from
'webpack'
//
import webpack from 'webpack'
module
.
exports
=
{
// module.exports = {
configureWebpack
:
{
// configureWebpack: {
plugins
:
[
new
webpack
.
ProvidePlugin
({
// plugins: [new webpack.ProvidePlugin({
jQuery
:
"jquery"
,
// jQuery: "jquery",
$
:
"jquery"
// $: "jquery"
})]
// })]
}
// }
}
// }
\ No newline at end of file
\ 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