index.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. body,
  2. h1,
  3. h2,
  4. h3,
  5. h4,
  6. h5,
  7. h6,
  8. hr,
  9. p,
  10. blockquote,
  11. dl,
  12. dt,
  13. dd,
  14. ul,
  15. ol,
  16. li,
  17. pre,
  18. form,
  19. fieldset,
  20. legend,
  21. button,
  22. input,
  23. textarea,
  24. th,
  25. td {
  26. margin: 0;
  27. padding: 0;
  28. }
  29. body,
  30. button,
  31. input,
  32. select,
  33. textarea {
  34. font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", arial;
  35. *line-height: 1.5;
  36. }
  37. // h1,
  38. // h2,
  39. // h3,
  40. // h4,
  41. // h5,
  42. // h6 {
  43. // font-size: 100%;
  44. // font-weight: normal;
  45. // }
  46. address,
  47. cite,
  48. dfn,
  49. em,
  50. var {
  51. font-style: normal;
  52. }
  53. code,
  54. kbd,
  55. pre,
  56. samp {
  57. font-family: courier new, courier, monospace;
  58. }
  59. ul,
  60. ol {
  61. list-style: none;
  62. }
  63. fieldset,
  64. img {
  65. border: 0;
  66. }
  67. table {
  68. border-collapse: collapse;
  69. border-spacing: 0;
  70. }
  71. input,
  72. button,
  73. textarea,
  74. select,
  75. optgroup,
  76. option {
  77. font-family: inherit;
  78. font-size: inherit;
  79. font-style: inherit;
  80. font-weight: inherit;
  81. font-size: 100%;
  82. }
  83. /*div:after, ul:after, dl:after,.clearfix:after {display:block; clear:both; height:0; visibility:hidden;}*/
  84. /****/
  85. abbr,
  86. article,
  87. aside,
  88. audio,
  89. canvas,
  90. datalist,
  91. details,
  92. figure,
  93. footer,
  94. header,
  95. hgroup,
  96. menu,
  97. nav,
  98. output,
  99. progress,
  100. section,
  101. video {
  102. display: block;
  103. margin: 0;
  104. padding: 0;
  105. }
  106. i,
  107. u,
  108. b,
  109. em,
  110. span,
  111. small {
  112. font-weight: normal;
  113. font-style: normal;
  114. }
  115. html,
  116. body {
  117. height: 100%;
  118. }
  119. /****/
  120. html {
  121. font-size: 62.5%;
  122. }
  123. body {
  124. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  125. }
  126. a {
  127. text-decoration: none;
  128. }
  129. h2 {
  130. margin: 0;
  131. padding: 0;
  132. }
  133. ul {
  134. word-spacing: -4px;
  135. }
  136. input,
  137. div,
  138. div:focus,
  139. textarea:focus,
  140. button:focus {
  141. outline: none;
  142. }
  143. input[type="number"] {
  144. -moz-appearance: textfield;
  145. }
  146. input[type="number"]::-webkit-inner-spin-button,
  147. input[type="number"]::-webkit-outer-spin-button {
  148. -webkit-appearance: none;
  149. margin: 0;
  150. }
  151. ::-webkit-scrollbar {
  152. width: 5px;
  153. height: 9px;
  154. }
  155. /*定义滚动条轨道 内阴影+圆角*/
  156. ::-webkit-scrollbar-track {
  157. background-color: inherit;
  158. border: none;
  159. /* margin: 6px; */
  160. border-radius: 10px;
  161. /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  162. background-color: #F5F5F5; */
  163. }
  164. /*定义滑块 内阴影+圆角*/
  165. ::-webkit-scrollbar-thumb {
  166. border-radius: 10px;
  167. position: relative;
  168. right: 2px;
  169. /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  170. background-color: #c6c6cd;
  171. width: 6px;
  172. }
  173. //最大宽度+居中
  174. .center_1200 {
  175. max-width: 1200px;
  176. margin: 0 auto;
  177. }
  178. * {
  179. box-sizing: border-box;
  180. }
  181. .el-dialog {
  182. border-radius: 8px !important;
  183. .el-dialog__header {
  184. border-bottom: 1px solid #d3d3d3aa;
  185. & > .el-dialog__title {
  186. font-size: 16px;
  187. }
  188. }
  189. .el-dialog__footer {
  190. padding: 10px;
  191. border-top: 1px solid #d3d3d3aa;
  192. }
  193. }
  194. .ql-picker.ql-lineheight {
  195. width: 70px;
  196. }
  197. .ql-editor .ql-lineheight-1 {
  198. line-height: 1;
  199. }
  200. .ql-editor .ql-lineheight-1-5 {
  201. line-height: 1.5;
  202. }
  203. .ql-editor .ql-lineheight-1-75 {
  204. line-height: 1.75;
  205. }
  206. .ql-editor .ql-lineheight-2 {
  207. line-height: 2;
  208. }
  209. .ql-editor .ql-lineheight-3 {
  210. line-height: 3;
  211. }
  212. .ql-editor .ql-lineheight-4 {
  213. line-height: 4;
  214. }
  215. .ql-editor .ql-lineheight-5 {
  216. line-height: 5;
  217. }