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
1c49df39
Commit
1c49df39
authored
Mar 25, 2020
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
3fe862d7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
7 deletions
+14
-7
src/components/livedModel/livedGoodsDia.vue
+8
-3
src/components/livedModel/livedIsEnded.vue
+6
-4
static/images/lived/shopCart.png
+0
-0
No files found.
src/components/livedModel/livedGoodsDia.vue
View file @
1c49df39
...
...
@@ -27,7 +27,7 @@
</p>
-->
</div>
<div
class=
"icon"
@
click=
"isLogin(item)"
>
<
van-icon
name=
"shopping-cart"
/
>
<
img
src=
"../../../static/images/lived/shopCart.png"
alt=
""
>
</div>
</div>
</div>
...
...
@@ -202,6 +202,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
img
{
display
:
block
;
}
.livedGoodsList
{
.list
{
.item
{
...
...
@@ -261,8 +264,10 @@ export default {
}
}
.icon
{
font-size
:
22px
;
color
:
#ff8181
;
img{
width
:
30px
;
height
:
26px
;
}
}
}
}
...
...
src/components/livedModel/livedIsEnded.vue
View file @
1c49df39
...
...
@@ -41,7 +41,7 @@
<span>
{{
item
.
minPrice
}}
</span>
</p>
<div
class=
"icon"
@
click=
"isLogin(item)"
>
<
van-icon
name=
"shopping-cart"
/
>
<
img
src=
"../../../static/images/lived/shopCart.png"
alt=
""
>
</div>
</div>
</div>
...
...
@@ -320,14 +320,16 @@ export default {
color
:
#ff0000
;
}
.icon
{
font-size
:
22px
;
color
:
#ff8181
;
img{
width
:
30px
;
height
:
26px
;
}
}
}
}
}
.itemBorder
{
border-bottom
:
0.5px
solid
#
b8b8b8
;
border-bottom
:
0.5px
solid
#
EEEEED
;
}
}
}
...
...
static/images/lived/shopCart.png
0 → 100644
View file @
1c49df39
2.72 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