HEX
Server: Apache
System: Linux top 5.8.11-1.el7.elrepo.x86_64 #1 SMP Tue Sep 22 18:18:35 EDT 2020 x86_64
User: www (1000)
PHP: 7.4.33
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.018111.cn/wp-content/plugins/wp-user-manager/assets/css/src/_directory.scss
#wpum-user-directory {
	margin-bottom: 1em;
	max-width: 100%;
	ul.wpum-user-listings {
		margin: 0;
	}
}

#wpum-directory-top-bar,
#wpum-directory-search-form {
	padding: .5em 1em;
	background: #f9f9f9;
	border-top: 1px solid #e5e5e5;
	div p {
		margin: 0px;
	}
}

#wpum-directory-top-bar {
	.wpum-col-xs {
		&:last-child {
			text-align: right;
		}
	}
}

#wpum-directory-search-form {
	padding: 1em;
	input {
		width: 100%;
		display: block;
	}
}

.wpum-directory-pagination {
	padding: .5em 1em;
	background: #f9f9f9;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	a {
		&.next {
			float: right;
		}
		&.prev {
			float: left;
		}
	}
}

#wpum-directory-users-list {
	padding: 0;
	margin: 0;
	border-top: 1px solid #eee;
	.wpum-directory-single-user {
		margin: 0;
		border-bottom: 1px solid #eee;
		zoom: 1;
		position: relative;
		line-height: 1.5em;
		text-decoration: none;
		padding: 1em 1em 1em 1em;
		&:hover,
		&:focus {
			background-color: #fcfcfc;
		}
	}
}

#directory-avatar a {
	width: 68px;
	height: 68px;
	display: inline-flex;
	overflow: hidden;
	border-radius: 999px;
	box-shadow: none;
}

#directory-avatar img {
	display: block;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

.wpum-directory-single-user {
	.wpum-description {
		font-size: 13px;
		margin: 0;
	}
	.wpum-name {
		margin: 0;
	}
	.wpum-meta {
		text-align: right;
	}
}

@media only screen and (max-width: 500px) {
	#directory-avatar a {
		width: inherit;
		height: inherit;
	}

	#directory-avatar img {
		height: 100%;
	}

	#wpum-directory-search-form {
		.wpum-col-xs-10 {
			margin-bottom: 10px;
		}
		.wpum-col-xs-2, .wpum-col-xs-10 {
			flex-basis: 100%;
			max-width: 100%;
		}
	}
	.wpum-directory-single-user {
		.wpum-meta {
			flex-basis: 100%;
			max-width: 100%;
		}
	}
}