Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
e16ad84d
Commit
e16ad84d
authored
Feb 24, 2020
by
程智春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客服布局
parent
5dd8e486
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
6 deletions
+23
-6
src/pages/contact/index.vue
+23
-6
static/images/contact_img.png
+0
-0
static/images/next.png
+0
-0
static/images/wx.png
+0
-0
No files found.
src/pages/contact/index.vue
View file @
e16ad84d
<
template
>
<div
class=
"contact"
>
<div
class=
"contact-img"
></div>
<div
class=
"contact-img"
>
<img
src=
"../../../static/images/contact_img.png"
alt=
""
>
</div>
<div
class=
"btn-wrap"
>
<button
type=
"contact"
>
<button
open-type=
"contact"
show-message-card
>
<div
class=
"btn-main"
>
<div
class=
"main-img"
>
<img
src=
"../../../static/images/wx.png"
alt=
""
>
</div>
<div
class=
"main-text"
>
官方微信客服
</div>
</div>
<div
class=
"btn-next"
>
next
</div>
<img
class=
"btn-next"
src=
"../../../static/images/next.png"
alt=
""
>
</button>
</div>
</div>
...
...
@@ -34,6 +34,10 @@ export default {
background-color
:
#ccc
;
border-radius
:
8px
;
}
.contact-img
img
{
width
:
100%
;
height
:
100%
;
}
.btn-wrap
{
width
:
100%
;
height
:
80px
;
...
...
@@ -58,12 +62,25 @@ export default {
width
:
54px
;
height
:
40px
;
border-right
:
1px
solid
#D7D4D4
;
padding-top
:
3px
;
}
.main-img
img
{
width
:
42px
;
height
:
34px
;
}
.main-text
{
color
:
#1C1B1B
;
font-size
:
17px
;
margin-left
:
10px
;
}
.btn-next
{
width
:
9px
;
height
:
14px
;
}
.btn-next
img
{
width
:
100%
;
height
:
100%
;
}
button
::after
{
border
:
none
;
}
...
...
static/images/contact_img.png
0 → 100644
View file @
e16ad84d
44.3 KB
static/images/next.png
0 → 100644
View file @
e16ad84d
661 Bytes
static/images/wx.png
0 → 100644
View file @
e16ad84d
4.11 KB
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