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
张丽霞
2016-05-16 10:05:32 +0800
Commit
3bf9614676b575591d98b369ce1027b8db8dc992
1 parent
075f31c8
首页公告栏图片接口返回
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
static/js/me/order-detail.js
static/sass/home/_notice.css
template/m.yohobuy.com/partials/home/notice.phtml
static/js/me/order-detail.js
View file @
3bf9614
...
...
@@ -27,7 +27,6 @@ function downCount(options) {
return
newDate
;
},
difference
=
targetDateFunction
(),
// difference of dates
interval
;
...
...
static/sass/home/_notice.css
View file @
3bf9614
...
...
@@ -5,7 +5,7 @@
float
:
left
;
width
:
170px
;
height
:
72px
;
background
:
resolve
(
'img/trend.png'
)
no-repeat
center
center
;
background
:
no-repeat
center
center
;
background-size
:
90%
;
background-color
:
#fff
;
...
...
template/m.yohobuy.com/partials/home/notice.phtml
View file @
3bf9614
<div class="notice-wrap clearfix">
<div class="trend">
</div>
<img class="trend" src="{{img}}">
<div class="notice" data-time="{{notice.time}}">
{{# list}}
<a class="notice-item item-{{@index}}" href="{{url}}">
...
...
Please
register
or
login
to post a comment