Plat Admin

reset.css 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. @charset "UTF-8";
  2. /* Element Chalk Variables */
  3. /* Transition
  4. -------------------------- */
  5. /* Colors
  6. -------------------------- */
  7. /* 53a8ff */
  8. /* 66b1ff */
  9. /* 79bbff */
  10. /* 8cc5ff */
  11. /* a0cfff */
  12. /* b3d8ff */
  13. /* c6e2ff */
  14. /* d9ecff */
  15. /* ecf5ff */
  16. /* Link
  17. -------------------------- */
  18. /* Background
  19. -------------------------- */
  20. /* Border
  21. -------------------------- */
  22. /* Box-shadow
  23. -------------------------- */
  24. /* Fill
  25. -------------------------- */
  26. /* Font
  27. -------------------------- */
  28. /* Size
  29. -------------------------- */
  30. /* z-index
  31. -------------------------- */
  32. /* Disable base
  33. -------------------------- */
  34. /* Icon
  35. -------------------------- */
  36. /* Checkbox
  37. -------------------------- */
  38. /* Radio
  39. -------------------------- */
  40. /* Select
  41. -------------------------- */
  42. /* Alert
  43. -------------------------- */
  44. /* Message Box
  45. -------------------------- */
  46. /* Message
  47. -------------------------- */
  48. /* Notification
  49. -------------------------- */
  50. /* Input
  51. -------------------------- */
  52. /* Cascader
  53. -------------------------- */
  54. /* Group
  55. -------------------------- */
  56. /* Tab
  57. -------------------------- */
  58. /* Button
  59. -------------------------- */
  60. /* cascader
  61. -------------------------- */
  62. /* Switch
  63. -------------------------- */
  64. /* Dialog
  65. -------------------------- */
  66. /* Table
  67. -------------------------- */
  68. /* Pagination
  69. -------------------------- */
  70. /* Popover
  71. -------------------------- */
  72. /* Tooltip
  73. -------------------------- */
  74. /* Tag
  75. -------------------------- */
  76. /* Tree
  77. -------------------------- */
  78. /* Dropdown
  79. -------------------------- */
  80. /* Badge
  81. -------------------------- */
  82. /* Card
  83. --------------------------*/
  84. /* Slider
  85. --------------------------*/
  86. /* Steps
  87. --------------------------*/
  88. /* Menu
  89. --------------------------*/
  90. /* Rate
  91. --------------------------*/
  92. /* DatePicker
  93. --------------------------*/
  94. /* Loading
  95. --------------------------*/
  96. /* Scrollbar
  97. --------------------------*/
  98. /* Carousel
  99. --------------------------*/
  100. /* Collapse
  101. --------------------------*/
  102. /* Transfer
  103. --------------------------*/
  104. /* Header
  105. --------------------------*/
  106. /* Footer
  107. --------------------------*/
  108. /* Main
  109. --------------------------*/
  110. /* Break-point
  111. --------------------------*/
  112. body {
  113. font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  114. font-weight: 400;
  115. font-size: 14px;
  116. color: #000;
  117. -webkit-font-smoothing: antialiased; }
  118. a {
  119. color: #1b73a5;
  120. text-decoration: none; }
  121. a:hover, a:focus {
  122. color: #498fb7; }
  123. a:active {
  124. color: #186895; }
  125. h1, h2, h3, h4, h5, h6 {
  126. color: #606266;
  127. font-weight: inherit; }
  128. h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  129. margin-top: 0; }
  130. h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  131. margin-bottom: 0; }
  132. h1 {
  133. font-size: 20px; }
  134. h2 {
  135. font-size: 18px; }
  136. h3 {
  137. font-size: 16px; }
  138. h4, h5, h6, p {
  139. font-size: inherit; }
  140. p {
  141. line-height: 1.8; }
  142. p:first-child {
  143. margin-top: 0; }
  144. p:last-child {
  145. margin-bottom: 0; }
  146. sup, sub {
  147. font-size: 13px; }
  148. small {
  149. font-size: 12px; }
  150. hr {
  151. margin-top: 20px;
  152. margin-bottom: 20px;
  153. border: 0;
  154. border-top: 1px solid #eeeeee; }