Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
郭成尧
2017-04-14 18:12:27 +0800
Commit
8a78c05d5307e4218e997d603f801e80a9348c3c
2 parents
50e7483c
3b181ef9
Merge branch 'feature/bundleToCart' into release/5.6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
public/hbs/cart/index/cart-bundle.hbs
public/scss/cart/_bundle.css
public/hbs/cart/index/cart-bundle.hbs
View file @
8a78c05
...
...
@@ -10,7 +10,8 @@
{{/if}}
</div>
<div
class=
"title"
>
<span>
优惠套装
</span>
{{
poolTitle
}}
<span
class=
"title-tag"
>
优惠套装
</span>
<span
class=
"title-text"
>
{{
poolTitle
}}
</span>
</div>
</div>
<div
class=
"bundle-nums clearfix"
>
...
...
public/scss/cart/_bundle.css
View file @
8a78c05
...
...
@@ -26,7 +26,7 @@
display
:
flex
;
align-items
:
center
;
span
{
.title-tag
{
height
:
40px
;
margin-right
:
30px
;
padding
:
4px
;
...
...
@@ -35,6 +35,14 @@
color
:
#fff
;
border-radius
:
5px
;
}
.title-text
{
max-width
:
480px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
word-break
:
keep-all
;
overflow
:
hidden
;
}
}
}
...
...
Please
register
or
login
to post a comment