reset.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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. /* Break-point
  121. --------------------------*/
  122. body {
  123. /* font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; */
  124. font-weight: 400;
  125. font-size: 14px;
  126. color: #000000;
  127. -webkit-font-smoothing: antialiased; }
  128. a {
  129. color: #2D74E7;
  130. text-decoration: none; }
  131. a:hover, a:focus {
  132. color: #5790ec; }
  133. a:active {
  134. color: #2968d0; }
  135. h1, h2, h3, h4, h5, h6 {
  136. color: #606266;
  137. font-weight: inherit; }
  138. h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  139. margin-top: 0; }
  140. h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  141. margin-bottom: 0; }
  142. h1 {
  143. font-size: 20px; }
  144. h2 {
  145. font-size: 18px; }
  146. h3 {
  147. font-size: 16px; }
  148. h4, h5, h6, p {
  149. font-size: inherit; }
  150. p {
  151. line-height: 1.8; }
  152. p:first-child {
  153. margin-top: 0; }
  154. p:last-child {
  155. margin-bottom: 0; }
  156. sup, sub {
  157. font-size: 13px; }
  158. small {
  159. font-size: 12px; }
  160. hr {
  161. margin-top: 20px;
  162. margin-bottom: 20px;
  163. border: 0;
  164. border-top: 1px solid #eeeeee; }