labourUnionSearch.less 4.02 KB
@charset "UTF-8";

.search-page {
	background-color: #EFEFEF;
	.container {
		position: relative;
		.main-box {
			width: 100%;
			min-height: 100vh;
			.nav-container {
				position: fixed;
				top: 0;
				z-index: 100;
				background-color: #FFFFFF;
				width: 100%;
			}
			.nav-pl {
				background-color: transparent;
				width: 100%;
				height: 96px;
			}
			.scroll-warp {
				background-color: #EFEFEF;
				.safe-area-inset-bottom {
					@supports (padding-bottom: env(safe-area-inset-bottom)) {
						& {
							padding-bottom: env(safe-area-inset-bottom);
						}
					}
				}
				.section-box {
					background-repeat: no-repeat;
					background-size: 100%;
					width: 100%;
					.section {
						margin: 30px auto 0 auto;
						width: 690px;
						&.full-width {
							width: 100%;
						}
						&.inside {
							margin-top: 0 !important;
							padding-top: 0 !important;
						}
						&.white {
							background-color: #FFFFFF;
						}
						&.border-radius {
							border-radius: 24px;
							overflow: hidden;
						}
						&:first-child {
							margin-top: 0;
							padding-top: 30px;
						}
						.list-container {
							display: flex;
							justify-content: space-between;
							align-items: center;
							flex-flow: wrap;
							margin: 0 auto;
							width: 690px;
							.list-item {
								margin-bottom: 30px;
								width: 330px;
							}
							.discount-flag {
								position: absolute;
								top: 10px;
								left: 10px;
								z-index: 1;
								background: linear-gradient(90deg, #F9EE7A 0%, #FAD844 100%);
								padding: 1px 8px;
								color: #945A08;
								font-size: 20px;
								font-weight: 400;
								border-radius: 6px;
							}
							/deep/ .van-list__loading {
								width: 100%;
								.van-loading {
									.van-loading__spinner {
										margin-bottom: 30px;
										width: 28px !important;
										height: 28px !important;
									}
									.van-list__loading-text {
										margin-bottom: 30px;
										color: #333333;
										font-size: 28px;
										font-weight: 400;
									}
									.van-loading__text {
										margin-bottom: 30px;
										color: #333333;
										font-size: 28px;
										font-weight: 400;
									}
								}
							}
							/deep/ .van-list__finished-text {
								margin-bottom: 30px;
								color: #333333;
								font-size: 28px;
								font-weight: 400;
								width: 100%;
							}
						}
						.no-data {
							padding-top: 416px;
							width: 100%;
							height: auto;
							.icon-empty {
								display: block;
								margin: 0 auto;
								width: 487px;
								height: 298px;
								& + .text {
									margin-top: 20px;
								}
							}
							.text {
								color: #333333;
								font-size: 30px;
								font-weight: 400;
								text-align: center;
							}
						}
						.his-box {
							margin: 0 auto;
							padding-top: 30px;
							width: 690px;
							.title-box {
								.title {
									color: #FD862E;
									font-size: 36px;
									font-weight: bold;
								}
							}
							.item-box {
								display: flex;
								justify-content: flex-start;
								align-items: center;
								flex-wrap: wrap;
								.item {
									background-color: #FFFFFF;
									margin: 20px 10px 0 0;
									padding: 2px 20px;
									color: #FD862E;
									font-size: 30px;
									font-weight: bold;
									border: 1px solid #B8B8B8;
									border-radius: 24px;
                  max-width: 300px;
                  height: 40px;
                  line-height: 40px;
                  text-overflow: ellipsis;
                  overflow: hidden;
									&:last-child {
										margin-right: 0;
									}
								}
							}
							.clear-his {
								display: block;
								margin: 130px auto 0 auto;
								color: #FD862E;
								font-size: 30px;
								font-weight: bold;
								text-align: center;
							}
						}
					}
				}
			}
		}
	}
	.goto-top {
		position: fixed;
		right: 30px;
		bottom: 50px;
		z-index: 1;
		width: 96px;
		height: 96px;
		.goto-top-img {
			display: block;
			width: 96px;
			height: 96px;
		}
	}
}