-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathExample.html
21 lines (17 loc) · 1.11 KB
/
Example.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<script>
$(".prateleira[id*=ResultItems]").QD_infinityScroll();
</script>
<style>
/* SCROLL INFINITO */
#scrollLoading{border:#FFD324 solid 2px; margin:20px auto; line-height:20px; padding:5px; width:100px; background:url("/arquivos/ajax-loader2.gif") no-repeat right center #FFF6BF;}
body .vitrine +.searchResultsTime{display:none;}
body .vitrine +.searchResultsTime +.sub{display:none;}
body .pager.bottom{display:none;}
/* Return to top */
#returnToTop{display:none; position:fixed; bottom:100px; right:0; width:90px; padding:3px 0 0 4px; height:32px; background-color:#FFF; border-radius:4px 0 0 4px;}
#returnToTop span{font-weight:bold; height:auto; line-height:12px; color:#A21279;}
#returnToTop .text{display:block;}
#returnToTop .text2{float:left; font-size:18px; font-weight:normal;}
#returnToTop .arrowToTop{background:url("/arquivos/returnToTop.png") no-repeat #A21279; width:32px; height:32px; position:absolute; top:2px; right:0; display:block; float:right;}
</style>
<div id="returnToTop"><a href="#"><span class="text">voltar ao</span><span class="text2">TOPO</span><span class="arrowToTop"></span></a></div>