index.css 1.56 KB
.wrapper_scroller {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 100px;
	font-size: 14px;
}
.wrapper_scroller .scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	min-height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.wrapper_scroller .scroller .scroller_pullUp {min-height:  1.5em;line-height: 1.5em;font-size: 1em;text-align:center;position:absolute;left:0px;width:100%;overflow: hidden;}
.wrapper_scroller .scroller .scroller_pullDown {min-height:  1.5em;line-height: 1.5em;font-size: 1em;text-align:center;position:absolute;left:0px;width:100%;overflow: hidden;}
.wrapper_scroller .scroller .scroller_pullDown{top:-1.5em;-webkit-user-select: none;user-select: none;font-size: 1em;}
.wrapper_scroller .scroller .loadingSection{
	display: flex;
    justify-content: center;
}
.wrapper_scroller .scroller .loadingSection img{height: 1.5em;margin: 0 .5em 0 0;}

.wrapper_scroller .backTopSection{
    position: absolute;
    bottom: 5em;
    z-index: 10;
    right: 5px;
    width: 40px;
    height: 40px;
}
.wrapper_scroller .backTopSection img{width: 100%;height: 100%;}