Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-frontend
·
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
2586703@qq.com
2015-04-01 14:32:17 +0800
Commit
8d56032a82530dd62e05d802b262c3f1ba5fafa5
1 parent
af95d147
产品bug修复
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
22 deletions
mobile/public/sass/_article-title.scss
mobile/public/sass/_article-type-five.scss
mobile/public/sass/_article-type-three.scss
mobile/public/sass/_related-brand.scss
mobile/views/partials/good-info.html
mobile/public/sass/_article-title.scss
View file @
8d56032
...
...
@@ -6,6 +6,7 @@
line-height
:
60rem
/
$pxConvertRem
;
color
:
#000
;
font-size
:
40rem
/
$pxConvertRem
;
font-weight
:bold
;
}
.date-pageview
{
...
...
mobile/public/sass/_article-type-five.scss
View file @
8d56032
...
...
@@ -90,28 +90,18 @@
z-index
:
2
;
float
:
right
;
}
i
{
position
:
absolute
;
z-index
:
1
;
left
:
0
;
right
:
0
;
top
:
0
;
bottom
:
0
;
opacity
:
0
.8
;
}
}
.new-tag
i
{
background
:
#93c163
;
.new-tag
{
background
:
#86bf4a
;
}
.sale-tag
i
{
background
:
#dc524f
;
.sale-tag
{
background
:
#d62927
;
}
.few-tag
i
{
background
:
#fdaf3a
;
.few-tag
{
background
:
#ff9e0d
;
}
}
...
...
mobile/public/sass/_article-type-three.scss
View file @
8d56032
...
...
@@ -17,7 +17,7 @@ $pxConvertRem : 40;
padding
:
20rem
/
$pxConvertRem
0
0
30rem
/
$pxConvertRem
;
background
:
#fff
;
z-index
:
10
;
border-bottom
:
1px
solid
#
969696
;
border-bottom
:
1px
solid
#
b0b0b0
;
&
.fixed
{
position
:
fixed
;
...
...
mobile/public/sass/_related-brand.scss
View file @
8d56032
...
...
@@ -49,9 +49,9 @@
}
.brand-name
{
margin
:
2
rem
/
$pxConvertRem
0
0
0
;
margin
:
2
px
0
0
0
;
line-height
:
24rem
/
$pxConvertRem
;
font-size
:
1
4
rem
/
$pxConvertRem
;
font-size
:
1
8
rem
/
$pxConvertRem
;
color
:
#babac2
;
text-align
:
center
;
text-decoration
:
none
;
...
...
mobile/views/partials/good-info.html
View file @
8d56032
...
...
@@ -12,21 +12,18 @@
<div
class=
"tag-container"
>
{{# isNew}}
<div
class=
"good-tag new-tag clearfix"
>
<i></i>
<span>
新品到着
</span>
<em>
NEW
</em>
</div>
{{/ isNew}}
{{# isSale}}
<div
class=
"good-tag sale-tag clearfix"
>
<i></i>
<span>
打折商品
</span>
<em>
SALE
</em>
</div>
{{/ isSale}}
{{# isFew}}
<div
class=
"good-tag few-tag clearfix"
>
<i></i>
<span>
即将售罄
</span>
<em>
FEW
</em>
</div>
...
...
Please
register
or
login
to post a comment