| 1234567891011121314151617181920212223242526272829303132333435 |
- .root-layout {
- width: 100%;
- height: 100%;
- }
- .confirm-box {
- .ant-modal-body {
- padding: 0;
- .confirm-body {
- display: flex;
- flex-direction: column;
- text-align: center;
- .confirm-icon {
- .anticon {
- height: 50px;
- line-height: 50px;
- font-size: 32px;
- color: #FF4D4F;
- svg {
- margin-top: 10px;
- }
- }
- }
- .confirm-label {
- height: 50px;
- line-height: 50px;
- font-size: 24px;
- font-weight: bold;
- }
- .confirm-button {
- height: 48px;
- line-height: 48px;
- }
- }
- }
- }
|