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
郭成尧
2018-04-13 11:07:03 +0800
Commit
e8f58659e76075a3adae9fe296ce40c5ed5a1289
1 parent
b558413f
clear-fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 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 @
e8f5865
{{#
list
}}
<div
class=
"grade-bill"
>
<div
class=
"grade-bill-left"
>
<div
class=
"order"
><span>
{{
desc
}}
</span>
{{#if
activityInfoTitle
}}
<span
class=
"order-tip"
>
(
{{
activityInfoTitle
}}
</span><span
class=
"order-tip-end"
>
)
</span>
{{/if}}
</div>
<div
class=
"order
clearfix
"
><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 @
e8f5865
...
...
@@ -21,6 +21,14 @@
}
.grade-detail-page
{
.
clearfix
:
after
{
content
:
"."
;
display
:
block
;
height
:
0
;
clear
:
both
;
visibility
:
hidden
;
}
>
.user-defined-header
>
.nav-title
{
font-size
:
32px
;
font-weight
:
500
;
...
...
@@ -143,6 +151,8 @@
.grade-bill-left
>
.order
{
font-size
:
22px
;
white-space
:
nowrap
;
width
:
100%
;
height
:
40px
;
span
{
float
:
left
;
...
...
@@ -161,12 +171,12 @@
text-overflow
:
ellipsis
;
margin-left
:
10px
;
}
}
.time
{
margin-top
:
4px
;
font-size
:
18px
;
color
:
#444
;
}
.grade-bill-left
>
.time
{
margin-top
:
4px
;
font-size
:
18px
;
color
:
#444
;
}
.grade-bill-right
{
...
...
Please
register
or
login
to post a comment