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 17:48:36 +0800
Commit
bc9288040e65711a59c83913d297dcc5a37f6238
1 parent
0361c98e
text-flex-end
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
16 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 @
bc92880
{{#
list
}}
<div
class=
"grade-bill"
>
<div
class=
"grade-bill-left"
>
<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=
"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 @
bc92880
...
...
@@ -21,14 +21,6 @@
}
.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
;
...
...
@@ -153,11 +145,11 @@
white-space
:
nowrap
;
width
:
100%
;
height
:
40px
;
line-height
:
40px
;
display
:
flex
;
align-items
:
flex-end
;
span
{
float
:
left
;
}
.order-tip,
.order-tip-end
{
font-size
:
18px
;
color
:
#4a90e2
;
...
...
@@ -165,9 +157,6 @@
}
.order-tip
{
font-size
:
18px
;
color
:
#4a90e2
;
font-weight
:
300
;
max-width
:
260px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
...
...
Please
register
or
login
to post a comment