12345678910111213141516171819202122232425262728293031323334353637383940 |
- .change-modal {
- .ant-modal-close {
- span {
- color: #fff;
- }
- }
- .ant-modal-header {
- background: #000;
- color: #fff;
- font-size: 18px;
- }
- .ant-modal-body {
- padding: 20px;
- padding-bottom: 10px;
- p {
- margin-bottom:10px;
- > span {
- text-align: right;
- padding-right: 6px;
- display: inline-block;
- width: 25%;
- }
- input {
- width:70%;
- }
- .mixwidth {
- width: 38%;
- margin-right: 10px;
- }
- }
- .modal-intro {
- text-align: center;
- i {
- font-size: 15px;
- color: #79b5ff;
- margin-right: 6px;
- }
- }
- }
- }
|