Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-11-01 15:12:56 +0800
Commit
4e15680c2c3cfd95712668251d6721dc9564b38e
1 parent
a9bc25a9
990 兼容
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
70 additions
and
1 deletions
apps/product/models/search-handler.js
public/scss/product/_top-coupon.css
apps/product/models/search-handler.js
View file @
4e15680
...
...
@@ -1541,8 +1541,10 @@ exports.handleBrandShopCoupons = (data, params) => {
length
:
length
,
showNextBtn
:
length
>
3
},
params
);
return
resData
;
}
return
resData
;
return
false
;
};
...
...
public/scss/product/_top-coupon.css
View file @
4e15680
...
...
@@ -197,6 +197,73 @@
}
}
.min-screen
.top-coupon-wrap
{
.coupon-list
{
width
:
644px
;
}
.coupon-item
{
width
:
178px
;
.cp-info
{
width
:
94px
;
.price
{
font-size
:
20px
;
line-height
:
32px
;
}
}
}
&
.num1
{
.coupon-list
{
width
:
580px
;
}
.coupon-item
{
width
:
566px
;
.cp-info
{
width
:
246px
;
padding-left
:
170px
;
}
.price
{
line-height
:
80px
;
font-size
:
40px
;
margin-left
:
-150px
;
}
}
}
&
.num2
.coupon-item
{
width
:
302px
;
.cp-info
{
width
:
186px
;
.limit-text
{
padding-left
:
64px
;
}
}
.pick-btn
{
width
:
40px
;
line-height
:
1
;
white-space
:
pre-line
;
}
}
&
.num3
.coupon-item
{
width
:
192px
;
.cp-info
{
width
:
94px
;
}
}
}
.top-coupon-dialog
{
>
.close
.iconfont
{
font-size
:
28px
;
...
...
Please
register
or
login
to post a comment