@import "base.less";
@import "view.less";
@import "loading.less";
@import "list.less";
// @import "video-list.less";
// html, body {
// 	height: 100%;
// }
// .listView{
// 	height: 100%;
// }
.video-list{
	height: 100%;
	// overflow-y: auto;
	margin: 0;
	box-sizing: border-box;

	.runtime{
		color: @infoTextColor;
	}
}

.listView .touch-link:active {
	width: 100%;
	background: none;
}

.touch-visible .touch-link:active{
    background: rgba(0, 0, 0, 0.2);
}