Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
fengchao-website
Project
Project
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
tf-boys
fengchao-website
Commits
33eb56bc
Commit
33eb56bc
authored
Jul 17, 2017
by
coolfish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加底部qq
parent
3e582b05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
index.html
index.html
+4
-1
m-copyright.vue
src/components/m-copyright/m-copyright.vue
+12
-0
No files found.
index.html
View file @
33eb56bc
...
...
@@ -10,7 +10,10 @@
<body>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
<div
class=
"m-copyright"
>
<div
class=
"m-copyright"
id=
"mCopyright"
style=
"display:none;"
>
<div
class=
"qq"
>
QQ群:
<a
href=
"https://shang.qq.com/wpa/qunwpa?idkey=d881be6f2a40bb2a0bbb44e65070f12dd13316fb49e3071fed1add4e376f8d80"
target=
"_blank"
>
467417652
</a>
</div>
<div
class=
"about"
>
<a
class=
"line"
>
关于我们
</a><a
target=
"_blank"
href=
"http://www.goyoo.com/"
>
光音网络
</a><a
target=
"_blank"
href=
"http://www.xiaoyun.com/"
>
小云世界
</a><a
target=
"_blank"
href=
"http://xiazai.zol.com.cn/"
>
ZOL软件下载
</a><a
target=
"_blank"
href=
"http://mydown.yesky.com/"
>
天极下载
</a>
</div>
...
...
src/components/m-copyright/m-copyright.vue
View file @
33eb56bc
...
...
@@ -2,6 +2,12 @@
</
template
>
<
script
>
export
default
{
beforeMount
()
{
const
mCopyright
=
document
.
getElementById
(
'mCopyright'
)
mCopyright
.
style
.
display
=
'block'
}
}
</
script
>
<!-- Add "scoped" attribute to limit CSS to this component only -->
...
...
@@ -14,6 +20,12 @@
background-image: url("copyright@2x.png")
background-size: cover
background-position: center
.qq
color: #fff
padding-bottom: 20px
a
color: #F96868
margin-left: 5px
.about
padding-bottom: 20px
a
...
...
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