_coupons.scss 1.49 KB
.employ{
	width: 100%;
	height: 90rem / $pxConvertRem;
	overflow: hidden;
	border-bottom:1px solid #e0e0e0;
	span{
		width: 49%;
		height: 48rem / $pxConvertRem;
		line-height: 48rem / $pxConvertRem; 
		overflow: hidden;
		border-right: 2px solid #e0e0e0;
		margin: 21rem / $pxConvertRem 0;
		float: left;
		text-align: center;
		font-size: 48em / $pxConvertRem;
		color: #b0b0b0;
		&:last-of-type{
			border:none;
		}
		&.active{
			color: #444444;
		}
	}
}
.employ-list{
	width:100%;
	height: auto;
	overflow:hidden;
	.employ-main{
		width: 90.625%;
		height: 180rem / $pxConvertRem;
		overflow: hidden;
		margin: 20rem / $pxConvertRem auto;
		background: image-url('me/employ/employ.jpg') top center no-repeat;
		background-size: 100% 100%;
		color: #fff;
		position: relative;
		span{
			width: 34.482759%;
			height: 100%;
			float: left;
			text-align: center;
			line-height: 180rem / $pxConvertRem;
			font-size: 180em / $pxConvertRem;
		}
		p{
			width: 55.517241%;
			height: auto;
			padding: 0 5% 18em / $pxConvertRem;;
			float: left;
			&:first-of-type{
				padding-top:30em / $pxConvertRem;
				font-size: 60em / $pxConvertRem;
			}
		}
		i{
			width: 100%;
			height: 100%;
			overflow: hidden;
			display: block;
			position: absolute; 
			top: 0;
			left: 0;
			background: image-url('me/employ/employsy.png') right top no-repeat;
			background-size:auto 100%;
		}
	}
	.null{
		text-align: center;
		color: #333;
		margin-top: 55%;
		font-size:56em / $pxConvertRem; 
		color: #333;
	}

}
.none{
	display: none;
}