.c { :global { .ant-modal-body { background: #fff; border-radius: 20px; } } } .header { position: relative; height: 90px; // margin: -24px -24px 0; padding-top: 40px; text-align: center; background: rgba(196, 196, 196, 0.2); border-radius: 20px 20px 0 0; img { width: 88px; height: 88px; background: #f0da21; border-radius: 100%; } .close { position: absolute; top: 15px; right: 15px; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; color: #c4c4c4; font-size: 20px; background: transparent; border-radius: 100%; cursor: pointer; } } .info { // margin: 50px 0 70px; margin-top: 80px; margin-bottom: 70px; font-size: 16px; text-align: center; } .f { padding-bottom: 40px; text-align: center; button { font-weight: 500; font-size: 14px; font-family: PingFang SC; line-height: 16px; text-align: center; background: #ffe823; } }