123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- 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;
- // }
- // }
- // }
- // }
- // }
- @font-face {font-family: 'myiconfont';
- src: url('./iconfont/iconfont.eot');
- src: url('./iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
- url('./iconfont/iconfont.woff') format('woff'),
- url('./iconfont/iconfont.ttf') format('truetype'),
- url('./iconfont/iconfont.svg#myiconfont') format('svg');
- }
|