Commit df6e9129 by lishengfu

update

parent 0bc09ccd
Showing with 13 additions and 4 deletions
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<div class="list"> <div class="list">
<div class="list_title"> <div class="list_title">
<div class="title">武天依</div> <div class="title">武天依</div>
<div class="list_title_money">500.00</div>
<van-icon name="arrow" class="arrow_right" /> <van-icon name="arrow" class="arrow_right" />
</div> </div>
<p> <p>
...@@ -32,6 +33,7 @@ ...@@ -32,6 +33,7 @@
<div class="list"> <div class="list">
<div class="list_title"> <div class="list_title">
<div class="title">武天依</div> <div class="title">武天依</div>
<div class="list_title_money">500.00</div>
<van-icon name="arrow" class="arrow_right" /> <van-icon name="arrow" class="arrow_right" />
</div> </div>
<p> <p>
...@@ -63,7 +65,7 @@ export default { ...@@ -63,7 +65,7 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.contener { .contener {
background:rgba(245,247,250,1);; background: rgba(245, 247, 250, 1);
.header { .header {
height: 98px; height: 98px;
padding: 0 16px; padding: 0 16px;
...@@ -96,8 +98,8 @@ export default { ...@@ -96,8 +98,8 @@ export default {
margin-top: 16px; margin-top: 16px;
padding: 0 16px; padding: 0 16px;
background: white; background: white;
&:first-child{ &:first-child {
margin-top: 0; margin-top: 0;
} }
.label_time { .label_time {
height: 20px; height: 20px;
...@@ -126,9 +128,16 @@ export default { ...@@ -126,9 +128,16 @@ export default {
line-height: 22px; line-height: 22px;
} }
.arrow_right { .arrow_right {
margin-left: auto;
color: #e4e4e6; 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 { p {
display: flex; 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