@@ -30,10 +30,10 @@ ul, li {
height: 100%;
}
.share{
- width: 0.88rem;
- height: 0.45rem;
+ width: 0.36rem;
+ height: 1.58rem;
position: absolute;
- top: 0.7rem;
+ top: 0.84rem;
right: 0;
.logo{
@@ -318,6 +318,7 @@
if(res.status === 0){
$('.dialog').animate({top: '4.2rem'},"fast");
$('.mask').show();
+ $('.tip').hide();
document.documentElement.style.overflow='hidden';
}else{
$('#tip-text').text(res.msg);