<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 懒人图库 搜集整理 www.lanrentuku.com */

html,
body {
  margin: 0;
  padding: 0;
}



ul {
  list-style: none;
}

.clearfix {
  height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#content {
  margin: 20px 0 10px;
  padding: 10px 0;
}

/* image loading background image */

#gallery {
  visibility: hidden;
}
#gallery li.loading {
  background: url(../images/spinner.gif) no-repeat center center;
}


/* image caption */

p.fg-caption {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  text-align: left;
}
</pre></body></html>