Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
df6e9129
authored
Apr 14, 2020
by
lishengfu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
0bc09ccd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
src/views/Bill/socialpayment.vue
src/views/Bill/socialpayment.vue
View file @
df6e9129
...
...
@@ -19,6 +19,7 @@
<div
class=
"list"
>
<div
class=
"list_title"
>
<div
class=
"title"
>
武天依
</div>
<div
class=
"list_title_money"
>
500.00
</div>
<van-icon
name=
"arrow"
class=
"arrow_right"
/>
</div>
<p>
...
...
@@ -32,6 +33,7 @@
<div
class=
"list"
>
<div
class=
"list_title"
>
<div
class=
"title"
>
武天依
</div>
<div
class=
"list_title_money"
>
500.00
</div>
<van-icon
name=
"arrow"
class=
"arrow_right"
/>
</div>
<p>
...
...
@@ -63,7 +65,7 @@ export default {
<
style
lang=
"less"
scoped
>
.contener
{
background
:
rgba
(
245
,
247
,
250
,
1
);
;
background
:
rgba
(
245
,
247
,
250
,
1
)
;
.header
{
height
:
98px
;
padding
:
0
16px
;
...
...
@@ -96,8 +98,8 @@ export default {
margin-top
:
16px
;
padding
:
0
16px
;
background
:
white
;
&:first-child{
margin-top
:
0
;
&:first-child
{
margin-top
:
0
;
}
.label_time
{
height
:
20px
;
...
...
@@ -126,9 +128,16 @@ export default {
line-height
:
22px
;
}
.arrow_right
{
margin-left
:
auto
;
color
:
#e4e4e6
;
}
.list_title_money
{
height
:
22px
;
font-size
:
16px
;
font-weight
:
500
;
color
:
rgba
(
61
,
64
,
71
,
1
);
line-height
:
22px
;
margin-left
:
auto
;
}
}
p
{
display
:
flex
;
...
...
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