Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1b550c0b
authored
May 21, 2019
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
侧边栏修改
parent
c138ee57
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
45 additions
and
138 deletions
src/assets/css/global.min.css
src/assets/css/global.min.css.map
src/assets/css/global.scss
src/store/modules/common.js
src/views/common/SideBar.vue
src/views/lxshop/lxshop.vue
src/views/xianhuo/xianhuo.vue
src/assets/css/global.min.css
View file @
1b550c0b
html
{
-webkit-text-size-adjust
:
100%
;
-ms-text-size-adjust
:
100%
}
html
*
{
outline
:
0
;
-webkit-text-size-adjust
:
none
!important
;
-webkit-tap-highlight-color
:
transparent
!important
}
html
,
body
{
font-family
:
sans-serif
;
font-style
:
normal
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
}
body
,
div
,
dl
,
dt
,
dd
,
ul
,
ol
,
li
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
pre
,
code
,
form
,
fieldset
,
legend
,
input
,
textarea
,
p
,
blockquote
,
th
,
td
,
hr
,
button
,
article
,
aside
,
details
,
figcaption
,
figure
,
footer
,
header
,
menu
,
nav
,
section
{
margin
:
0
;
padding
:
0
}
button
,
input
,
select
,
textarea
{
font-size
:
100%
;
border
:
none
;
-webkit-appearance
:
none
}
input
[
type
=
button
],
input
[
type
=
file
],
input
[
type
=
submit
]
{
cursor
:
pointer
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
}
ol
,
ul
,
dl
{
list-style
:
none
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-size
:
100%
;
font-weight
:
500
}
em
,
b
,
i
{
font-style
:
normal
}
a
{
text-decoration
:
none
}
img
{
border
:
none
}
.clr
{
*
zoom
:
1
;
clear
:
both
}
.clr
:after
{
content
:
"."
;
clear
:
both
;
height
:
0
;
visibility
:
hidden
;
display
:
block
}
.fl
{
float
:
left
;
_display
:
inline
}
.f-orange
{
color
:
#ffa200
!important
}
.fr
{
float
:
right
;
_display
:
inline
}
.va-t
{
vertical-align
:
top
}
.va-m
{
vertical-align
:
middle
}
.va-b
{
vertical-align
:
bottom
}
.i-hide
{
display
:
none
}
.i-show
{
display
:
block
}
.lineBlock
{
display
:
inline-block
;
*
display
:
inline
;
zoom
:
1
;
letter-spacing
:
normal
;
word-spacing
:
normal
}
.lbBox
{
font-size
:
0
!important
;
*
word-spacing
:
-1px
!important
}
.boxsiz
{
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
}
html
,
body
{
width
:
100%
;
height
:
100%
;
-webkit-overflow-scrolling
:
touch
}
body
{
overflow-x
:
hidden
}
.emptys
{
margin-left
:
-1px
;
width
:
1px
;
height
:
100%
;
font-size
:
0
;
vertical-align
:
middle
}
@media
(
min-width
:
750px
){
html
{
background
:
rgba
(
0
,
0
,
0
,
0.5
)}
html
body
{
max-width
:
480px
;
margin
:
0
auto
;
background
:
#fff
}
html
body
.main-interface
.container-wrap
::-webkit-scrollbar
{
width
:
10px
;
height
:
11px
}
html
body
.main-interface
.container-wrap
::-webkit-scrollbar-thumb
{
background-color
:
#ffffff
;
box-shadow
:
0px
0px
0px
0px
rgba
(
73
,
73
,
73
,
0.92
);
border-radius
:
10px
;
border
:
solid
1px
#e5e5e5
;
padding
:
2px
}
html
body
.main-interface
.container-wrap
::-webkit-scrollbar-track
{
background-color
:
#eeeeee
;
box-shadow
:
inset
1px
3px
5px
0px
rgba
(
192
,
186
,
186
,
0.75
);
border-radius
:
10px
}}
#app
{
height
:
100%
}
.navigator
{
order
:
1
;
width
:
100%
;
height
:
2rem
;
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
z-index
:
2019
}
.navigator
ul
{
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
-ms-flexbox
;
display
:
flex
;
height
:
100%
;
background-color
:
#ffffff
;
box-shadow
:
0rem
0rem
0.12rem
0rem
rgba
(
196
,
196
,
196
,
0.87
);
justify-content
:
center
;
align-items
:
center
}
.navigator
ul
li
{
position
:
relative
;
-webkit-box-flex
:
1
;
-moz-box-flex
:
1
;
-webkit-flex
:
1
;
-ms-flex
:
1
;
flex
:
1
;
text-align
:
center
}
.navigator
ul
li
a
{
display
:
block
}
.navigator
ul
li
a
.cart
{
position
:
absolute
;
left
:
50%
;
top
:
-8px
;
margin-left
:
-2px
;
color
:
#fff
;
font-size
:
12px
;
font-weight
:
500
;
text-align
:
center
;
padding
:
0
3px
;
min-width
:
16px
;
line-height
:
14px
;
border
:
1px
solid
#fff
;
border-radius
:
16px
;
background-color
:
#f44
;
transform
:
translateX
(
50%
);
transform-origin
:
100%
}
.navigator
ul
li
a
i
{
width
:
26px
;
height
:
26px
;
display
:
block
;
margin
:
0
auto
;
color
:
#d5d5d5
;
font-size
:
25px
;
text-align
:
center
}
.navigator
ul
li
a
.ico-1
{
background
:
url("../images/home/i1.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
a
.ico-2
{
background
:
url("../images/home/i2.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
a
.ico-3
{
background
:
url("../images/home/i3.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
a
.ico-4
{
background
:
url("../images/home/i4.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
a
.ico-5
{
background
:
url("../images/home/i5.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
a
p
{
margin-top
:
0.133rem
;
font-size
:
10px
;
color
:
#adadad
}
.navigator
ul
li
.curr
i
{
color
:
#57a1f4
}
.navigator
ul
li
.curr
.ico-1
{
background
:
url("../images/home/i1_s.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
.curr
.ico-2
{
background
:
url("../images/home/i2_s.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
.curr
.ico-3
{
background
:
url("../images/home/i3_s.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
.curr
.ico-4
{
background
:
url("../images/home/i4_s.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
.curr
.ico-5
{
background
:
url("../images/home/i5_s.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
.curr
p
{
color
:
#4e8eee
}
.loading-background
{
background
:
transparent
;
position
:
fixed
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
display
:
flex
;
justify-content
:
center
;
flex-direction
:
column
;
z-index
:
99
}
.slide-bar
{
position
:
fixed
;
right
:
0
;
bottom
:
23%
;
z-index
:
3000
}
.slide-bar
.customer-service
{
width
:
1.053rem
;
height
:
1.053rem
;
border-radius
:
4px
;
background
:
rgba
(
78
,
142
,
238
,
0.8
);
display
:
flex
;
align-items
:
center
;
justify-content
:
center
}
.slide-bar
.customer-service
.icon-kefu
{
color
:
#fff
;
font-size
:
25px
}
.slide-bar
.backtop
{
margin-top
:
16px
;
width
:
1.053rem
;
height
:
1.053rem
;
border-radius
:
4px
;
background
:
rgba
(
78
,
142
,
238
,
0.8
);
display
:
flex
;
align-items
:
center
;
justify-content
:
center
}
.slide-bar
.backtop
.icon-xiangshang1
{
color
:
#fff
;
font-size
:
28px
}
.kefu
.t0
{
text-align
:
center
;
height
:
100px
;
line-height
:
100px
}
.kefu
.t0
.icon-kefu
{
font-size
:
60px
;
color
:
#1080d0
}
.kefu
.t1
{
padding
:
0
10%
;
margin-bottom
:
20px
}
.kefu
.t1
a
{
display
:
block
;
height
:
33px
;
line-height
:
33px
;
font-size
:
14px
;
background
:
#1080d0
;
color
:
#fff
;
text-decoration
:
none
;
text-align
:
center
;
border
:
none
}
.kefu
.t2
{
padding
:
0
10%
;
margin-bottom
:
20px
}
.kefu
.t2
a
{
border-color
:
#e5e5e5
;
color
:
#1080d0
;
border
:
1px
solid
#1080d0
;
text-decoration
:
none
;
text-align
:
center
;
display
:
block
;
height
:
33px
;
line-height
:
33px
;
font-size
:
13px
}
.kefu
.t2
a
.icon-qq
{
font-size
:
13px
;
margin-right
:
10px
}
.kefu
.celerity-nav
{
position
:
fixed
;
right
:
0
;
bottom
:
100px
;
z-index
:
86
;
display
:
block
;
width
:
40px
;
text-align
:
center
;
height
:
40px
}
.kefu
.celerity-nav
dt
{
position
:
relative
;
z-index
:
2
;
width
:
40px
;
height
:
40px
;
text-align
:
center
;
padding
:
5px
0px
;
opacity
:
.6
;
background
:
#1080d0
;
border-radius
:
3px
;
box-sizing
:
border-box
}
.kefu
.celerity-nav
dt
.show-dd
{
right
:
40px
}
.kefu
.celerity-nav
dt
i
{
font-size
:
12px
;
display
:
block
;
float
:
left
;
color
:
#fff
;
width
:
10px
;
height
:
40px
;
line-height
:
30px
}
.kefu
.celerity-nav
dt
span
{
font-size
:
12px
;
color
:
#fff
;
width
:
27px
;
height
:
30px
;
padding-left
:
2px
;
line-height
:
16px
;
display
:
block
;
float
:
left
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-ms-flex-pack
:
distribute
;
justify-content
:
space-around
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
}
.kefu
.celerity-nav
dd
{
position
:
absolute
;
right
:
-160px
;
z-index
:
1
;
top
:
-2px
;
height
:
45px
;
text-align
:
center
;
width
:
135px
;
opacity
:
1
;
background
:
#1080d0
;
border-radius
:
3px
;
-webkit-transition
:
0.8s
ease-out
;
transition
:
0.8s
ease-out
}
.kefu
.celerity-nav
dd
p
{
height
:
45px
;
padding-top
:
3px
;
width
:
45px
;
color
:
#fff
;
float
:
left
}
.kefu
.celerity-nav
dd
p
a
{
display
:
block
;
font-size
:
12px
;
color
:
#fff
}
.kefu
.celerity-nav
dd
p
a
i
{
display
:
block
;
height
:
20px
;
line-height
:
2
0px
}
font
[
class
^=
"rowNum"
]
{
font-size
:
0
!important
;
*
word-spacing
:
-1px
!important
}
font
[
class
^=
"asfgd"
]
{
position
:
relative
;
background-image
:
url(https://static.ichunt.com/dist/res/m/images/number/aff.svg)
;
display
:
inline-block
;
letter-spacing
:
normal
;
word-spacing
:
normal
;
font-style
:
normal
}
.asfgdqwer
,
.asfgdtyhg
,
.asfgdpolk
,
.asfgdpoqw
{
background-position
:
0
-1px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdrfdf
,
.asfgderfd
,
.asfgdwdsa
,
.asfgdpoer
{
background-position
:
-1px
-17px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
4px
;
height
:
10px
}
.asfgdasde
,
.asfgdqwsz
,
.asfgdrtgd
,
.asfgdpovv
{
background-position
:
0
-34px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdwsxc
,
.asfgdwsxz
,
.asfgdrfvb
,
.asfgdpoee
{
background-position
:
0
-53px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
6px
;
height
:
10px
}
.asfgdqazs
,
.asfgdqasd
,
.asfgdqwag
,
.asfgdpogh
{
background-position
:
0
-73px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdrtyh
,
.asfgdyutr
,
.asfgdeews
,
.asfgdpotg
{
background-position
:
0
-95px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdpluj
,
.asfgdikjf
,
.asfgdesgj
,
.asfgdpfff
{
background-position
:
0
-113px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdtrdb
,
.asfgdiksf
,
.asfgdsgkp
,
.asfgdprty
{
background-position
:
0
-133px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdpehl
,
.asfgdstgb
,
.asfgderll
,
.asfgdpokf
{
background-position
:
0
-153px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdpehg
,
.asfgdstgf
,
.asfgderlf
,
.asfgdpogk
{
background-position
:
0
-177px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.mui-row
:before
,
.mui-row
:after
{
display
:
table
;
content
:
' '
}
.mui-row
:after
{
clear
:
both
}
.mui-col-xs-1
,
.mui-col-sm-1
,
.mui-col-xs-2
,
.mui-col-sm-2
,
.mui-col-xs-3
,
.mui-col-sm-3
,
.mui-col-xs-4
,
.mui-col-sm-4
,
.mui-col-xs-5
,
.mui-col-sm-5
,
.mui-col-xs-6
,
.mui-col-sm-6
,
.mui-col-xs-7
,
.mui-col-sm-7
,
.mui-col-xs-8
,
.mui-col-sm-8
,
.mui-col-xs-9
,
.mui-col-sm-9
,
.mui-col-xs-10
,
.mui-col-sm-10
,
.mui-col-xs-11
,
.mui-col-sm-11
,
.mui-col-xs-12
,
.mui-col-sm-12
{
position
:
relative
;
min-height
:
1px
}
.mui-row
>[
class
*=
'mui-col-'
]
{
float
:
left
}
.mui-col-xs-12
,
mui-col-sm-12
{
width
:
100%
}
.mui-col-xs-11
,
mui-col-sm-11
{
width
:
91.66666667%
}
.mui-col-xs-10
,
mui-col-sm-10
{
width
:
83.33333333%
}
.mui-col-xs-9
,
mui-col-sm-9
{
width
:
75%
}
.mui-col-xs-8
,
mui-col-sm-8
{
width
:
66.66666667%
}
.mui-col-xs-7
,
mui-col-sm-7
{
width
:
58.33333333%
}
.mui-col-xs-6
,
mui-col-sm-6
{
width
:
50%
}
.mui-col-xs-5
,
mui-col-sm-5
{
width
:
41.66666667%
}
.mui-col-xs-4
,
mui-col-sm-4
{
width
:
33.33333333%
}
.mui-col-xs-3
,
mui-col-sm-3
{
width
:
25%
}
.mui-col-xs-2
,
mui-col-sm-2
{
width
:
16.66666667%
}
.mui-col-xs-1
,
mui-col-sm-1
{
width
:
8.33333333%
}
html
{
-webkit-text-size-adjust
:
100%
;
-ms-text-size-adjust
:
100%
}
html
*
{
outline
:
0
;
-webkit-text-size-adjust
:
none
!important
;
-webkit-tap-highlight-color
:
transparent
!important
}
html
,
body
{
font-family
:
sans-serif
;
font-style
:
normal
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
}
body
,
div
,
dl
,
dt
,
dd
,
ul
,
ol
,
li
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
pre
,
code
,
form
,
fieldset
,
legend
,
input
,
textarea
,
p
,
blockquote
,
th
,
td
,
hr
,
button
,
article
,
aside
,
details
,
figcaption
,
figure
,
footer
,
header
,
menu
,
nav
,
section
{
margin
:
0
;
padding
:
0
}
button
,
input
,
select
,
textarea
{
font-size
:
100%
;
border
:
none
;
-webkit-appearance
:
none
}
input
[
type
=
button
],
input
[
type
=
file
],
input
[
type
=
submit
]
{
cursor
:
pointer
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
}
ol
,
ul
,
dl
{
list-style
:
none
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-size
:
100%
;
font-weight
:
500
}
em
,
b
,
i
{
font-style
:
normal
}
a
{
text-decoration
:
none
}
img
{
border
:
none
}
.clr
{
*
zoom
:
1
;
clear
:
both
}
.clr
:after
{
content
:
"."
;
clear
:
both
;
height
:
0
;
visibility
:
hidden
;
display
:
block
}
.fl
{
float
:
left
;
_display
:
inline
}
.f-orange
{
color
:
#ffa200
!important
}
.fr
{
float
:
right
;
_display
:
inline
}
.va-t
{
vertical-align
:
top
}
.va-m
{
vertical-align
:
middle
}
.va-b
{
vertical-align
:
bottom
}
.i-hide
{
display
:
none
}
.i-show
{
display
:
block
}
.lineBlock
{
display
:
inline-block
;
*
display
:
inline
;
zoom
:
1
;
letter-spacing
:
normal
;
word-spacing
:
normal
}
.lbBox
{
font-size
:
0
!important
;
*
word-spacing
:
-1px
!important
}
.boxsiz
{
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
}
html
,
body
{
width
:
100%
;
height
:
100%
;
-webkit-overflow-scrolling
:
touch
}
body
{
overflow-x
:
hidden
}
.emptys
{
margin-left
:
-1px
;
width
:
1px
;
height
:
100%
;
font-size
:
0
;
vertical-align
:
middle
}
@media
(
min-width
:
750px
){
html
{
background
:
rgba
(
0
,
0
,
0
,
0.5
)}
html
body
{
max-width
:
480px
;
margin
:
0
auto
;
background
:
#fff
}
html
body
.main-interface
.container-wrap
::-webkit-scrollbar
{
width
:
10px
;
height
:
11px
}
html
body
.main-interface
.container-wrap
::-webkit-scrollbar-thumb
{
background-color
:
#ffffff
;
box-shadow
:
0px
0px
0px
0px
rgba
(
73
,
73
,
73
,
0.92
);
border-radius
:
10px
;
border
:
solid
1px
#e5e5e5
;
padding
:
2px
}
html
body
.main-interface
.container-wrap
::-webkit-scrollbar-track
{
background-color
:
#eeeeee
;
box-shadow
:
inset
1px
3px
5px
0px
rgba
(
192
,
186
,
186
,
0.75
);
border-radius
:
10px
}}
#app
{
height
:
100%
}
.navigator
{
order
:
1
;
width
:
100%
;
height
:
2rem
;
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
z-index
:
2019
}
.navigator
ul
{
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
-ms-flexbox
;
display
:
flex
;
height
:
100%
;
background-color
:
#ffffff
;
box-shadow
:
0rem
0rem
0.12rem
0rem
rgba
(
196
,
196
,
196
,
0.87
);
justify-content
:
center
;
align-items
:
center
}
.navigator
ul
li
{
position
:
relative
;
-webkit-box-flex
:
1
;
-moz-box-flex
:
1
;
-webkit-flex
:
1
;
-ms-flex
:
1
;
flex
:
1
;
text-align
:
center
}
.navigator
ul
li
a
{
display
:
block
}
.navigator
ul
li
a
.cart
{
position
:
absolute
;
left
:
50%
;
top
:
-8px
;
margin-left
:
-2px
;
color
:
#fff
;
font-size
:
12px
;
font-weight
:
500
;
text-align
:
center
;
padding
:
0
3px
;
min-width
:
16px
;
line-height
:
14px
;
border
:
1px
solid
#fff
;
border-radius
:
16px
;
background-color
:
#f44
;
transform
:
translateX
(
50%
);
transform-origin
:
100%
}
.navigator
ul
li
a
i
{
width
:
26px
;
height
:
26px
;
display
:
block
;
margin
:
0
auto
;
color
:
#d5d5d5
;
font-size
:
25px
;
text-align
:
center
}
.navigator
ul
li
a
.ico-1
{
background
:
url("../images/home/i1.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
a
.ico-2
{
background
:
url("../images/home/i2.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
a
.ico-3
{
background
:
url("../images/home/i3.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
a
.ico-4
{
background
:
url("../images/home/i4.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
a
.ico-5
{
background
:
url("../images/home/i5.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
a
p
{
margin-top
:
0.133rem
;
font-size
:
10px
;
color
:
#adadad
}
.navigator
ul
li
.curr
i
{
color
:
#57a1f4
}
.navigator
ul
li
.curr
.ico-1
{
background
:
url("../images/home/i1_s.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
.curr
.ico-2
{
background
:
url("../images/home/i2_s.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
.curr
.ico-3
{
background
:
url("../images/home/i3_s.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
.curr
.ico-4
{
background
:
url("../images/home/i4_s.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
.curr
.ico-5
{
background
:
url("../images/home/i5_s.png")
no-repeat
center
center
;
background-size
:
cover
}
.navigator
ul
li
.curr
p
{
color
:
#4e8eee
}
.loading-background
{
background
:
transparent
;
position
:
fixed
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
display
:
flex
;
justify-content
:
center
;
flex-direction
:
column
;
z-index
:
99
}
.slide-bar
{
position
:
fixed
;
right
:
0
;
bottom
:
23%
;
z-index
:
3000
}
.slide-bar
.customer-service
{
width
:
1.053rem
;
height
:
1.053rem
;
border-radius
:
4px
;
background
:
rgba
(
78
,
142
,
238
,
0.8
);
display
:
flex
;
align-items
:
center
;
justify-content
:
center
}
.slide-bar
.customer-service
.icon-kefu
{
color
:
#fff
;
font-size
:
25px
}
.slide-bar
.backtop
{
margin-top
:
5px
;
width
:
1.053rem
;
height
:
1.053rem
;
border-radius
:
4px
;
background
:
rgba
(
78
,
142
,
238
,
0.8
);
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
color
:
#fff
}
.slide-bar
.backtop
.icon-xiangshang1
{
color
:
#fff
;
font-size
:
28px
}
.slide-bar
.carslide
{
position
:
relative
}
.slide-bar
.carslide
.carNumx
{
position
:
absolute
;
right
:
2px
;
top
:
2px
;
height
:
15px
;
width
:
15px
;
background
:
red
;
border-radius
:
15px
;
color
:
#fff
;
font-weight
:
normal
;
font-size
:
12px
;
text-align
:
center
;
line-height
:
15px
}
.kefu
.t0
{
text-align
:
center
;
height
:
100px
;
line-height
:
100px
}
.kefu
.t0
.icon-kefu
{
font-size
:
60px
;
color
:
#1080d0
}
.kefu
.t1
{
padding
:
0
10%
;
margin-bottom
:
20px
}
.kefu
.t1
a
{
display
:
block
;
height
:
33px
;
line-height
:
33px
;
font-size
:
14px
;
background
:
#1080d0
;
color
:
#fff
;
text-decoration
:
none
;
text-align
:
center
;
border
:
none
}
.kefu
.t2
{
padding
:
0
10%
;
margin-bottom
:
20px
}
.kefu
.t2
a
{
border-color
:
#e5e5e5
;
color
:
#1080d0
;
border
:
1px
solid
#1080d0
;
text-decoration
:
none
;
text-align
:
center
;
display
:
block
;
height
:
33px
;
line-height
:
33px
;
font-size
:
13px
}
.kefu
.t2
a
.icon-qq
{
font-size
:
13px
;
margin-right
:
1
0px
}
font
[
class
^=
"rowNum"
]
{
font-size
:
0
!important
;
*
word-spacing
:
-1px
!important
}
font
[
class
^=
"asfgd"
]
{
position
:
relative
;
background-image
:
url(https://static.ichunt.com/dist/res/m/images/number/aff.svg)
;
display
:
inline-block
;
letter-spacing
:
normal
;
word-spacing
:
normal
;
font-style
:
normal
}
.asfgdqwer
,
.asfgdtyhg
,
.asfgdpolk
,
.asfgdpoqw
{
background-position
:
0
-1px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdrfdf
,
.asfgderfd
,
.asfgdwdsa
,
.asfgdpoer
{
background-position
:
-1px
-17px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
4px
;
height
:
10px
}
.asfgdasde
,
.asfgdqwsz
,
.asfgdrtgd
,
.asfgdpovv
{
background-position
:
0
-34px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdwsxc
,
.asfgdwsxz
,
.asfgdrfvb
,
.asfgdpoee
{
background-position
:
0
-53px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
6px
;
height
:
10px
}
.asfgdqazs
,
.asfgdqasd
,
.asfgdqwag
,
.asfgdpogh
{
background-position
:
0
-73px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdrtyh
,
.asfgdyutr
,
.asfgdeews
,
.asfgdpotg
{
background-position
:
0
-95px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdpluj
,
.asfgdikjf
,
.asfgdesgj
,
.asfgdpfff
{
background-position
:
0
-113px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdtrdb
,
.asfgdiksf
,
.asfgdsgkp
,
.asfgdprty
{
background-position
:
0
-133px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdpehl
,
.asfgdstgb
,
.asfgderll
,
.asfgdpokf
{
background-position
:
0
-153px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.asfgdpehg
,
.asfgdstgf
,
.asfgderlf
,
.asfgdpogk
{
background-position
:
0
-177px
!important
;
background-repeat
:
no-repeat
!important
;
width
:
7px
;
height
:
10px
}
.mui-row
:before
,
.mui-row
:after
{
display
:
table
;
content
:
' '
}
.mui-row
:after
{
clear
:
both
}
.mui-col-xs-1
,
.mui-col-sm-1
,
.mui-col-xs-2
,
.mui-col-sm-2
,
.mui-col-xs-3
,
.mui-col-sm-3
,
.mui-col-xs-4
,
.mui-col-sm-4
,
.mui-col-xs-5
,
.mui-col-sm-5
,
.mui-col-xs-6
,
.mui-col-sm-6
,
.mui-col-xs-7
,
.mui-col-sm-7
,
.mui-col-xs-8
,
.mui-col-sm-8
,
.mui-col-xs-9
,
.mui-col-sm-9
,
.mui-col-xs-10
,
.mui-col-sm-10
,
.mui-col-xs-11
,
.mui-col-sm-11
,
.mui-col-xs-12
,
.mui-col-sm-12
{
position
:
relative
;
min-height
:
1px
}
.mui-row
>[
class
*=
'mui-col-'
]
{
float
:
left
}
.mui-col-xs-12
,
mui-col-sm-12
{
width
:
100%
}
.mui-col-xs-11
,
mui-col-sm-11
{
width
:
91.66666667%
}
.mui-col-xs-10
,
mui-col-sm-10
{
width
:
83.33333333%
}
.mui-col-xs-9
,
mui-col-sm-9
{
width
:
75%
}
.mui-col-xs-8
,
mui-col-sm-8
{
width
:
66.66666667%
}
.mui-col-xs-7
,
mui-col-sm-7
{
width
:
58.33333333%
}
.mui-col-xs-6
,
mui-col-sm-6
{
width
:
50%
}
.mui-col-xs-5
,
mui-col-sm-5
{
width
:
41.66666667%
}
.mui-col-xs-4
,
mui-col-sm-4
{
width
:
33.33333333%
}
.mui-col-xs-3
,
mui-col-sm-3
{
width
:
25%
}
.mui-col-xs-2
,
mui-col-sm-2
{
width
:
16.66666667%
}
.mui-col-xs-1
,
mui-col-sm-1
{
width
:
8.33333333%
}
/*# sourceMappingURL=global.min.css.map */
/*# sourceMappingURL=global.min.css.map */
src/assets/css/global.min.css.map
View file @
1b550c0b
{
{
"version": 3,
"version": 3,
"mappings": "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",
"mappings": "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",
"sources": ["base.scss","global.scss"],
"sources": ["base.scss","global.scss"],
"names": [],
"names": [],
"file": "global.min.css"
"file": "global.min.css"
...
...
src/assets/css/global.scss
View file @
1b550c0b
...
@@ -170,7 +170,7 @@ $imgUrl: '../images/';
...
@@ -170,7 +170,7 @@ $imgUrl: '../images/';
}
}
.backtop
{
.backtop
{
margin-top
:
16
px
;
margin-top
:
5
px
;
width
:
1
.053rem
;
width
:
1
.053rem
;
height
:
1
.053rem
;
height
:
1
.053rem
;
border-radius
:
4px
;
border-radius
:
4px
;
...
@@ -178,14 +178,29 @@ $imgUrl: '../images/';
...
@@ -178,14 +178,29 @@ $imgUrl: '../images/';
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
color
:
#fff
;
.icon-xiangshang1
{
.icon-xiangshang1
{
color
:
#fff
;
color
:
#fff
;
font-size
:
28px
;
font-size
:
28px
;
}
}
}
}
.carslide
{
position
:
relative
;
.carNumx
{
position
:
absolute
;
right
:
2px
;
top
:
2px
;
height
:
15px
;
width
:
15px
;
background
:
red
;
border-radius
:
15px
;
color
:
#fff
;
font-weight
:
normal
;
font-size
:
12px
;
text-align
:
center
;
line-height
:
15px
;
}
}
}
}
/**客服模块**/
/**客服模块**/
.kefu
{
.kefu
{
.t0
{
.t0
{
...
@@ -238,99 +253,7 @@ $imgUrl: '../images/';
...
@@ -238,99 +253,7 @@ $imgUrl: '../images/';
}
}
}
}
.celerity-nav
{
position
:
fixed
;
right
:
0
;
bottom
:
100px
;
z-index
:
86
;
display
:
block
;
width
:
40px
;
text-align
:
center
;
height
:
40px
;
dt
{
position
:
relative
;
z-index
:
2
;
width
:
40px
;
height
:
40px
;
text-align
:
center
;
padding
:
5px
0px
;
opacity
:
.6
;
background
:
#1080d0
;
border-radius
:
3px
;
box-sizing
:
border-box
;
&
.show-dd
{
right
:
40px
;
}
i
{
font-size
:
12px
;
display
:
block
;
float
:
left
;
color
:
#fff
;
width
:
10px
;
height
:
40px
;
line-height
:
30px
;
}
span
{
font-size
:
12px
;
color
:
#fff
;
width
:
27px
;
height
:
30px
;
padding-left
:
2px
;
line-height
:
16px
;
display
:
block
;
float
:
left
;
display
:
-
webkit-box
;
display
:
-
ms-flexbox
;
display
:
flex
;
-ms-flex-pack
:
distribute
;
justify-content
:
space-around
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
;
}
}
dd
{
position
:
absolute
;
right
:
-160px
;
z-index
:
1
;
top
:
-2px
;
height
:
45px
;
text-align
:
center
;
width
:
135px
;
opacity
:
1
;
background
:
#1080d0
;
border-radius
:
3px
;
-webkit-transition
:
0
.8s
ease-out
;
transition
:
0
.8s
ease-out
;
p
{
height
:
45px
;
padding-top
:
3px
;
width
:
45px
;
color
:
#fff
;
float
:
left
;
a
{
display
:
block
;
font-size
:
12px
;
color
:
#fff
;
i
{
display
:
block
;
height
:
20px
;
line-height
:
20px
;
}
}
}
}
}
}
}
/**数字转码**/
/**数字转码**/
font
[
class
^=
"rowNum"
]
{
font
[
class
^=
"rowNum"
]
{
...
...
src/store/modules/common.js
View file @
1b550c0b
...
@@ -6,14 +6,14 @@ import Util from "../../util"
...
@@ -6,14 +6,14 @@ import Util from "../../util"
Vue
.
use
(
Toast
);
Vue
.
use
(
Toast
);
const
state
=
{
const
state
=
{
cartCount
:
''
,
cartCount
:
0
,
loginCheck
:
false
,
loginCheck
:
false
,
phpParams
:
{}
phpParams
:
{}
}
}
const
mutations
=
{
const
mutations
=
{
cartCount
(
state
,
payload
)
{
cartCount
(
state
,
payload
)
{
state
.
cartCount
=
payload
.
data
==
0
?
''
:
payload
.
data
;
state
.
cartCount
=
payload
.
data
?
payload
.
data
:
''
;
},
},
loginCheck
(
state
,
payload
)
{
loginCheck
(
state
,
payload
)
{
if
(
payload
.
data
.
err_code
==
0
)
{
if
(
payload
.
data
.
err_code
==
0
)
{
...
@@ -35,10 +35,11 @@ const actions = {
...
@@ -35,10 +35,11 @@ const actions = {
cartCount
({
commit
},
payload
)
{
cartCount
({
commit
},
payload
)
{
Services
.
cartCount
().
then
((
res
)
=>
{
Services
.
cartCount
().
then
((
res
)
=>
{
let
data
=
res
.
data
;
let
data
=
res
.
data
;
console
.
log
(
data
)
if
(
data
.
err_code
==
0
)
{
if
(
data
.
err_code
==
0
)
{
commit
({
commit
({
type
:
'cartCount'
,
type
:
'cartCount'
,
data
:
data
.
data
cartCount
data
:
data
.
data
});
});
}
}
}).
catch
(
function
(
err
)
{
}).
catch
(
function
(
err
)
{
...
...
src/views/common/SideBar.vue
View file @
1b550c0b
...
@@ -4,8 +4,12 @@
...
@@ -4,8 +4,12 @@
<div
class=
"customer-service"
@
click=
"recordFn"
v-if=
"kefuishow"
>
<div
class=
"customer-service"
@
click=
"recordFn"
v-if=
"kefuishow"
>
<i
class=
"iconfont icon-kefu"
></i>
<i
class=
"iconfont icon-kefu"
></i>
</div>
</div>
<div
class=
"backtop carslide"
v-if=
"carshow"
>
<i
class=
"iconfont icon-gouwuche1"
></i>
<b
class=
"carNumx"
>
{{
cartCount
}}
</b>
</div>
<template
v-if=
"isWindow"
>
<template
v-if=
"isWindow"
>
<div
class=
"backtop"
v-backTopWindow
v-show=
"show"
>
<div
class=
"backtop
"
v-backTopWindow
v-show=
"show"
>
<i
class=
"iconfont icon-xiangshang1"
></i>
<i
class=
"iconfont icon-xiangshang1"
></i>
</div>
</div>
</
template
>
</
template
>
...
@@ -14,37 +18,7 @@
...
@@ -14,37 +18,7 @@
<i
class=
"iconfont icon-xiangshang1"
></i>
<i
class=
"iconfont icon-xiangshang1"
></i>
</div>
</div>
</
template
>
</
template
>
<
template
v-if=
"fastNav"
>
<dl
class=
"celerity-nav"
>
<dt
class=
"celerity-but-z"
@
click=
"changFastNav"
>
<template
v-if=
"!showFastNav"
>
<i
class=
"icon iconfont icon-fanhui"
></i>
<span>
快速导航
</span>
</
template
>
<
template
v-else
>
<span>
收起
</span>
<i
class=
"iconfont icon-jinru"
></i>
</
template
>
</dt>
<dd
:class=
"{'show-dd':showFastNav}"
>
<p>
<a
href=
"/v3?ptag=search-rightnav"
>
<i
class=
"icon iconfont icon-shouye1"
></i>
首页
</a>
</p>
<p>
<a
href=
"/v3/joincart?ptag=search-rightnav"
>
<i
class=
"icon iconfont icon-gouwuche-"
></i>
购物车
</a>
</p>
<p>
<a
href=
"/v3/user?ptag=search-rightnav"
>
<i
class=
"icon iconfont icon-wode-"
></i>
我的
</a>
</p>
</dd>
</dl>
</template>
</div>
</div>
<!--客服弹出框-->
<!--客服弹出框-->
<van-dialog
<van-dialog
...
@@ -93,13 +67,13 @@ export default {
...
@@ -93,13 +67,13 @@ export default {
type
:
Boolean
,
//是否展示客服
type
:
Boolean
,
//是否展示客服
default
:
true
default
:
true
},
},
carshow
:
{
type
:
Boolean
,
//是否展示购物车
default
:
false
},
isWindow
:
{
isWindow
:
{
type
:
Boolean
,
//是否开启windows监听
type
:
Boolean
,
//是否开启windows监听
default
:
false
default
:
false
},
fastNav
:{
type
:
Boolean
,
//是否展示快速导航
default
:
false
}
}
},
},
data
()
{
data
()
{
...
@@ -112,7 +86,8 @@ export default {
...
@@ -112,7 +86,8 @@ export default {
};
};
},
},
computed
:
mapState
({
computed
:
mapState
({
phpParams
:
state
=>
state
.
common
.
phpParams
phpParams
:
state
=>
state
.
common
.
phpParams
,
cartCount
:
state
=>
state
.
common
.
cartCount
}),
}),
mounted
()
{
mounted
()
{
if
(
this
.
isWindow
)
{
if
(
this
.
isWindow
)
{
...
...
src/views/lxshop/lxshop.vue
View file @
1b550c0b
...
@@ -50,6 +50,7 @@
...
@@ -50,6 +50,7 @@
</div>
</div>
</div>
</div>
<van-loading
type=
"spinner"
color=
"#000"
class=
"loading-background"
v-if=
"loading"
/>
<van-loading
type=
"spinner"
color=
"#000"
class=
"loading-background"
v-if=
"loading"
/>
<SideBar
:isWindow=
"isWindow"
:carshow=
"carshow"
></SideBar>
</section>
</section>
</
template
>
</
template
>
...
@@ -60,12 +61,15 @@
...
@@ -60,12 +61,15 @@
import
{
Loading
}
from
'vant'
;
import
{
Loading
}
from
'vant'
;
import
Header
from
'@/views/common/Header.vue'
;
import
Header
from
'@/views/common/Header.vue'
;
import
GoodsOne
from
'@/views/common/GoodsOne.vue'
;
import
GoodsOne
from
'@/views/common/GoodsOne.vue'
;
import
SideBar
from
'@/views/common/SideBar.vue'
;
Vue
.
use
(
Loading
);
Vue
.
use
(
Loading
);
export
default
{
export
default
{
name
:
'news'
,
name
:
'news'
,
data
()
{
data
()
{
return
{
return
{
carshow
:
true
,
isWindow
:
true
,
inputShow
:
true
,
inputShow
:
true
,
meaushow
:
true
,
meaushow
:
true
,
supplierShow
:
false
,
supplierShow
:
false
,
...
@@ -200,7 +204,8 @@
...
@@ -200,7 +204,8 @@
},
},
components
:
{
components
:
{
Header
,
Header
,
GoodsOne
GoodsOne
,
SideBar
}
}
}
}
...
...
src/views/xianhuo/xianhuo.vue
View file @
1b550c0b
...
@@ -152,6 +152,7 @@
...
@@ -152,6 +152,7 @@
</van-list>
</van-list>
</div>
</div>
</div>
</div>
<SideBar
:isWindow=
"isWindow"
:carshow=
"carshow"
></SideBar>
<rightSelect
<rightSelect
v-show=
"isShowRight"
v-show=
"isShowRight"
:filterData=
"zyFilterData"
:filterData=
"zyFilterData"
...
@@ -183,6 +184,8 @@ export default {
...
@@ -183,6 +184,8 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
isWindow
:
true
,
carshow
:
true
,
isZy
:
true
,
isZy
:
true
,
zyFilterInit
:
-
1
,
zyFilterInit
:
-
1
,
zyRankInit
:
0
,
//0综合 1库存多到少 2//库存少到多 3//价格高到低 4//价格低到高
zyRankInit
:
0
,
//0综合 1库存多到少 2//库存少到多 3//价格高到低 4//价格低到高
...
...
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