Commit df6e9129 by lishengfu

update

parent 0bc09ccd
Showing with 13 additions and 4 deletions
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment