goodlist.css 2.7 KB
.goodlist{
	margin-top:54rpx
}

.goodlistimg{
	width:149rpx;
	height: 160rpx;
	margin-right:55rpx
}
.shareimg{
	width: 48rpx;
	height: 48rpx;
	background: #ffffff;
	border-radius: 24rpx;
	box-shadow: 0px 0px 12rpx 0px rgba(126,7,7,0.16); 
	display:flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.shartype{
	width: 48rpx;
	height: 48rpx;
	position: absolute;
	top:0;
	left:0;
	border:none;
	outline: none;
	background:transparent;
}
.shartype::after{
	border:none;
	outline: none;
	background:transparent;
}
.goodlistright{
	flex:1
}
.goodname{
	color:#0F0F0F;
	font-size: 30rpx;
	font-weight: bold;
	width:336rpx;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sharebtn{
	width:28rpx;
	height: 28rpx;
}
.goodlistitem{
	padding: 18rpx 0rpx;
	box-sizing: border-box;
	border-bottom:1rpx solid #F5F5F5
}
.zhibo{
	flex:1;
	margin-top:10rpx
}
.zhiboleft{
	padding:2rpx 8rpx;
	box-sizing: border-box;
	background: #ffffff;
	border: 2px solid #ffb974;
	border-radius: 4rpx;
	color:#FFB974;
	font-size:20rpx
}
.kaibo{
	color:#A0A0A0;
	font-size:22rpx
}
.zhiboprice{
	color:#FF0000;
	font-size:22rpx;
	margin-top:38rpx
}
.pricege{
	color:#FF0000;
	font-size:30rpx;
	font-weight: bold;
}
.canlaoright{
	width: 144rpx;
	height: 48rpx;
	background: linear-gradient(85deg,#ff5d8e 8%, #ff8172 97%);
	border-radius: 10rpx;
	color:#fff;
	font-size: 24rpx;
	display:flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sharebtnk{
	width: 144rpx;
	height: 48rpx;
	position: absolute;
	left:0;
	top:0
}
.canceltixing{
	width: 144rpx;
	height: 48rpx;
	background: #bbbbbb;
	border-radius: 10rpx;
	color:#fff;
	font-size:24rpx;
	text-align:center;
	line-height: 48rpx;
}
.cankao{
	margin-top:12rpx
}
.cankaoleft{
	color:#999999;
	font-size:22rpx
}
.naoling{
	width:22rpx;
	height: 22rpx;
	margin-right:10rpx
}
.wantleft{
	
}
.likeimg{
	width:32rpx;
	height: 32rpx;
	margin-right: 16rpx;
}
button{
	border:none;
	outline: none;
	background: transparent;
}
button::after{
	border:none;
	outline: none;
}
.registerwrap {
		width: 560rpx;
		height: 620rpx;
		background: #fff;
		border-radius: 20rpx;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 42rpx 32rpx 32rpx;
		box-sizing: border-box;
	}

	.title {
		color: #333;
		font-size: 32rpx;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40rpx
	}

	.titletext {
		color: #333;
		font-size: 28rpx;
		margin-bottom: 40rpx;
	}

	.selectxuan {
		width: 30rpx;
		height: 30rpx;
		margin-right: 20rpx;
	}

	.noti {
		color: #333;
		font-size: 28rpx
	}

	.buzai {
		width: 368rpx;
		height: 64rpx;
		background: #ff5d8e;
		border-radius: 32rpx;
		color: #fff;
		font-size: 28rpx;
		text-align: center;
		line-height: 64rpx;
		margin: 40rpx auto 0;
	}