UNPKG

press-pix

Version:
109 lines (99 loc) 2.15 kB
.popup-award-box { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; position: relative; .popup-award-tips { position: absolute; bottom: .32rem; font-size: .2rem; color: #294391; line-clamp: 1; } .popup-award-title{ width: 7rem; font-size: .24rem; color: #060B19; text-align: center; position: absolute; top: .38rem; font-family: GameFont; line-clamp: 1; } .popup-award-list-box { position: absolute; bottom: .5rem; height: 3rem; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: scroll; } .popup-award-list { width: 6.48rem; display: flex; flex-direction: row; align-items: center; justify-content: center; overflow: scroll; .popup-award-item { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 .15rem; flex-shrink: 0; .popup-award { margin-bottom: .06rem; width: .96rem; height: .96rem; background-color: #C7D1E9; display: flex; flex-direction: row; align-items: center; justify-content: center; position: relative; } .popup-award-img { width: .8rem; height: .8rem; object-fit: contain; } .popup-award-num { position: absolute; color: #060B19; font-size: .2rem; bottom: .02rem; right: .06rem; font-family: GameFont; width: .8rem; line-clamp: 1; text-align: right; } .popup-award-name { margin-bottom: .1rem; font-size: .18rem; color: #294391; line-clamp: 2; width: .96rem; height: .37rem; line-height: .19rem; text-align: center; } } } } .btn-continue { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 2.24rem; height: .88rem; font-size: .2rem; color: #AFC6FE; }