Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
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
张冬
web-site
Commits
6f3f0842
Commit
6f3f0842
authored
Oct 21, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updata
parent
1c3cef69
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
index.vue
pages/index/index.vue
+13
-3
No files found.
pages/index/index.vue
View file @
6f3f0842
<
template
>
<div
class=
"homepage"
>
<div
class=
"content
flex
"
>
<div
class=
"content "
>
<div
class=
"banner"
>
<!--
<el-carousel
trigger=
"click"
height=
"4.21rem"
width=
"100%"
class=
"car"
>
<el-carousel-item
v-for=
"(item,index) in picArr"
:key=
"index"
>
...
...
@@ -9,6 +9,7 @@
</el-carousel>
-->
<img
src=
"~/assets/images/back.png"
style=
"height:5.3rem;width:100%"
>
</div>
<div
class=
"loginbox"
>
<div
class=
"login"
>
<div
class=
"author"
>
<img
src=
"~/assets/css/user.png"
>
...
...
@@ -23,6 +24,7 @@
</div>
</div>
</div>
</div>
<div
class=
" message"
>
<div
v-for=
"(item,index) in messageList"
:key=
"index"
class=
"message-item"
>
<div
class=
" t12"
>
{{
item
.
head
}}
</div>
...
...
@@ -317,8 +319,8 @@ import Cookies from "js-cookie"
position
:
absolute
;
/* left:1040px;
top:214px; */
left
:
63%
;
top
:
30%
;
top
:
-310px
;
right
:
0
;
background
:
#FFFFFF
;
z-index
:
9999
}
...
...
@@ -492,4 +494,12 @@ import Cookies from "js-cookie"
line-height
:
24px
;
}
.loginbox
{
width
:
12rem
;
margin
:
0
auto
;
position
:
relative
;
/* height:5.3rem; */
/* top:-310px; */
z-index
:
99999
}
</
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