apply.wxss 823 字节

.content {
		padding: 24rpx;
}
.items {
		height: 88rpx;
		display: flex;
		align-items: center;
		background-color: #fff;
		padding: 0 24rpx;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 16rpx;
}
.select {
		font-size: 28rpx;
		font-family: Noto Sans SC-Regular, Noto Sans SC;
		font-weight: 400;
		color: #7985A4;
		line-height: 44rpx;
}
.ipt {
		color: #7985A4;
}
 .uni-data-select {
		color: #7985A4 !important;
}
.btm {
		height: 112rpx;
		background-color: #fff;
		width: 100%;
		padding: 12rpx 24rpx;
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		left: 0;
}
.btn {
		background-color: #ABB4CC;
		border-radius: 112rpx;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		font-size: 32rpx;
		color: #fff;
		justify-content: center;
}