shop.wxss 1.7 KB

.box{
	padding: 32rpx;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.boxitem{
	width:334rpx;
	/* height:546rpx; */
	background:rgba(255,255,255,1);
	opacity:1;
	border-radius:24rpx;
	margin-bottom:18rpx;
	padding-bottom: 24rpx;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.boxitem:nth-child(2n){
	margin-left:19rpx;
}
.boxitemtopk{
	padding: 32rpx;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.boxitemtop{
	width:268rpx;
	height:268rpx;
	font-size: 0;
	margin: 0 auto;
}
.itemname{
	color:#06121F;
	font-size: 28rpx;
	font-weight: bold;
}
.itemprice{
	color:#FC5155;
	font-size: 20rpx;
	font-weight: bold;
	margin-top:10rpx;
}
.vip{
	
	height:30rpx;
	background:-webkit-gradient(linear,right top, left top,from(rgba(251,186,194,1)),to(rgba(245,132,143,1)));
	background:-webkit-linear-gradient(right,rgba(251,186,194,1) 0%,rgba(245,132,143,1) 100%);
	background:linear-gradient(270deg,rgba(251,186,194,1) 0%,rgba(245,132,143,1) 100%);
	opacity:1;
	border-radius:6rpx;
	line-height: 30rpx;
	padding: 0 10rpx;
	color:#fff;
	font-size: 22rpx;
	display:inline-block
}
.itembot{
	padding: 0 20rpx;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.changejifen{
	width:168rpx;
	height:56rpx;
	background:-webkit-linear-gradient(323deg,rgba(255,170,151,1) 0%,rgba(245,132,143,1) 100%);
	background:linear-gradient(127deg,rgba(255,170,151,1) 0%,rgba(245,132,143,1) 100%);
	-webkit-box-shadow:0rpx 8rpx 24rpx rgba(245,132,143,0.28);
	        box-shadow:0rpx 8rpx 24rpx rgba(245,132,143,0.28);
	opacity:1;
	border-radius:29rpx;
	margin:28rpx auto 0;
	color:#fff;
	font-size: 24rpx;
	text-align: center;
	line-height: 56rpx;
}