Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xulili
ybf
Commits
2a5f17c1
Commit
2a5f17c1
authored
Feb 11, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Z: Dot: new commission layout.
parent
a16a6876
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
448 additions
and
12 deletions
+448
-12
index.vue
ybf_wx/src/views/profit/index.vue
+38
-12
index_bk_20200111105900.vue
ybf_wx/src/views/profit/index_bk_20200111105900.vue
+410
-0
No files found.
ybf_wx/src/views/profit/index.vue
View file @
2a5f17c1
<
template
>
<
template
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"t
op
"
>
<div
class=
"t
itleBars
"
>
<div
class=
"left"
>
<img
src=
"../../../public/img/money.png"
alt=
"
"
/>
<img
class=
"titleBar-icon"
:src=
"menuBarInfo.icon.now['3']
"
/>
<p>
佣金收益
</p>
<div
class=
"money"
>
21321.00
</div
>
<div
class=
"titleBar-title"
>
<div
class=
"detail"
>
查看明细
</div>
收益
</div>
</div>
<div
class=
"right"
>
</div>
<img
src=
"../../../public/img/task.png"
alt=
""
/>
<div
class=
"top"
>
<p>
任务达成
</p>
<div
class=
""
>
<div
class=
"money"
>
5/10
</div>
佣金总收益
<div
class=
"detail"
>
查看明细
</div>
</div>
</div>
</div>
</div>
<div
class=
"list"
>
<div
class=
"list"
>
...
@@ -352,7 +351,8 @@ export default {
...
@@ -352,7 +351,8 @@ export default {
justify-content
:
flex-start
;
justify-content
:
flex-start
;
}
}
.top
{
.top
{
height
:
160px
;
/* border: 1px solid blue; */
height
:
120px
;
background
:
#fff
;
background
:
#fff
;
box-shadow
:
0px
2px
4px
0px
rgba
(
221
,
221
,
221
,
1
);
box-shadow
:
0px
2px
4px
0px
rgba
(
221
,
221
,
221
,
1
);
padding
:
24px
;
padding
:
24px
;
...
@@ -407,4 +407,30 @@ export default {
...
@@ -407,4 +407,30 @@ export default {
.menuBar-title-ac
{
.menuBar-title-ac
{
color
:
rgba
(
67
,
119
,
188
,
1
);
color
:
rgba
(
67
,
119
,
188
,
1
);
}
}
.titleBars
{
height
:
32px
;
width
:
100%
;
/* border: 2px solid red; */
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
background-color
:
white
;
box-shadow
:
0px
2px
4px
0px
rgba
(
221
,
221
,
221
,
1
);
margin-bottom
:
4px
;
}
.titleBar-icon
{
height
:
28px
;
width
:
28px
;
/* border: 2px solid orange; */
}
.titleBar-title
{
height
:
100%
;
width
:
auto
;
/* border: 2px solid green; */
font-size
:
18px
;
line-height
:
32px
;
text-align
:
center
;
}
</
style
>
</
style
>
ybf_wx/src/views/profit/index_bk_20200111105900.vue
0 → 100644
View file @
2a5f17c1
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment