
.premoment-container[data-v-e5d67861] {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #000;
  overflow: hidden;
}
.moment-item[data-v-e5d67861] {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.moment-slide[data-v-e5d67861] {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}





/* 返回按钮 */
.back-button[data-v-e5d67861] {
  position: fixed;
  top: 60px;
  left: 16px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.back-button[data-v-e5d67861]:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.back-button[data-v-e5d67861]:active {
  transform: scale(0.95);
}



/* 加载和错误状态 */
.loading-container[data-v-e5d67861],
.error-container[data-v-e5d67861] {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}
.error-container[data-v-e5d67861] {
  gap: 20px;
}


