Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2015-12-21 18:16:22 +0800
Commit
2d3cfda736996e122982c7feb9e9a808a37c3563
1 parent
d25a15c6
解决问题: 1. 购物车点击物品勾选框时容易点到图片。 2.替换为你优选的人民币符号。code review by XWG
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
static/sass/cart/_good.scss
static/sass/cart/_good.scss
View file @
2d3cfda
...
...
@@ -4,10 +4,10 @@
padding-left
:
16rem
/
$pxConvertRem
;
.prevent-img-click
{
width
:
0
.5rem
;
height
:
5rem
;
width
:
20rem
/
$pxConvertRem
;
height
:
200rem
/
$pxConvertRem
;
position
:
absolute
;
background-color
:
transprent
;
background-color
:
transp
a
rent
;
z-index
:
99
;
}
...
...
Please
register
or
login
to post a comment