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
张丽霞
9 years ago
Commit
0a4efc811627530a0c80da63af0c42d63318eadb
1 parent
d2f54a88
首页公告栏图片接口返回-样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
static/sass/home/_notice.css
template/m.yohobuy.com/partials/home/notice.phtml
static/sass/home/_notice.css
View file @
0a4efc8
...
...
@@ -19,6 +19,13 @@
background
:
#eee
;
}
}
.trend-imgae
{
width
:
120px
;
margin-top
:
25px
;
margin-bottom
:
25px
;
vertical-align
:
middle
;
}
.notice
{
box-sizing
:
border-box
;
...
...
template/m.yohobuy.com/partials/home/notice.phtml
View file @
0a4efc8
<div class="notice-wrap clearfix">
<img class="trend" src="{{img}}">
<div class="trend">
<img class="trend-imgae" src="{{img}}">
</div>
<div class="notice" data-time="{{notice.time}}">
{{# list}}
<a class="notice-item item-{{@index}}" href="{{url}}">
...
...
Please
register
or
login
to post a comment