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
uedxwg
9 years ago
Commit
10f7ead0aad0a37ec8bbcd2d68e3f3174e3a2665
1 parent
5bf159a9
'活动列表样式修改'
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
static/sass/cart/_chose-panel.scss
static/sass/cart/_index.scss
static/sass/product/_detail.scss
static/sass/cart/_chose-panel.scss
View file @
10f7ead
...
...
@@ -57,6 +57,7 @@
.price
{
font-size
:
pxToRem
(
24px
);
display
:
inline
;
}
.sale-price
{
color
:
#e10
;
...
...
static/sass/cart/_index.scss
View file @
10f7ead
...
...
@@ -190,7 +190,9 @@
height
:
4px
;
background-color
:
#000
;
border-radius
:
50%
;
margin-right
:
8rem
/
$pxConvertRem
;
position
:
relative
;
left
:
0
;
top
:
-.12rem
;
}
}
.price-compute
{
...
...
static/sass/product/_detail.scss
View file @
10f7ead
...
...
@@ -276,7 +276,7 @@ $basicBtnC:#eb0313;
}
}
.price-date
{
//
width: 100%;
width
:
100%
;
color
:
$subFontC
;
height
:
pxToRem
(
88px
);
padding-left
:
pxToRem
(
28px
);
...
...
@@ -365,6 +365,9 @@ $basicBtnC:#eb0313;
}
}
.goodsDiscount
{
display
:
block
;
width
:
100%
;
height
:auto
;
font-size
:
pxToRem
(
28px
);
color
:
$mainFontC
;
background-color
:
#fff
;
...
...
@@ -373,7 +376,6 @@ $basicBtnC:#eb0313;
position
:
relative
;
padding
:
pxToRem
(
30px
)
pxToRem
(
60px
)
pxToRem
(
30px
)
pxToRem
(
28px
);
line-height
:
pxToRem
(
36px
);
// line-height: pxToRem(88px);
}
.short-text
{
...
...
Please
register
or
login
to post a comment