Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
8 years ago
Commit
e56d6916f33013546bdd34acbf5889101adaf31c
1 parent
7a9341ba
配送图标
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
apps/home/views/action/orderDetail.hbs
public/img/home/delivery.png
public/scss/home/_order-detail.css
apps/home/views/action/orderDetail.hbs
View file @
e56d691
...
...
@@ -58,7 +58,7 @@
{{#if
deliveryOffline
}}
<div
class=
"offline-delivery"
>
<span
class=
"
iconfont"
>

</span>
<span
class=
"
delivery-img"
>
</span>
<p
class=
"beside-left"
>
<span
class=
"delivery-title"
>
配送信息
</span>
...
...
public/img/home/delivery.png
0 → 100644
View file @
e56d691
1.58 KB
public/scss/home/_order-detail.css
View file @
e56d691
...
...
@@ -75,8 +75,18 @@
.offline-delivery
{
position
:
relative
;
.
iconfont
{
.
delivery-img
{
left
:
0
;
display
:
block
;
background-image
:
resolve
(
"home/delivery.png"
);
width
:
37px
;
height
:
32px
;
background-size
:
100%
;
background-position
:
center
;
background-repeat
:
no-repeat
;
position
:
absolute
;
top
:
50%
;
margin-top
:
-14px
;
}
.beside-left
{
...
...
@@ -87,14 +97,14 @@
.delivery-title
{
display
:
block
;
color
:
#
000
;
color
:
#
444
;
font-size
:
28px
;
}
span
{
display
:
block
;
color
:
#b0b0b0
;
font-size
:
0.6rem
;
font-size
:
24px
;
}
}
}
...
...
Please
register
or
login
to post a comment