/* 公共样式 */
:root {
  --theme: #1051a9;
  --active: #ff8e20;
}
img[data-src]{opacity: 0;}
img[done]{opacity: 1;transition: opacity .01s;}