export const style = ` .promotion-wrapper { position: fixed; top:0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.7); z-index: 1000; } .promotion-close-icon { position: absolute; right: 16px; top: 16px; width: 100%; max-width: 45px; height: 45px; cursor: pointer; } .promotion-banner { display: flex; align-items: center; justify-content: center; } .promotion-banner-image { max-width: 100%; height: 649px; width: 396px; } .promotion-banner-image { cursor: pointer; } .promotion-content { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; } .promotion-footer { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); line-height: initial; } `