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-16 10:38:15 +0800
Commit
dc7bb4b151112a026d0875428f1fde73407347d2
2 parents
cb2e137a
fcc844eb
Merge branch 'feature/vipdouble' into release/180420
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletions
apps/activity/views/action/grade/month-detail.hbs
public/scss/activity/grade-detail.page.css
apps/activity/views/action/grade/month-detail.hbs
View file @
dc7bb4b
{{#
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"
>
...
...
public/scss/activity/grade-detail.page.css
View file @
dc7bb4b
...
...
@@ -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