You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .kf-modal {
- .ant-modal-content {
- padding: 40px 67px;
- background-image: url(/assets/images/modal-back.png);
- background-repeat: no-repeat;
- background-position: top center;
- background-size: 100%;
- border-radius: 20px;
- }
- .ant-modal-header {
- margin-bottom: 30px;
- background-color: transparent;
- }
- .ant-modal-footer {
- display: flex;
- justify-content: center;
- margin-top: 40px;
-
- .ant-btn {
- height: 40px;
- padding: 0 30px;
- font-size: @font-size-content;
- border-radius: 10px;
- }
- .ant-btn-default {
- border-color: transparent;
- }
- .ant-btn + .ant-btn {
- margin-left: 20px;
- }
- }
- }
|