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
xuqi
9 years ago
Commit
c4e23c7089f7ba3987870c79e046f355a2896f13
1 parent
6828bea1
add appear date
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
static/sass/me/_order.scss
template/m.yohobuy.com/partials/me/order/good.phtml
static/sass/me/_order.scss
View file @
c4e23c7
...
...
@@ -204,6 +204,7 @@
position
:
absolute
;
top
:
20rem
/
$pxConvertRem
;
right
:
30rem
/
$pxConvertRem
;
text-align
:
right
;
}
.price
{
...
...
@@ -216,4 +217,8 @@
text-align
:
right
;
line-height
:
45rem
/
$pxConvertRem
;
}
.appear-date
{
color
:
#f00
;
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/me/order/good.phtml
View file @
c4e23c7
<div class="order-good" data-id=
{{id}}
>
<div class="order-good" data-id=
"{{id}}"
>
<div class="thumb-wrap">
<img class="thumb lazy" data-original=
{{thumb}}
>
<img class="thumb lazy" data-original=
"{{thumb}}"
>
<p class="tag{{#if gift}} gift-tag{{/if}}{{#if advanceBuy}} advance-buy-tag{{/if}}"></p>
</div>
<div class="deps">
...
...
@@ -25,6 +25,9 @@
<span class="count">
×{{count}}
</span>
{{#if appearDate}}
<span class="appear-date">上市期:{{appearDate}}</span>
{{/if}}
</p>
</div>
</div>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment