searchPage.css 1.5 KB
.li {
	padding: 9px 32rpx 0 32rpx;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lishi {
	color: #323233;
	font-size: 32rpx;
	font-weight: bold;
}

.close {
	color: #323233;
	font-size: 32rpx;
}

.seave {
	margin: 16rpx 32rpx;
	display: flex;
	align-items: center;
}

.van-search__content {
	border-radius: 28rpx !important;
}

.huiBox {
	background-color: #F2F3F5;
	padding: 10rpx 32rpx;
	border-radius: 58rpx;
	margin-right: 16rpx;
	margin-bottom: 16rpx;
}

.huiText {
	color: #969799;
	font-size: 26rpx;
}

.jiList {
	display: flex;
	margin: 24rpx 32rpx;
	flex-wrap: wrap;
}

.zhezhao {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.boxs {
	height: 240rpx;
	background-color: #FFFFFF;
	margin: 0 64rpx;
	border-radius: 28rpx;
}

.okDel {
	color: #323233;
	font-size: 32rpx;
}

.qren {
	color: #FF2F2F;
	font-size: 32rpx;
}

.kbox {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #EBEDF0;
}

.kbo {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kuangBox {
	display: flex;
	height: 96rpx;
	border-top: 1px solid #EBEDF0;
}

.resultBox {
	width: 100%;
	padding: 110rpx 24rpx 0rpx;
	box-sizing: border-box;
}

.item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1rpx solid #dfdfdf;
	font-size: 28rpx;
	padding: 0 0 28rpx 0;
	align-items: center;
}