fansInfoQuery.css 2.1 KB
#queryFansBox {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000000;
	display: none;
}

.queryBtn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.qeruySection {
	width: 100%;
	height: 46px;
	background-color: #efefef;
	display: flex;
	padding: 8px;
	box-sizing: border-box;
}

.qeruySection>div:first-child {
	background-color: #fff;
	height: 30px;
	padding-left: 20px;
	border-radius: 4px;
	flex: 1;
}

.qeruySection>div:first-child>div {
	margin-top: 5px;
	height: 20px;
	position: relative;
	/* background-color: red; */
}

.qeruySection>div:nth-child(2) {
	width: 50px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.qeruySection>div:nth-child(2) .icon-duihao {
	color: #1AAD19;
	display: none;
}

.qeruySection>div:nth-child(2) button {
	background: none;
	border: none;
	color: #1AAD19;
	height: 30px;
}

.qeruySection>div:first-child .iconfont {
	color: #999;
	font-size: 14px;
}

#queryFansBox input {
	outline: none;
	-webkit-appearance: none;
	border: none;
	background: none;
	height: 100%;
	width: calc(100% - 38px);
}

.queryLabelsBox {
	padding: 20px;
}

.queryLabelsBox .title {
	text-align: center;
	color: #999;
	font-size: 14px;
}

.qeruySection .icon-guanbi {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 18px;
	display: none;
}

.queryLabelsBox .labelsList span {
	border: 1px solid #1AAD19;
	border-radius: 20px;
	color: #1AAD19;
	font-size: 0.8em;
	padding: 2px 8px;
	margin: 6px;
	margin-top: 10px;
	display: inline-block;
}

.queryFansItemBox {
	display: flex;
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.queryFansItemBox .userLogo {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.queryFansItemBox .content {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.queryFansItemBox .content p {
	padding-left: 10px;
}

.queryFansItemBox .content p:nth-child(2) {
	color: #999;
	font-size: 0.8em;
	margin-top: 6px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.queryFansItemBox .lastTime {
	color: #999;
	font-size: 0.8em;
}