base.less 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  2. /* Document
  3. ========================================================================== */
  4. /**
  5. * 1. Correct the line height in all browsers.
  6. * 2. Prevent adjustments of font size after orientation changes in
  7. * IE on Windows Phone and in iOS.
  8. */
  9. #LRfloater0{
  10. left: -200px!important;
  11. }
  12. html {
  13. line-height: 1.15; /* 1 */
  14. -ms-text-size-adjust: 100%; /* 2 */
  15. -webkit-text-size-adjust: 100%; /* 2 */
  16. }
  17. /* Sections
  18. ========================================================================== */
  19. /**
  20. * Remove the margin in all browsers (opinionated).
  21. */
  22. body {
  23. margin: 0;
  24. }
  25. /**
  26. * Add the correct display in IE 9-.
  27. */
  28. article,
  29. aside,
  30. footer,
  31. header,
  32. nav,
  33. section {
  34. display: block;
  35. }
  36. /**
  37. * Correct the font size and margin on `h1` elements within `section` and
  38. * `article` contexts in Chrome, Firefox, and Safari.
  39. */
  40. h1 {
  41. font-size: 2em;
  42. margin: 0.67em 0;
  43. }
  44. /* Grouping content
  45. ========================================================================== */
  46. /**
  47. * Add the correct display in IE 9-.
  48. * 1. Add the correct display in IE.
  49. */
  50. figcaption,
  51. figure,
  52. main { /* 1 */
  53. display: block;
  54. }
  55. /**
  56. * Add the correct margin in IE 8.
  57. */
  58. figure {
  59. margin: 1em 40px;
  60. }
  61. /**
  62. * 1. Add the correct box sizing in Firefox.
  63. * 2. Show the overflow in Edge and IE.
  64. */
  65. hr {
  66. box-sizing: content-box; /* 1 */
  67. height: 0; /* 1 */
  68. overflow: visible; /* 2 */
  69. }
  70. /**
  71. * 1. Correct the inheritance and scaling of font size in all browsers.
  72. * 2. Correct the odd `em` font sizing in all browsers.
  73. */
  74. pre {
  75. font-family: monospace, monospace; /* 1 */
  76. font-size: 1em; /* 2 */
  77. }
  78. /* Text-level semantics
  79. ========================================================================== */
  80. /**
  81. * 1. Remove the gray background on active links in IE 10.
  82. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  83. */
  84. a {
  85. background-color: transparent; /* 1 */
  86. -webkit-text-decoration-skip: objects; /* 2 */
  87. }
  88. /**
  89. * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
  90. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  91. */
  92. abbr[title] {
  93. border-bottom: none; /* 1 */
  94. text-decoration: underline; /* 2 */
  95. text-decoration: underline dotted; /* 2 */
  96. }
  97. /**
  98. * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  99. */
  100. b,
  101. strong {
  102. font-weight: inherit;
  103. }
  104. /**
  105. * Add the correct font weight in Chrome, Edge, and Safari.
  106. */
  107. b,
  108. strong {
  109. font-weight: bolder;
  110. }
  111. /**
  112. * 1. Correct the inheritance and scaling of font size in all browsers.
  113. * 2. Correct the odd `em` font sizing in all browsers.
  114. */
  115. code,
  116. kbd,
  117. samp {
  118. font-family: monospace, monospace; /* 1 */
  119. font-size: 1em; /* 2 */
  120. }
  121. /**
  122. * Add the correct font style in Android 4.3-.
  123. */
  124. dfn {
  125. font-style: italic;
  126. }
  127. /**
  128. * Add the correct background and color in IE 9-.
  129. */
  130. mark {
  131. background-color: #ff0;
  132. color: #000;
  133. }
  134. /**
  135. * Add the correct font size in all browsers.
  136. */
  137. small {
  138. font-size: 80%;
  139. }
  140. /**
  141. * Prevent `sub` and `sup` elements from affecting the line height in
  142. * all browsers.
  143. */
  144. sub,
  145. sup {
  146. font-size: 75%;
  147. line-height: 0;
  148. position: relative;
  149. vertical-align: baseline;
  150. }
  151. sub {
  152. bottom: -0.25em;
  153. }
  154. sup {
  155. top: -0.5em;
  156. }
  157. /* Embedded content
  158. ========================================================================== */
  159. /**
  160. * Add the correct display in IE 9-.
  161. */
  162. audio,
  163. video {
  164. display: inline-block;
  165. }
  166. /**
  167. * Add the correct display in iOS 4-7.
  168. */
  169. audio:not([controls]) {
  170. display: none;
  171. height: 0;
  172. }
  173. /**
  174. * Remove the border on images inside links in IE 10-.
  175. */
  176. img {
  177. border-style: none;
  178. }
  179. /**
  180. * Hide the overflow in IE.
  181. */
  182. svg:not(:root) {
  183. overflow: hidden;
  184. }
  185. /* Forms
  186. ========================================================================== */
  187. /**
  188. * 1. Change the font styles in all browsers (opinionated).
  189. * 2. Remove the margin in Firefox and Safari.
  190. */
  191. button,
  192. input,
  193. optgroup,
  194. select,
  195. textarea {
  196. font-family: sans-serif; /* 1 */
  197. font-size: 100%; /* 1 */
  198. line-height: 1.15; /* 1 */
  199. margin: 0; /* 2 */
  200. }
  201. /**
  202. * Show the overflow in IE.
  203. * 1. Show the overflow in Edge.
  204. */
  205. button,
  206. input { /* 1 */
  207. overflow: visible;
  208. }
  209. /**
  210. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  211. * 1. Remove the inheritance of text transform in Firefox.
  212. */
  213. button,
  214. select { /* 1 */
  215. text-transform: none;
  216. }
  217. /**
  218. * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  219. * controls in Android 4.
  220. * 2. Correct the inability to style clickable types in iOS and Safari.
  221. */
  222. button,
  223. html [type="button"], /* 1 */
  224. [type="reset"],
  225. [type="submit"] {
  226. -webkit-appearance: button; /* 2 */
  227. }
  228. /**
  229. * Remove the inner border and padding in Firefox.
  230. */
  231. button::-moz-focus-inner,
  232. [type="button"]::-moz-focus-inner,
  233. [type="reset"]::-moz-focus-inner,
  234. [type="submit"]::-moz-focus-inner {
  235. border-style: none;
  236. padding: 0;
  237. }
  238. /**
  239. * Restore the focus styles unset by the previous rule.
  240. */
  241. button:-moz-focusring,
  242. [type="button"]:-moz-focusring,
  243. [type="reset"]:-moz-focusring,
  244. [type="submit"]:-moz-focusring {
  245. outline: 1px dotted ButtonText;
  246. }
  247. /**
  248. * Correct the padding in Firefox.
  249. */
  250. fieldset {
  251. padding: 0.35em 0.75em 0.625em;
  252. }
  253. /**
  254. * 1. Correct the text wrapping in Edge and IE.
  255. * 2. Correct the color inheritance from `fieldset` elements in IE.
  256. * 3. Remove the padding so developers are not caught out when they zero out
  257. * `fieldset` elements in all browsers.
  258. */
  259. legend {
  260. box-sizing: border-box; /* 1 */
  261. color: inherit; /* 2 */
  262. display: table; /* 1 */
  263. max-width: 100%; /* 1 */
  264. padding: 0; /* 3 */
  265. white-space: normal; /* 1 */
  266. }
  267. /**
  268. * 1. Add the correct display in IE 9-.
  269. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  270. */
  271. progress {
  272. display: inline-block; /* 1 */
  273. vertical-align: baseline; /* 2 */
  274. }
  275. /**
  276. * Remove the default vertical scrollbar in IE.
  277. */
  278. textarea {
  279. overflow: auto;
  280. }
  281. /**
  282. * 1. Add the correct box sizing in IE 10-.
  283. * 2. Remove the padding in IE 10-.
  284. */
  285. [type="checkbox"],
  286. [type="radio"] {
  287. box-sizing: border-box; /* 1 */
  288. padding: 0; /* 2 */
  289. }
  290. /**
  291. * Correct the cursor style of increment and decrement buttons in Chrome.
  292. */
  293. [type="number"]::-webkit-inner-spin-button,
  294. [type="number"]::-webkit-outer-spin-button {
  295. height: auto;
  296. }
  297. /**
  298. * 1. Correct the odd appearance in Chrome and Safari.
  299. * 2. Correct the outline style in Safari.
  300. */
  301. [type="search"] {
  302. -webkit-appearance: textfield; /* 1 */
  303. outline-offset: -2px; /* 2 */
  304. }
  305. /**
  306. * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  307. */
  308. [type="search"]::-webkit-search-cancel-button,
  309. [type="search"]::-webkit-search-decoration {
  310. -webkit-appearance: none;
  311. }
  312. /**
  313. * 1. Correct the inability to style clickable types in iOS and Safari.
  314. * 2. Change font properties to `inherit` in Safari.
  315. */
  316. ::-webkit-file-upload-button {
  317. -webkit-appearance: button; /* 1 */
  318. font: inherit; /* 2 */
  319. }
  320. /* Interactive
  321. ========================================================================== */
  322. /*
  323. * Add the correct display in IE 9-.
  324. * 1. Add the correct display in Edge, IE, and Firefox.
  325. */
  326. details, /* 1 */
  327. menu {
  328. display: block;
  329. }
  330. /*
  331. * Add the correct display in all browsers.
  332. */
  333. summary {
  334. display: list-item;
  335. }
  336. /* Scripting
  337. ========================================================================== */
  338. /**
  339. * Add the correct display in IE 9-.
  340. */
  341. canvas {
  342. display: inline-block;
  343. }
  344. /**
  345. * Add the correct display in IE.
  346. */
  347. template {
  348. display: none;
  349. }
  350. /* Hidden
  351. ========================================================================== */
  352. /**
  353. * Add the correct display in IE 10-.
  354. */
  355. [hidden] {
  356. display: none;
  357. }
  358. body {
  359. color: #333;
  360. font-size: 14px;
  361. background: #f0f0f0;
  362. .ant-input-number,
  363. .ant-input-number-lg {
  364. .ant-input-number-handler-wrap {
  365. display: none;
  366. }
  367. }
  368. }
  369. #root {
  370. width: 100%;
  371. height: 100%;
  372. min-width: 960px;
  373. .wrap {
  374. height: 100%;
  375. }
  376. }
  377. .header {
  378. position: absolute;
  379. top: 0;
  380. left: 0;
  381. height: 100px;
  382. width: 100%;
  383. background: #fff;
  384. box-shadow: 0 2px 6px 0px #ccc;
  385. }
  386. .clearfix:before,
  387. .clearfix:after {
  388. content: ".";
  389. display: block;
  390. height: 0;
  391. clear: both;
  392. visibility: hidden;
  393. overflow: hidden;
  394. }
  395. .footer {
  396. border-top: 1px solid #d8d8d8;
  397. }
  398. // .ant-modal-content {
  399. // .ant-modal-body {
  400. // .ant-form {
  401. // .ant-form-item {
  402. // .ant-form-item-control {
  403. // text-align: center;
  404. // }
  405. // }
  406. // }
  407. // }
  408. // }
  409. @font-face {
  410. font-family: 'myiconfont';
  411. src: url('./iconfont/iconfont.eot');
  412. 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');
  413. }