Commit d6e2884c by 陈超

T

parent bcc800f6
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
.myIndexBanner .min-myIndexBanner .myIndex-top .myIndexInfo i.autograph{position: absolute; top: 0;left: 0;height: 100%;width: 20px;background-image:url(__APP__/icon/autograph.png);background-size: 0 100%;background-size: 10px;background-position: center;} .myIndexBanner .min-myIndexBanner .myIndex-top .myIndexInfo i.autograph{position: absolute; top: 0;left: 0;height: 100%;width: 20px;background-image:url(__APP__/icon/autograph.png);background-size: 0 100%;background-size: 10px;background-position: center;}
</style> </style>
<body> <body>
<div id="app"> <div id="app">
<div class="layout_v tab_container center_top" style="background: url('__THEME__/img/bg@3x.png') no-repeat;"> <div class="layout_v tab_container center_top" style="background: url('__THEME__/img/bg@3x.png') no-repeat;">
<div class="center_top_content layout_h_v_c"> <div class="center_top_content layout_h_v_c">
<van-image width="72" height="72" fit="cover" round src="{:getUserFace($user['uid'],'b')}"></van-image> <van-image width="72" height="72" fit="cover" round src="{:getUserFace($user['uid'],'b')}"></van-image>
<div class="layout_v" style="margin-left: 0.75rem;"> <div class="layout_v" style="margin-left: 0.75rem;">
...@@ -22,6 +22,40 @@ ...@@ -22,6 +22,40 @@
<van-icon class="self_center" name="__THEME__/img/edit_pen.png" size="16" ></van-icon> <van-icon class="self_center" name="__THEME__/img/edit_pen.png" size="16" ></van-icon>
</div> </div>
</div> </div>
<div class="center_order_part layout_h">
<div class="center_order_item layout_center weight_full">
<div class="layout_v">
<van-icon class="self_center" size="24" name="__THEME__/img/wait_pay.png" ></van-icon>
<span class="self_center text_12_400 color_333333 center_top_order_text">待支付</span>
</div>
</div>
<div class="center_order_item layout_center weight_full">
<div class="layout_v">
<van-icon class="self_center" size="24" name="__THEME__/img/wait_send.png" ></van-icon>
<span class="self_center text_12_400 color_333333 center_top_order_text">待发货</span>
</div>
</div>
<div class="center_order_item layout_center weight_full">
<div class="layout_v">
<van-icon class="self_center" size="24" name="__THEME__/img/wait_receive.png" ></van-icon>
<span class="self_center text_12_400 color_333333 center_top_order_text">待收货</span>
</div>
</div>
<div class="center_order_item layout_center weight_full">
<div class="layout_v">
<van-icon class="self_center" size="24" name="__THEME__/img/finished.png" ></van-icon>
<span class="self_center text_12_400 color_333333 center_top_order_text">已完成</span>
</div>
</div>
<div class="center_order_item layout_center weight_full">
<div class="layout_v">
<van-icon class="self_center" size="24" name="__THEME__/img/cancelled.png" ></van-icon>
<span class="self_center text_12_400 color_333333 center_top_order_text">已取消</span>
</div>
</div>
</div>
</div> </div>
</div> </div>
......
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 to comment