_ps-tabpage.scss 3.93 KB
.newfestivalbrandwrapper {
	.show {
		  visibility: visible;
	}
	.hide {
		 visibility: hidden;
	}
	.newfestivalbrandheader {
		overflow: hidden;
		.hasunderline {
			border-bottom: 4rem / $pxConvertRem solid #373737 !important;
		}
		.hasvline {
			border-right: 2rem / $pxConvertRem solid #c1c1c1;
			color: black;
		}
		.navitemwrapper {
			height: 83rem / $pxConvertRem;
			padding-top: 29rem / $pxConvertRem;
			border-bottom: 5rem / $pxConvertRem solid #c1c1c1;
			box-sizing: border-box;
		} 
		.navitem {
			height: 30rem / $pxConvertRem;	
			line-height: 30rem / $pxConvertRem;	
			width: 100%;
			text-align: center;
			font-size: 16px;
		}
	}
	.brandsshowpannel {
	   .brandpicwrapper {
	         .branddetail {
	         	position: relative;
	         }
		}
	}
	.singlebrandpicwrapper {
		img{
			width: 100%;
		}
	}
	.singlebrandbtnleft {
		background-color:#1f1f1f;
		.todaybtn {
			background-color: #514d4d;
		}
	}
	.singlebrandbtnright {
		background-color:red;
		.todaybtn {
			background-color: white;
			color: black;
		}
	}
	.gridwrapper {
		  	 width: 100%;
		  	 clear: both;
		  .gridtiem {
			 height: 100rem / $pxConvertRem;
			 width: 16.666666667%;
			 line-height: 100rem / $pxConvertRem;
			 float: left;
		 }
		 .logoblack {
			background-color: black;
		}
	   .logogrey {
			background-color: grey;
		}
	}
	.tomorrowbrand {
		position: relative;
		img {
			width: 100%;
		}
	}
	.picwordswrapper {
		background: rgba(1,1,1,.5);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		.picwords {
			text-align: center;
			margin-top: 25%;
			line-height: 20rem / $pxConvertRem;
			color: white;
			}
	}
	.brandpicwordswrapper {
		position: absolute;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 2;
		text-overflow : ellipsis ;
		line-height: 20rem / $pxConvertRem;
		font-size: 20rem / $pxConvertRem;
		padding: 31rem / $pxConvertRem;
		color: white;
		.brandpicwords {
			width: 100%;
		    height: 100%;
		    text-align: left;
		    overflow: hidden;
		}
	}
	.todaybtn {
		display: block;
		width: 95%;
		height: 80rem / $pxConvertRem;
		line-height: 80rem / $pxConvertRem;
		text-align: center;
		margin: 20rem / $pxConvertRem auto;
		background-color: black;
		color: white;
		border: none;
		border-radius: 5rem / $pxConvertRem;
		font-size: 30rem / $pxConvertRem;
	}
}
.morlogo {
	display: inline-block;
	position: relative;
	width: 29rem / $pxConvertRem;
	height: 29rem / $pxConvertRem;
	border-radius: 50%;
	vertical-align: middle;
	margin-top: -2px;
	.cart {
		display: block;
		position: absolute;
		left: 45%;
		top:35%;
		width: 0;
		height: 0;
		
	}
}
.infolist {
	display: inline-block;
	vertical-align: middle;
	.infoitem {
		line-height: 40rem / $pxConvertRem;
		text-align: left;
		font-weight: normal;
	}
}
.whiteword {
	color: #fff;
}
.redword {
	color: #f12200
}
.morlogowhite{
	background-color: #fff;
	.cart {
		border-top: 6rem / $pxConvertRem solid transparent;
  		border-left: 6rem / $pxConvertRem solid #000;
  		border-right: 6rem / $pxConvertRem solid transparent;
  		border-bottom: 6rem / $pxConvertRem solid transparent;
	}
}
.morlogored{
	background-color: #f12200;
	.cart {
		border-top: 6rem / $pxConvertRem solid transparent;
  		border-left: 6rem / $pxConvertRem solid #fff;
  		border-right: 6rem / $pxConvertRem solid transparent;
  		border-bottom: 6rem / $pxConvertRem solid transparent;
	}
}
.mt10 {
		margin-top: 10rem / $pxConvertRem !important;
}
.loadmore {
	width:100%;
	height: 68px;
	line-height: 68px;
	position: fixed;
	z-index: 5000;
	color: black;
	background-color: white;
	font-size: 20px;
	text-align: center;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}
.infislide .img {
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.branddetail {
			a {
				display: block;
			}
	        img {
	        	width: 100%;
	        }
	   }