.main{ position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; background-color: rgba(0,0,0, 0.8); display: flex; justify-content: center; align-items: flex-start; z-index: 99999; .con{ display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 60vh; margin-top: 100px; padding: 20px; box-sizing: border-box; .rgb{ width: 600px; height: 600px; border-radius: 20px; } image{ width:100%; border-radius: 10px; } .name { width: 488px; height: 72px; color: #fff; text-align: center; font-size: 26px; border-radius: 20px; line-height: 72px; margin-top: 10px; background-color: rgba(0,0,0, 0.5); padding: 0 10px; @include common_ellipsis(1); } } }