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
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
fa4c54c818b97ec69a1ca3432fc9a0b5668aaee8
2 parents
a56c96d9
a341d1c0
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
25 additions
and
16 deletions
static/js/cart/cart.js
static/js/cart/good.js
static/sass/cart/_good.scss
static/sass/cart/_order-ensure.scss
static/sass/cart/_select-coupon.scss
static/sass/product/_detail.scss
template/m.yohobuy.com/partials/layout/page_header.phtml
static/js/cart/cart.js
View file @
fa4c54c
...
...
@@ -105,13 +105,6 @@ if ($('.cart-nav').length > 0) {
return
;
}
if
(
switchChose
===
false
)
{
$cartContentShow
.
find
(
'.shopping-cart-good .name'
).
each
(
function
()
{
this
.
mlellipsis
(
2
);
});
switchChose
=
true
;
}
if
(
cartType
===
'ordinary'
)
{
cartType
=
'advance'
;
$
(
'#cartType'
).
val
(
'advance'
);
...
...
@@ -128,6 +121,13 @@ if ($('.cart-nav').length > 0) {
$cartContentShow
=
$cartContent
.
not
(
'.hide'
);
if
(
switchChose
===
false
)
{
$cartContentShow
.
find
(
'.shopping-cart-good .name'
).
each
(
function
()
{
this
.
mlellipsis
(
2
);
});
switchChose
=
true
;
}
//trigger lazyload
$
(
window
).
trigger
(
'scroll'
);
});
...
...
static/js/cart/good.js
View file @
fa4c54c
...
...
@@ -166,7 +166,7 @@ function didUpdateAllGoodsCheckStatus() {
$
(
checkedBox
).
removeClass
(
'icon-cb-checked'
).
addClass
(
'icon-checkbox'
);
});
}
window
.
history
.
go
(
0
);
window
.
location
.
href
=
'/cart/index/index?cartType='
+
$
(
'#cartType'
).
val
(
);
}
function
bottomCheckBoxHandeler
(
isSelected
,
type
,
handlerAfterTouch
)
{
...
...
static/sass/cart/_good.scss
View file @
fa4c54c
...
...
@@ -4,9 +4,11 @@
padding-left
:
16rem
/
$pxConvertRem
;
.prevent-img-click
{
position
:
absolute
;
width
:
20rem
/
$pxConvertRem
;
height
:
200rem
/
$pxConvertRem
;
position
:
absolute
;
top
:
0
.4rem
;
left
:
0
;
background-color
:
transparent
;
z-index
:
99
;
}
...
...
@@ -59,6 +61,7 @@
}
.info
{
position
:
relative
;
float
:
left
;
margin-left
:
60rem
/
$pxConvertRem
;
padding
:
16rem
/
$pxConvertRem
0
;
...
...
static/sass/cart/_order-ensure.scss
View file @
fa4c54c
...
...
@@ -119,7 +119,7 @@
}
.coupon-use
{
box-sizing
:
border-box
;
@include
box-sizing
(
border-box
)
;
position
:
relative
;
float
:
right
;
padding-right
:
30rem
/
$pxConvertRem
;
...
...
@@ -137,7 +137,7 @@
color
:
#999
;
}
}
.checkbox
{
display
:
inline-block
;
width
:
80rem
/
$pxConvertRem
;
...
...
static/sass/cart/_select-coupon.scss
View file @
fa4c54c
...
...
@@ -78,6 +78,7 @@
}
.not-avaliable
{
-webkit-filter
:
grayscale
(
100%
);
// -webkit-filter: grayscale(100%);
@include
filter
(
grayscale
(
100%
));
}
}
...
...
static/sass/product/_detail.scss
View file @
fa4c54c
...
...
@@ -9,6 +9,10 @@ $basicBtnC:#eb0313;
overflow
:
hidden
;
background-color
:
#f0f0f0
;
.yoho-tip
{
z-index
:
4
;
}
.page-block
{
background-color
:
#fff
;
box-sizing
:
border-box
;
...
...
template/m.yohobuy.com/partials/layout/page_header.phtml
View file @
fa4c54c
...
...
@@ -15,9 +15,7 @@
{
{#
navBtn
}
}
<!--
<span
class=
"nav-btn"
>
{
{.
}
}</span>
-->
<!--
<i
class=
"iconfont nav-home"
>
638
;</i>
-->
{
{/
navBtn
}
}
</header>
<div
class=
"homebuttom none"
>
<!--
<div
class=
"homebuttom none"
>
<ul>
<li>
<i
class=
"iconfont"
>
62
a;</i>
...
...
@@ -36,5 +34,8 @@
<span>我的</span>
</li>
</ul>
</div>
</div>
-->
{
{/
navBtn
}
}
</header>
{
{/pageHeader
}
}
...
...
Please
register
or
login
to post a comment