审查视图

common/searchPage.css 1.5 KB
1  
倪静楠 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
.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;
}