| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .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;
- }
- }
|