<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.qq {
	display: block;
	width: 600px;
	/*å®½*/
	/*é«˜*/
	background: #fff;
	/*èƒŒæ™¯é¢œè‰²*/
	
	border-radius: 5px;
	/*Html5 åœ†è§’*/
}

.qq p {
	font-size: 12px;
	color: #666;
	font-family: "å¾®è½¯é›…é»‘";
	line-height: 45px;
	text-indent: 20px;
	
}

.qq .message {
	width: 560px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	outline: none;
	border: 1px solid #ddd;
	padding: 8px;
	box-sizing: border-box;
	font-size: 14px;
	-webkit-background-clip: text;
	background-image: linear-gradient(to right, #778899 0%, #333 100%);
	/*ç²—ç»† é£Žæ&nbsp;¼ é¢œè‰²*/
}

.qq .But {
	width: 560px;
	
	margin: 15px auto 0px;
	position: relative;

	/*ç›¸å¯¹ï¼Œå‚è€ƒå¯¹è±¡*/
}

.qq .But img.bq {
	cursor: pointer;
	float: left;
	/*å·¦æµ®åŠ¨*/
}

.qq .But span.submit {
	width: 80px;
	height: 30px;
	background: rgba(30, 111, 228, 1);
	display: block;
	float: right;
	margin-bottom: 10px;
	/*å³æµ®åŠ¨*/
	line-height: 30px;
	border-radius: 5px;
	cursor: pointer;
	/*æ‰‹æŒ‡*/
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: "å¾®è½¯é›…é»‘";
}

/*face begin*/
.qq .But .face {
	width: 440px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 12px #666;
	position: absolute;
	z-index: 100;
	/*ç»å¯¹å®šä½*/
	top: 21px;
	left: 15px;
	display: none;
	/*éšè—*/
}

.qq .But .face ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
	box-sizing: border-box;
}

.qq .But .face ul li {
	width: 30px;
	height: 30px;
	list-style-type: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*msgCon begin*/
.msgCon {
	width: 600px;
	margin: 0px auto;
	margin-bottom: 60px;
}

.msgCon .msgBox {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 16px;
	border-radius: 4px;
}

.msgCon .msgBox .headUrl {
	width: 100%;
	height: 60px;
	border-bottom: 1px dotted #ddd;
	display: flex;
	align-items: center;
}

.msgCon .msgBox .headUrl img {
	width: 46px;
	height: 46px;
	border-radius: 50%
}

.msgCon .msgBox .headUrl div {
	flex: 1;
	display: flex;
	flex-flow: column;
	font-size: 16px;
	margin-left: 16px;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to top, #b224ef 0%, #7579ff 100%);
}

.msgCon .msgBox .headUrl div .time {
	font-size: 14px;
	margin-top: 6px;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);
}

.msgCon .msgBox .headUrl a {
	font-size: 14px;
	padding: 10px;
	color: salmon;
	cursor: pointer;
}

.msgCon .msgBox .msgTxt {
	font-size: 14px;
	color: #666;
	min-height: 40px;
	line-height: 24px;
	padding: 10px;
	box-sizing: border-box;
	word-wrap: break-word;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to right, #778899 0%, #333 100%);
}
</pre></body></html>