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 09:49:55 +0800
Commit
b558413f672f97ba386db52ebea46c29b83fa9ae
1 parent
c5ea46ad
style-modified
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 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 @
b558413
{{#
list
}}
<div
class=
"grade-bill"
>
<div
class=
"grade-bill-left"
>
<div
class=
"order"
>
{{
desc
}}{{#if
activityInfoTitle
}}
<span
class=
"order-tip"
>
(
{{
activityInfoTitle
}}
)
</span>
{{/if}}
</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 @
b558413
...
...
@@ -143,19 +143,31 @@
.grade-bill-left
>
.order
{
font-size
:
22px
;
white-space
:
nowrap
;
span
{
float
:
left
;
}
.grade-bill-left
>
.order
>
.order-tip
{
.order-tip-end
{
color
:
#4a90e2
;
}
.order-tip
{
font-size
:
18px
;
color
:
#4a90e2
;
font-weight
:
300
;
max-width
:
260px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
margin-left
:
10px
;
}
.grade-bill-left
>
.time
{
.time
{
margin-top
:
4px
;
font-size
:
18px
;
color
:
#444
;
}
}
.grade-bill-right
{
display
:
flex
;
...
...
Please
register
or
login
to post a comment