HEX
Server: nginx/1.18.0
System: Linux iZj6c1ieg2jrpk1z5tzi19Z 6.3.9-1.el7.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 21 22:18:40 EDT 2023 x86_64
User: www (1001)
PHP: 8.2.4
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.cytocare.cn/wp-content/themes/peakshops/assets/sass/blog/_forms.scss
/* Form Styling */
form {
	margin: 0;

	fieldset {
		padding: 0;
		margin: 0;
		border: 0;
	}
}

/* Inputs */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	border: 1px solid $form-border;
	padding: 12px 15px;
	height: 40px;
	margin-bottom: 20px;
	color: $black;
	font-size: 12px;
	font-weight: 400;
	background: #fff;
	max-width: 100%;
	outline: 0;
	font-family: inherit;
	border-radius: 0px;
	@include box-shadow(none);
	@include appearance(none);
	@extend .quick-transition;

	&:focus {
		border-color: $black;
		color: $black;
		@include box-shadow(none);
	}
	&.dokan-form-control {
		padding: 12px 15px;
		height: 40px;
	}
	.dokan-input-group &,
	.dokan-form-group & {
		margin-bottom: 0;
	}
	.wpcf7-form-control-wrap & {
		margin-bottom: 20px;
		width: 100%;
	}
	&.wpcf7-not-valid {
		border-color: #e76049;
	}

	@include input-placeholder {
		font-weight: 400;
		color: rgba($black, 0.6);
	}
	&.large {
		height: 46px;
		padding: 17px 20px;
	}
	&.full,
	.woocommerce-checkout &,
	.woocommerce-MyAccount-content & {
		width: 100%;
	}
}
.dark-form-elements {
	border-color: #fff;
	background: #fff;
	&:focus {
		border-color: #fff;
	}
}
.wpcf7 {
  .ajax-loader {
    display: none;
  }
}

.wpcf7-checkbox {
	display: block;
	margin-bottom: 20px;

	label {
		padding: 10px;
		border: 1px solid #dedede;
		border-radius: 0px;
		font-size: 13px;
		color: $black;
		margin: 0;
		min-width: 150px;
		input {
			margin-right: 5px;
		}
	}
	.wpcf7-list-item {
		display: block;
		margin: 0 0 15px;

		@include min-break($break-small) {
			display: inline-block;
			& + .wpcf7-list-item {
				margin-bottom: 0;
				margin-left: 15px;
			}
		}
	}
}
.wpcf7-response-output {
	padding: 18px 22px !important;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.parsley-error-list,
.wpcf7-not-valid-tip,
.screen-reader-response {
	display: none !important;
}
.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
label {
	display: inline-block;
	clear: left;
	font-size: 14px;
	color: $black;
	margin: 0 0 10px;
	font-weight: 500;

	&.woocommerce-form__label-for-checkbox.inline {
		.woocommerce-form__input-checkbox {
			margin-right: 10px;
		}
		span {
			display: inline-block;
			vertical-align: middle;
		}
	}
}
textarea {
	height: auto;
	min-height: 185px;
	line-height: 1.6;
	resize: none;
	.wpcf7-form & {
		height: 235px;
	}
	.dokan-form-group & {
		padding: 12px 15px;
		font-size: 12px;
		border: 1px solid $form-border;
	}
}

select {
	@include appearance(none);
	border: 1px solid $form-border;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	border-radius: 0px;
	color: $black;
	font-size: 12px;
	font-weight: 400;
	background: #fff url('../img/select_arrow.png') calc(100% - 15px) 18px no-repeat;
	background-size: 7px 4px;
	position: relative;

	&.wpcf7-select {
    margin-bottom: 20px;
  }
	.dokan-form-group & {
		margin-bottom: 0;
	}
	.rtl & {
		background-position: 15px 18px;
	}
}
/* Select2 */
.form-row.woocommerce-invalid-required-field {
	.select2-container .select2-choice  {
		border-color: #e76049;
	}
}
.select2.select2-container--default {
	margin-bottom: 20px;
	clear: left;
	font-size: 12px;
	height: 40px;
	max-width: 100%;
	.dokan-form-group & {
		margin-bottom: 0;
	}
	.select2-selection__arrow {
		height: 100%;
		min-height: 100%;
		background: transparent url('../img/select_arrow.png') calc(100% - 15px) 18px no-repeat;
		background-size: 7px 4px;
		min-width: 26px;
		b {
			display: none;
		}
		.rtl & {
			background-position: 10px 18px;
		}
	}
	&.select2-container--open {
		.select2-selection--single {
			border-color: $black;
			background: #fff;
		}
	}
	.selection {
		* {
			&:focus {
				outline: none;
			}
		}
	}

	.select2-selection--single {
		border-radius: 0px;
		background: #fff;
		border-color: $form-border;
		height: 40px;
		line-height: 40px;
		.form-radius-off & {
		  border-radius: 0;
		}
		.select2-selection__clear {
			margin-right: 10px;
		}
		.select2-selection__rendered {
			float: none;
			height: 40px;
			line-height: 40px;
			padding-left: 15px;
		}
		&.select2-selection--multiple {
			.select2-selection__rendered {
				li {
					background: none;
					border: none;
				}
			}
		}
	}
}

.select2-container .select2-dropdown {
	background: #fff;
	border-radius: 0px;
	@include box-shadow(none);
	border-color: $black;
	.form-radius-off & {
	  border-radius: 0;
	}
	.rtl & {
		left: auto;
		right: -9999px;
	}
	&.select2-dropdown--above {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	&.select2-dropdown--below {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	.select2-search {
		padding: 8px;
		input {
			background: #fff !important;
			margin-bottom: 0px;
			height: 30px;
		}
	}

	.select2-results {
		background: transparent;
		font-size: 12px;
		.select2-results__option {
			margin: 0;
			height: 40px;
			line-height: 40px;
			padding: 0 15px;
			&[aria-selected=true] {
				background: $border;
			}
			&.select2-results__option--highlighted {
				background: $black;
				border-radius: 0;
				color: #fff;
			}
		}
	}
}