<link rel="stylesheet" class="aplayer-secondary-style-marker" href="/assets/css/APlayer.min.css"><script src="/assets/js/APlayer.min.js" class="aplayer-secondary-script-marker"></script><script class="meting-secondary-script-marker" src="/assets/js/Meting.min.js"></script><html><head></head><body>/* 本地评论样式 */
#vcomment {
  margin-top: 20px;
}
#vcomment .vcomment-list {
  margin-bottom: 16px;
}
#vcomment .vcomment-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px dashed #e3e8f7;
}
#vcomment .vcomment-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
#vcomment .vcomment-body {
  flex: 1;
  min-width: 0;
}
#vcomment .vcomment-meta {
  margin-bottom: 6px;
  font-size: 13px;
  color: #99a2b3;
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}
#vcomment .vcomment-nick {
  color: #49b1f5;
  font-weight: 600;
}
#vcomment .vcomment-time {
  font-size: 12px;
}
#vcomment .vcomment-content {
  line-height: 1.7;
  word-break: break-word;
  font-size: 14px;
}
#vcomment .vcomment-count {
  margin-top: 12px;
  color: #99a2b3;
  font-size: 13px;
  text-align: right;
}
#vcomment .vcomment-loading,
#vcomment .vcomment-empty,
#vcomment .vcomment-error {
  padding: 20px 0;
  text-align: center;
  color: #99a2b3;
}
#vcomment .vcomment-error {
  color: #e05656;
}
#vcomment .vcomment-form {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e3e8f7;
}
#vcomment .vcomment-form-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #4c4948;
}
#vcomment .vcomment-input,
#vcomment .vcomment-textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 8px 12px;
  border: 1px solid #e3e8f7;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  color: #4c4948;
  outline: none;
}
#vcomment .vcomment-input:focus,
#vcomment .vcomment-textarea:focus {
  border-color: #49b1f5;
}
#vcomment .vcomment-textarea {
  resize: vertical;
  line-height: 1.6;
}
#vcomment .vcomment-submit {
  padding: 8px 22px;
  border: none;
  border-radius: 6px;
  background: #49b1f5;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
#vcomment .vcomment-submit:hover {
  opacity: 0.9;
}
#vcomment .vcomment-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#vcomment .vcomment-msg {
  margin-left: 10px;
  font-size: 13px;
  color: #49b1f5;
}
[data-theme="dark"] #vcomment .vcomment-input,
[data-theme="dark"] #vcomment .vcomment-textarea {
  background: #252525;
  color: #eee;
  border-color: #333;
}
[data-theme="dark"] #vcomment .vcomment-form-title,
[data-theme="dark"] #vcomment .vcomment-content {
  color: #eee;
}
</body></html>