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
毕凯
2018-04-17 11:35:28 +0800
Commit
a3f3cf82ed90d73ca6f1613a61cd48162648f3df
2 parents
c2be40f8
0f1f0b52
Merge branch 'feature/vipdouble' into 'gray'
Feature/vipdouble See merge request
!1333
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
3 deletions
apps/activity/views/action/grade/month-detail.hbs
package.json
public/js/common.js
public/scss/activity/grade-detail.page.css
apps/activity/views/action/grade/month-detail.hbs
View file @
a3f3cf8
{{#
list
}}
<div
class=
"grade-bill"
>
<div
class=
"grade-bill-left"
>
<div
class=
"order"
>
{{
desc
}}
</div>
<div
class=
"order"
>
<span>
{{
desc
}}
</span>
{{#if
activityInfoTitle
}}
<span
class=
"order-tip"
>
(
{{
activityInfoTitle
}}
</span><span
class=
"order-tip-end"
>
)
</span>
{{/if
}}
</div>
<div
class=
"time"
>
{{
createTimeStr
}}
</div>
</div>
<div
class=
"grade-bill-right"
>
...
...
package.json
View file @
a3f3cf8
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.5.3
5
"
,
"version"
:
"6.5.3
6
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/common.js
View file @
a3f3cf8
...
...
@@ -301,7 +301,7 @@ $yohoPage.on('touchstart', '.tap-hightlight', function() {
$
(
this
).
removeClass
(
'highlight'
);
});
$
(
'.nav-home'
).
on
(
'touchstart'
,
function
(
e
)
{
$
(
'.n
ew-n
av-home'
).
on
(
'touchstart'
,
function
(
e
)
{
$
(
'.homebuttom'
).
toggleClass
(
'hide'
);
e
.
preventDefault
();
e
.
stopPropagation
();
...
...
public/scss/activity/grade-detail.page.css
View file @
a3f3cf8
...
...
@@ -142,6 +142,24 @@
.grade-bill-left
>
.order
{
font-size
:
22px
;
white-space
:
nowrap
;
width
:
100%
;
height
:
40px
;
line-height
:
40px
;
.order-tip,
.order-tip-end
{
font-size
:
18px
;
color
:
#4a90e2
;
font-weight
:
300
;
}
.order-tip
{
max-width
:
260px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
margin-left
:
10px
;
}
}
.grade-bill-left
>
.time
{
...
...
Please
register
or
login
to post a comment