Authored by lore-w

我的收藏删除按钮位置向右调整/浏览记录删除按钮颜色调整/我的收藏loading垂直居中

... ... @@ -55,7 +55,7 @@
position: absolute;
right: 0.75rem;
bottom: 0.25rem;
color: #ccc;
color: #999;
}
}
... ...
... ... @@ -181,7 +181,11 @@
top: 50%;
margin-top: -0.75rem;
right: 0;
color: #666;
color: #999;
padding-right: 0.75rem;
text-align: right;
}
}
}
... ... @@ -343,5 +347,10 @@
height: 2rem;
background: image_url('loading.gif') center center no-repeat;
@include background-size(auto 40%);
position: absolute;
top: 50%;
left: 0;
margin-top: -1rem;
}
}
\ No newline at end of file
... ...