Authored by uedxwg

update

var $ = require('jquery'),
Hammer = require('yoho.hammer');
Hammer = require('yoho.hammer'),
ellipsis = require('mlellipsis');
var employ;
ellipsis.init();
//Żȯ2ʾ
setTimeout(function() {
$('.coupon-name').each(function() {
this.mlellipsis(2);
});
}, 0);
window.rePosFooter();
$('.yoho-footer').css('border-top', '1px solid #e0e0e0');
$('.employ span').each(function(index) {
... ...
.employ{
width: 100%;
height: 90rem / $pxConvertRem;
overflow: hidden;
border-bottom:1px solid #e0e0e0;
position: relative;
span{
... ... @@ -73,7 +73,7 @@
position: absolute;
left: 0;
top:50%;
@include transform(translateY(-60%));
@include transform(translateY(-50%));
i{
width: 100%;
height: 120rem / $pxConvertRem;
... ... @@ -101,7 +101,7 @@
background: #444444;
color: #fff;
text-align: center;
margin: 32em / $pxConvertRem auto;
margin: 60rem / $pxConvertRem auto 0;
@include border-radius(.2rem);
}
... ...