icon-common.css 445 B

1234567891011121314151617
  1. /*自定义弹出窗样式*/
  2. .loading_more{
  3. display: block;
  4. height: 1.5em;
  5. width: 100%;
  6. }
  7. .loading_more:before {
  8. display: inline-block; vertical-align: text-bottom;
  9. content: ' '; height: 16px; width: 16px; margin-right: 6px;
  10. background: url(/static/img/loading/loading_more.gif) no-repeat center;
  11. -webkit-background-size: contain;
  12. background-size: contain;
  13. }
  14. .loading_more:after {
  15. content: '加载更多';
  16. }