Authored by liangxs

tobeend css update

... ... @@ -4,7 +4,7 @@
{{#data}}
<a class="will-end-back" href="{{activityUrl}}" >
<img class="back-image" src="{{image coverUrl 640 300}}">
<div class="last-time">{{startLeftTime}}</div>
<div class="last-time"><i class="iconfont time-ico">&#xe603;</i><span>{{>product/outlet/countdown}}</span></div>
<div class="line-space">
<span class="num">{{promotionName}} </span>
<span class="title">{{title}}</span>
... ...
... ... @@ -88,9 +88,28 @@
.last-time {
position: absolute;
left: 10px;
top: 10px;
margin-left: 15px;
height: 20px;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 40px;
padding: 0 10px;
display: inline-block;
height: 40px;
line-height: 40px;
.iconfont {
display: inline-block;
margin-right: 5px;
position: relative;
top: -2px;
}
.iconfont,
span {
display: inline-block;
color: #fff;
font-size: 20px;
}
}
.logo {
... ... @@ -103,9 +122,10 @@
.line-space {
width: 100%;
height: auto;
height: 65px;
display: inline-block;
margin-bottom: 40px;
line-height: 65px;
}
.num {
... ...