product_list.less 1.38 KB
@import "product-filter";
<<<<<<< HEAD
#prodtctListPage{
=======
.prodtctListPage{
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
	.m-header{
		.m-segment{
			padding-top: 6px;
		}
	}
	.m-list-view{
		margin-top: 0;
	}
<<<<<<< HEAD
	.back-to-top{
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 1;
	}
=======
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}

#product-filter-popup{
	top: 0;
	left: 45px;
	right: 0;
	margin: 0;
	border-radius: 0;
	background-color: #FFF;
	width: auto;
<<<<<<< HEAD
=======
}

.back-to-top{
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 1;
}
.m-list-view .cell-pic h3, .m-list-view .cell-pic p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.m-list-view{
    margin-top: 0;
    .desc{
        padding-right: 80px;
        span{
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .name{
            width: 100%;
        }
        .category{
        	text-align: left;
            margin-right: -80px;
            width: 80px;
        }
    }
}

#product-filter-popup{
	-webkit-transform: translate(100%, 0) translateZ(0);
    -ms-transform: translate(100%, 0) translateZ(0);
    -o-transform: translate(100%, 0) translateZ(0);
    transform: translate(100%, 0) translateZ(0);
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}