Authored by zhangxiaoru

配送图标

... ... @@ -58,7 +58,7 @@
{{#if deliveryOffline}}
<div class="offline-delivery">
<span class="iconfont">&#xe630;</span>
<span class="delivery-img"></span>
<p class="beside-left">
<span class="delivery-title">配送信息</span>
... ...
... ... @@ -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;
}
}
}
... ...