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
uedxwg
9 years ago
Commit
9541de2179be53450ac3345a5150bed2562f4e25
1 parent
afb8e0fe
'文字超长修改'
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
static/sass/cart/_chose-panel.scss
template/m.yohobuy.com/actions/cart/index/index.phtml
template/m.yohobuy.com/partials/cart/cart-content.phtml
static/sass/cart/_chose-panel.scss
View file @
9541de2
...
...
@@ -39,17 +39,18 @@
.thumb
{
float
:
left
;
width
:
8
0rem
/
$pxConvertRem
;
width
:
10
0rem
/
$pxConvertRem
;
}
.text-info
{
position
:
absolute
;
height
:
auto
;
left
:
pxToRem
(
95px
);
top
:
50%
;
transform
:
translateY
(
-50%
);
.name
{
font-size
:
28rem
/
$pxConvertRem
;
height
:
74rem
/
$pxConvertRem
;
overflow
:
hidden
;
display
:
-
webkit-box
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
}
.price
{
...
...
template/m.yohobuy.com/actions/cart/index/index.phtml
View file @
9541de2
...
...
@@ -11,7 +11,7 @@
{
{/if
}
}
{
{#if
isEmptyCart
}
}
<div
class=
"cart-zero"
>
<i
class=
"iconfont"
>
6
2
c
</i>
<i
class=
"iconfont"
>
6
40
;
</i>
<p>您的购物车暂无商品</p>
<a
href=
"/product/new"
>随便逛逛</a>
</div>
...
...
template/m.yohobuy.com/partials/cart/cart-content.phtml
View file @
9541de2
...
...
@@ -16,8 +16,8 @@
<a href="/cart/index/gift?cartType={{cartType}}">
<span class="iconfont"></span>
赠品
<span class="count">{{count}}</span>
<span class="iconfont icon-right-arrow"></span>
<span class="count">{{count}}</span>
</a>
</li>
{{/ freebie}}
...
...
@@ -26,8 +26,8 @@
<a href="/cart/index/advanceBuy?cartType={{cartType}}">
<span class="iconfont"></span>
加价购
<span class="count">{{advanceBuyCount}}</span>
<span class="iconfont icon-right-arrow"></span>
<span class="count">{{advanceBuyCount}}</span>
</a>
</li>
{{/if}}
...
...
Please
register
or
login
to post a comment