/*自定义弹出窗样式*/ .loading_more{ display: block; height: 1.5em; width: 100%; } .loading_more:before { display: inline-block; vertical-align: text-bottom; content: ' '; height: 16px; width: 16px; margin-right: 6px; background: url(/static/img/loading/loading_more.gif) no-repeat center; -webkit-background-size: contain; background-size: contain; } .loading_more:after { content: '加载更多'; }