Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
d6e2884c
Commit
d6e2884c
authored
May 13, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
bcc800f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
1 deletions
+35
-1
apps/home/Tpl/default/User/index_w3g.html
+35
-1
No files found.
apps/home/Tpl/default/User/index_w3g.html
View file @
d6e2884c
...
...
@@ -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
;}
</style>
<body>
<div
id=
"app"
>
<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"
>
<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;"
>
...
...
@@ -22,6 +22,40 @@
<van-icon
class=
"self_center"
name=
"__THEME__/img/edit_pen.png"
size=
"16"
></van-icon>
</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>
...
...
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