Authored by lore-w

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

@@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
55 position: absolute; 55 position: absolute;
56 right: 0.75rem; 56 right: 0.75rem;
57 bottom: 0.25rem; 57 bottom: 0.25rem;
58 - color: #ccc; 58 + color: #999;
59 } 59 }
60 } 60 }
61 61
@@ -181,7 +181,11 @@ @@ -181,7 +181,11 @@
181 top: 50%; 181 top: 50%;
182 margin-top: -0.75rem; 182 margin-top: -0.75rem;
183 right: 0; 183 right: 0;
184 - color: #666; 184 + color: #999;
  185 +
  186 + padding-right: 0.75rem;
  187 + text-align: right;
  188 +
185 } 189 }
186 } 190 }
187 } 191 }
@@ -343,5 +347,10 @@ @@ -343,5 +347,10 @@
343 height: 2rem; 347 height: 2rem;
344 background: image_url('loading.gif') center center no-repeat; 348 background: image_url('loading.gif') center center no-repeat;
345 @include background-size(auto 40%); 349 @include background-size(auto 40%);
  350 +
  351 + position: absolute;
  352 + top: 50%;
  353 + left: 0;
  354 + margin-top: -1rem;
346 } 355 }
347 } 356 }