Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Lynnic
9 years ago
Commit
8a4de3b7df7c369987098b5bfb2800f05edab645
1 parent
748f94ad
修复tag文字居中不显示的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
static/sass/product/_detail.scss
static/sass/product/_detail.scss
View file @
8a4de3b
...
...
@@ -100,8 +100,10 @@ $basicBtnC:#eb0313;
margin-left
:
.5px
;
font-size
:
pxToRem
(
18px
);
text-align
:
center
;
line-height
:
pxToRem
(
30px
);
padding
:
0
8px
;
line-height
:
pxToRem
(
24px
);
position
:
relative
;
vertical-align
:
middle
;
padding
:
0
5px
;
}
.new-tag
{
background-color
:
#78dc7e
;
...
...
Please
register
or
login
to post a comment