reset.css 3.5 KB

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