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
965b64d0
authored
Apr 14, 2020
by
lishengfu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
5d856067
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
1 deletions
src/views/Trusteeship/index.vue
src/views/Trusteeship/index.vue
View file @
965b64d0
...
...
@@ -67,7 +67,28 @@
</div>
</div>
<!--弹出层-->
<van-popup
v-model=
"show"
round
position=
"bottom"
:style=
"
{ height: '40%' }">内容
</van-popup>
<van-popup
v-model=
"show"
round
closeable
position=
"bottom"
:style=
"
{ height: '50%' }">
<div
class=
"popup_city"
>
<div
class=
"popup_city_title"
>
总备款金额
</div>
<div
class=
"popup_city_money"
>
2,000.00
</div>
<p>
<span>
参保城市
</span>
<i>
北京
</i>
</p>
<p>
<span>
参保月份
</span>
<i>
2019年11月
</i>
</p>
<p>
<span>
备款提醒时间
</span>
<i>
2019-11-25
</i>
</p>
<p>
<span>
托收人数
</span>
<i>
10
</i>
</p>
</div>
</van-popup>
</div>
</
template
>
...
...
@@ -180,4 +201,39 @@ export default {
}
}
}
.popup_city
{
padding
:
0
30px
;
.popup_city_title
{
height
:
22px
;
font-size
:
16px
;
color
:
rgba
(
61
,
64
,
71
,
1
);
line-height
:
22px
;
text-align
:
center
;
margin-top
:
52px
;
}
.popup_city_money
{
height
:
40px
;
font-size
:
32px
;
font-weight
:
500
;
color
:
rgba
(
61
,
64
,
71
,
1
);
line-height
:
40px
;
margin
:
14px
0
50px
;
text-align
:
center
;
}
p
{
height
:
30px
;
line-height
:
30px
;
font-size
:
14px
;
display
:
flex
;
align-items
:
center
;
span
{
color
:
rgba
(
94
,
96
,
102
,
1
);
}
i
{
color
:
rgba
(
61
,
64
,
71
,
1
);
margin-left
:
auto
;
text-align
:
right
;
}
}
}
</
style
>
\ No newline at end of file
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