
.moment-detail[data-v-79053236] {
  background: linear-gradient(to right, #ffb3c6 0%, #d5c4ff 100%);
  min-height: 100vh;
  padding-bottom: 60px; /* 为评论输入框留出空间 */
}
.loading-container[data-v-79053236] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.loading-text[data-v-79053236] {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.detail-content[data-v-79053236] {
  background: rgba(255, 255, 255, 0.35);
  margin: 10px;
  border-radius: 8px;
  padding: 15px;
}
.user-info[data-v-79053236] {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.avatar[data-v-79053236] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
  cursor: pointer;
}
.user-detail[data-v-79053236] {
  display: flex;
  flex-direction: column;
}
.nickname[data-v-79053236] {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.time[data-v-79053236] {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}
.content[data-v-79053236] {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
  white-space: pre-wrap;
}
.image-grid[data-v-79053236] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
.grid-image[data-v-79053236] {
  width: 100%;
  height: 110px;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
}
.grid-image.single[data-v-79053236] {
  width: 100%;
  max-width: 400px;
  height: auto;
  max-height: 400px;
  grid-column: span 3;
  justify-self: start;
}
.image-grid.two-images[data-v-79053236] {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.grid-image.double[data-v-79053236] {
  height: 150px;
  grid-column: span 1;
}
.interaction-bar[data-v-79053236] {
  display: flex;
  justify-content: space-around;
  padding: 12px 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
}
.interaction-item[data-v-79053236] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.interaction-item[data-v-79053236]:active {
  background-color: #f5f5f5;
}
.interaction-item .van-icon[data-v-79053236] {
  font-size: 20px;
  color: #666;
}
.interaction-item .van-icon.liked[data-v-79053236] {
  color: #ff5252;
}
.section-title[data-v-79053236] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}
.comments-list[data-v-79053236] {
  margin-bottom: 20px;
}
.comment-item[data-v-79053236] {
  display: flex;
  margin-bottom: 15px;
}
.comment-avatar[data-v-79053236] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}
.comment-content[data-v-79053236] {
  flex: 1;
}
.comment-user[data-v-79053236] {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
}
.comment-text[data-v-79053236] {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 4px;
  white-space: pre-wrap;
}
.comment-time[data-v-79053236] {
  font-size: 12px;
  color: #999;
}
.replies-list[data-v-79053236] {
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid #f0f0f0;
}
.reply-item[data-v-79053236] {
  display: flex;
  margin-bottom: 10px;
}
.reply-avatar[data-v-79053236] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
}
.reply-content[data-v-79053236] {
  flex: 1;
}
.reply-user[data-v-79053236] {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  margin-bottom: 2px;
}
.reply-text[data-v-79053236] {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 2px;
}
.reply-time[data-v-79053236] {
  font-size: 11px;
  color: #999;
}
.empty-comments[data-v-79053236] {
  padding: 30px 0;
}
.empty-state[data-v-79053236] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.comment-input-container[data-v-79053236] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #ffb3c6 0%, #d5c4ff 100%);
  padding: 10px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  z-index: 100;
}
.comment-input[data-v-79053236] {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* 避免 van-field 自身背景覆盖毛玻璃 */
.comment-input[data-v-79053236] .van-field__control {
  background: transparent;
}

/* 可选：让输入区域也更通透 */
.comment-input[data-v-79053236] .van-field__body {
  background: transparent;
}
