12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- body {
- color: #333;
- font-size: 14px;
- background: #f0f0f0;
- }
- #root {
- width: 100%;
- height: 100%;
- min-width: 960px;
- .wrap {
- height: 100%;
- }
- }
- .header {
- position: absolute;
- top: 0;
- left: 0;
- height: 100px;
- width: 100%;
- background: #fff;
- box-shadow: 0 2px 6px 0px #ccc;
- }
- .clearfix:before,
- .clearfix:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- overflow: hidden;
- }
- .footer {
- border-top: 1px solid #d8d8d8;
- }
- // .ant-modal-content {
- // .ant-modal-body {
- // .ant-form {
- // .ant-form-item {
- // .ant-form-item-control {
- // text-align: center;
- // }
- // }
- // }
- // }
- // }
|