@import "common"; body { margin: 0; padding: 0; background-color: #12141B; color: #E5E7EF; } .content { display: flex; height: 100vh; flex-direction: column; align-items: center; .title { text-align: center; font-size: .6rem; margin-top: 2.72rem; } .banner { width: 100%; max-width: 15rem; margin-top: 1.4rem; img { width: 100%; height: 100%; max-width: 15rem; } } .btns { flex: 1; display: flex; align-items: center; flex-direction: column; width: 100%; background-color: #141722; .btn { display: flex; align-items: center; justify-content: center; width: 9.56rem; height: 1.84rem; border-radius: .92rem; background-image: linear-gradient(to right, #FF7C39 , #FF9C40); box-shadow: 0 0 8px #ff7b398a; .icon { height: 1.08rem; } .txt { display: block; width: 3rem; font-size: .6rem; margin-left: .52rem; } } .ios { margin-top: .3rem; margin-bottom: .64rem; } } }