Authored by htoooth

fix css

... ... @@ -39,9 +39,9 @@
{{/if}}
{{#if studentsPrice}}
<span class="students-price">
<i class="title">
<span class="price">{{studentsPrice}}</span>
<span class="vip-price">
<i class="title"></i>
<span class="cur">{{studentsPrice}}</span>
</span>
{{/if}}
... ...
... ... @@ -294,7 +294,10 @@
}
.vip-price-item {
display: inline-block;
margin-left: 5px;
vertical-align: top;
padding-top: 3px;
}
.vip-schedual {
... ... @@ -331,26 +334,14 @@
height: 18px;
background: resolve("product/vip-3.png") no-repeat;
}
}
.students-price {
color: #fff;
margin-top: 5px;
font-size: 12px;
span.title {
.title {
display: inline-block;
width: 36px;
height: 24px;
line-height: 16px;
background: resolve("product/students-price-icon.png") no-repeat;
color: #fff;
}
.price {
font-size: 16px;
font-weight: normal;
}
}
.activity-wrapper {
... ...