splash.scss 266 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .splash-container { width: 100%; height: 100%; margin-top: 300rpx; .splash-container-box { display: flex; align-items: center; justify-content: space-between; flex-direction: column; image { width: 100rpx; height: 100rpx; } } }