condition.wxss 1.17 KB

.head-flex {
	width: 543.47rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	font-size: 32.6rpx;
	color: #80b4ff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 77.89rpx;
	line-height: 77.89rpx;
	right: 0;
	margin: auto;
}
.head-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	cursor: pointer;
}
.active-item {
	color: #fff;
}
.handle-content {
}
.condition-item {
	height: 90.57rpx;
	line-height: 90.57rpx;
	background: #FFFFFF;
	border-bottom: 1px solid #979797;
	position: relative;
}
.ctitle {
	font-size: 25.36rpx;
	color: #333333;
	position: absolute;
	top: 0;
	left: 23.55rpx;
}
.select-item {
	font-size: 25.36rpx;
	color: #9B9B9B;
	position: absolute;
	top: 0;
	right: 45.28rpx;
}
.rarrow {
	width: 10.86rpx;
	height: 19.92rpx;
	position: absolute!important;
	top: 38.04rpx;
	right: 23.55rpx;
}
.picker-title-text {
	margin: 0 auto;
	line-height: 44px;
	color: #fff;
	font-size: 28.98rpx;
	text-align: center;
}