.gift-tip-popup,
.press__gift-popup {
  color: #fcfcfc;
  font-size: .18rem;
  padding: .1rem;

  // 暂时用下面的方法保证宽度不太小
  // text-align: center;
  // min-width: 80px;
  // max-width: 200px;
  white-space: nowrap;
}
