.root{ .header{ padding: 16px; background-color: #202030; height: 250px; .title{ padding: 24px 0; font-size: 28px; color: #ffffff; } .content{ color: #A9A9A9; font-size: 14px; } } .action{ :global { .am-button { margin: 0 auto; color: #ffffff; line-height: 40px; font-size: 16px; width: 311px; height: 40px; background: linear-gradient(270deg, rgba(23, 106, 254, 1) 0%, rgba(97, 159, 255, 1) 100%); border-radius: 20px; } } } }