|
|
|
@@ -81,6 +81,37 @@ a{ |
|
|
|
.ant-pro-layout .ant-pro-layout-container { |
|
|
|
height: 98vh; |
|
|
|
} |
|
|
|
.ant-modal-confirm .ant-modal-confirm-paragraph{ |
|
|
|
margin: 40px 0 auto; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon{ |
|
|
|
display: none; |
|
|
|
} |
|
|
|
.ant-modal-confirm .ant-modal-confirm-btns { |
|
|
|
margin-top: 30px; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
.ant-modal-confirm-btns .ant-btn-default{ |
|
|
|
width:91px; |
|
|
|
height:42px; |
|
|
|
background:rgba(22, 100, 255, 0.06); |
|
|
|
border-radius:10px; |
|
|
|
color:#1d1d20; |
|
|
|
font-size:16px; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
.ant-modal-confirm-btns .ant-btn-default:hover{ |
|
|
|
background:rgba(22, 100, 255, 0.06); |
|
|
|
border-color: transparent; |
|
|
|
} |
|
|
|
.ant-modal-confirm-btns .ant-btn-primary{ |
|
|
|
width:91px; |
|
|
|
height:42px; |
|
|
|
background:#1664ff; |
|
|
|
border-radius:10px; |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
.ant-modal .ant-modal-close-x{ |
|
|
|
border: 2px solid #272536; |
|
|
|
border-radius: 50%; |
|
|
|
@@ -91,6 +122,18 @@ a{ |
|
|
|
.ant-modal-content{ |
|
|
|
margin-left: -130px; |
|
|
|
margin-top: 50px; |
|
|
|
|
|
|
|
} |
|
|
|
.ant-modal .ant-modal-content{ |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
.ant-modal-confirm-body-wrapper{ |
|
|
|
height:303px; |
|
|
|
border-radius:21px; |
|
|
|
background-image: url(/assets/images/modal-back.png); |
|
|
|
background-repeat:no-repeat; |
|
|
|
background-size:100%; |
|
|
|
background-position: top center; |
|
|
|
} |
|
|
|
.ant-modal .ant-modal-close:hover { |
|
|
|
background-color: transparent; |
|
|
|
|