Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
5efdef406120093e16d805f3f889d16424e749b2
1 parent
c8271c24
加价购 商品图片和商品名称之间没有间隔
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/sass/cart/_chose-panel.scss
static/sass/cart/_chose-panel.scss
View file @
5efdef4
...
...
@@ -41,6 +41,7 @@
.thumb
{
float
:
left
;
width
:
100rem
/
$pxConvertRem
;
margin-right
:
20rem
/
$pxConvertRem
;
}
.text-info
{
...
...
@@ -48,7 +49,7 @@
.name
{
font-size
:
28rem
/
$pxConvertRem
;
height
:
74rem
/
$pxConvertRem
;
overflow
:
hidden
;
overflow
:
hidden
;
display
:
-
webkit-box
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
...
...
Please
register
or
login
to post a comment