.content-box { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .content-box .img-box { width: 2.91rem; height: 2.08rem; } .content-box .img-box img { width: 100%; height: 100%; } .content-box .tips-box { text-align: center; color: #666B80; font-size: 0.16rem; margin-top: 0.5rem; } .content-box .tran-again { margin-top: 0.06rem; cursor: pointer; color: var(--color-primary); font-size: 0.16rem; }