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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-04-17 16:40:30 +0800
Commit
18072560d35a6419b1b3185327df7c1789104b1f
1 parent
3e910de4
bundle-title
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
public/hbs/cart/index/cart-bundle.hbs
public/scss/cart/_bundle.css
public/hbs/cart/index/cart-bundle.hbs
View file @
1807256
...
...
@@ -12,6 +12,7 @@
<div
class=
"title"
>
<span
class=
"title-tag"
>
优惠套装
</span>
<span
class=
"title-text"
>
{{
poolTitle
}}
</span>
<span
class=
"bundle-num pull-right"
>
x
{{
poolBuyNumber
}}
</span>
</div>
</div>
<div
class=
"bundle-nums clearfix"
>
...
...
public/scss/cart/_bundle.css
View file @
1807256
...
...
@@ -23,6 +23,7 @@
}
.title
{
width
:
650px
;
display
:
flex
;
align-items
:
center
;
...
...
@@ -37,12 +38,16 @@
}
.title-text
{
max-width
:
480
px
;
width
:
465
px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
word-break
:
keep-all
;
overflow
:
hidden
;
}
.bundle-num
{
color
:
#999
;
}
}
}
...
...
Please
register
or
login
to post a comment