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
1c3cef69
Commit
1c3cef69
authored
Oct 21, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改
parent
0c73bf50
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
16 deletions
+18
-16
index.vue
pages/index/index.vue
+18
-16
No files found.
pages/index/index.vue
View file @
1c3cef69
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</div>
</div>
<div
class=
"login-title"
>
{{
userName
}}
</div>
<div
class=
"login-title"
>
{{
userName
}}
</div>
<div
class=
"login-button t10"
@
click=
"loginuser"
v-show=
"showDefault"
>
用户登录
</div>
<div
class=
"login-button t10"
@
click=
"loginuser"
v-show=
"showDefault"
>
用户登录
</div>
<div
class=
"login-button t11"
@
click=
"Merchant"
v-show=
"showDefault"
style=
"color:white"
>
商家入驻
</div>
<div
class=
"login-button t11"
@
click=
"Merchant"
v-show=
"showDefault"
>
商家入驻
</div>
<div
class=
"login-button"
v-show=
"!showDefault"
@
click=
"pushH"
>
管理后台
</div>
<div
class=
"login-button"
v-show=
"!showDefault"
@
click=
"pushH"
>
管理后台
</div>
<div
class=
"flex"
style=
"margin-top:20px"
>
<div
class=
"flex"
style=
"margin-top:20px"
>
<span
v-show=
"showDefault"
>
还没有账号?
</span>
<span
v-show=
"showDefault"
>
还没有账号?
</span>
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<div
v-for=
"(item,index) in messageList"
:key=
"index"
class=
"message-item"
>
<div
v-for=
"(item,index) in messageList"
:key=
"index"
class=
"message-item"
>
<div
class=
" t12"
>
{{
item
.
head
}}
</div>
<div
class=
" t12"
>
{{
item
.
head
}}
</div>
<div
>
<div
>
<img
style=
"border-top:2px solid #
0486FE
"
:src=
"item.src"
alt=
""
>
<img
style=
"border-top:2px solid #
D8D8D8
"
:src=
"item.src"
alt=
""
>
<div
style=
"margin-top:30px"
>
{{
''
+
item
.
title
}}
</div>
<div
style=
"margin-top:30px"
>
{{
''
+
item
.
title
}}
</div>
</div>
</div>
</div>
</div>
...
@@ -315,10 +315,10 @@ import Cookies from "js-cookie"
...
@@ -315,10 +315,10 @@ import Cookies from "js-cookie"
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
position
:
absolute
;
position
:
absolute
;
left
:
1040px
;
/*
left:1040px;
top
:
214px
;
top:214px;
*/
/* left:70
%;
left
:
63
%
;
top:30%;
*/
top
:
30%
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
z-index
:
9999
z-index
:
9999
}
}
...
@@ -328,13 +328,13 @@ import Cookies from "js-cookie"
...
@@ -328,13 +328,13 @@ import Cookies from "js-cookie"
height
:
34px
;
height
:
34px
;
line-height
:
.36rem
;
line-height
:
.36rem
;
text-align
:
center
;
text-align
:
center
;
background
:
rgba
(
255
,
255
,
255
,
1
)
;
background
-color
:
#FF5203
;
border-radius
:
0.03rem
;
border-radius
:
0.03rem
;
margin-bottom
:
0.2rem
;
margin-bottom
:
0.2rem
;
border
:
1px
solid
rgba
(
4
,
134
,
254
,
1
);
border
:
1px
solid
rgba
(
4
,
134
,
254
,
1
);
font-size
:
.16rem
;
font-size
:
.16rem
;
font-weight
:
300
;
font-weight
:
300
;
color
:
rgba
(
4
,
134
,
254
,
1
)
;
color
:
#FFFFFF
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
...
@@ -456,37 +456,39 @@ import Cookies from "js-cookie"
...
@@ -456,37 +456,39 @@ import Cookies from "js-cookie"
width
:
100%
;
width
:
100%
;
}
}
.font
{
.font
{
color
:
#
0B89FE
;
color
:
#
FF5203
;
cursor
:
pointer
cursor
:
pointer
}
}
.login
.t10
{
.login
.t10
{
width
:
191px
;
width
:
191px
;
height
:
34px
;
height
:
34px
;
background
:
#0B89FE
;
background
-color
:
#FF5203
;
;
border-radius
:
3px
;
border-radius
:
3px
;
border
:
1px
solid
#0486FE
;
/* border: 1px solid #0486FE; */
color
:
white
color
:
white
}
}
.login
.t11
{
.login
.t11
{
width
:
191px
;
width
:
191px
;
height
:
34px
;
height
:
34px
;
background
:
#0B89FE
;
;
background
-color
:
#FF5203
;
border-radius
:
3px
;
border-radius
:
3px
;
opacity
:
0.3
;
opacity
:
0.3
1
;
color
:
#0B89FE
color
:
#FFFFFF
;
}
}
.contentList
{
.contentList
{
width
:
100%
;
width
:
100%
;
margin
:
0
auto
margin
:
0
auto
}
}
.t12
{
.t12
{
padding-top
:
50px
;
margin-top
:
50px
;
padding-left
:
20px
;
border-left
:
4px
solid
#FF5203
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
width
:
111px
;
width
:
111px
;
height
:
24px
;
height
:
24px
;
font-size
:
18px
;
font-size
:
18px
;
font-family
:
MicrosoftYaHei
;
font-family
:
MicrosoftYaHei
;
color
:
#
0486FE
;
color
:
#
FF5203
;
line-height
:
24px
;
line-height
:
24px
;
}
}
...
...
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