searchCom.less 1.41 KB
@charset "UTF-8";

.search-com {
	background-color: transparent;
	padding: 14px 0 20px 0;
	width: 750px;
	height: auto;
	.box {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		width: 690px;
		height: auto;
		.search-group {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 600px;
			border: 3px solid #f9f9ff;
			border-radius: 32px;
			.left-box {
				display: flex;
				align-items: center;
				.search-icon {
					margin: 16px 20px 16px 30px;
					width: 32px;
					height: 32px;
					.search-img {
						display: block;
						width: 32px;
						height: 32px;
					}
				}
				.line {
					background-color: #858585;
					margin-right: 20px;
					width: 1px;
					height: 22px;
				}
				.input-box {
					width: 440px;
					height: 64px;
					.keyword {
						background-color: transparent;
						padding: 0;
						color: #333333;
						font-size: 26px;
						width: 100%;
						height: 100%;
						border: none;
						outline: none;
						&::placeholder {
							color: #C8C8C8;
							font-size: 26px;
						}
						&::-webkit-search-cancel-button {
							display: none;
						}
					}
				}
			}
			.right-box {
				.clear-input-box {
					margin-right: 20px;
					width: 26px;
					height: 26px;
					.clear-input-img {
						display: block;
						width: 26px;
						height: 26px;
					}
				}
			}

		}
		.buttons-box {

		}
	}
}