reset.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. /* reset */
  2. html,
  3. body,
  4. h1,
  5. h2,
  6. h3,
  7. h4,
  8. h5,
  9. h6,
  10. div,
  11. dl,
  12. dt,
  13. dd,
  14. ul,
  15. ol,
  16. li,
  17. p,
  18. blockquote,
  19. pre,
  20. hr,
  21. figure,
  22. table,
  23. caption,
  24. th,
  25. td,
  26. form,
  27. fieldset,
  28. legend,
  29. input,
  30. button,
  31. textarea,
  32. menu {
  33. margin: 0;
  34. padding: 0;
  35. }
  36. header,
  37. footer,
  38. section,
  39. article,
  40. aside,
  41. nav,
  42. hgroup,
  43. address,
  44. figure,
  45. figcaption,
  46. menu,
  47. details {
  48. display: block;
  49. }
  50. table {
  51. border-collapse: collapse;
  52. border-spacing: 0;
  53. }
  54. caption,
  55. th {
  56. text-align: left;
  57. font-weight: normal;
  58. }
  59. html,
  60. body,
  61. fieldset,
  62. img,
  63. iframe,
  64. abbr {
  65. border: 0;
  66. }
  67. i,
  68. cite,
  69. em,
  70. var,
  71. address,
  72. dfn {
  73. font-style: normal;
  74. }
  75. [hidefocus],
  76. summary {
  77. outline: 0;
  78. }
  79. li {
  80. list-style: none;
  81. }
  82. h1,
  83. h2,
  84. h3,
  85. h4,
  86. h5,
  87. h6,
  88. small {
  89. font-size: 100%;
  90. }
  91. sup,
  92. sub {
  93. font-size: 83%;
  94. }
  95. pre,
  96. code,
  97. kbd,
  98. samp {
  99. font-family: inherit;
  100. }
  101. q:before,
  102. q:after {
  103. content: none;
  104. }
  105. textarea {
  106. overflow: auto;
  107. resize: none;
  108. }
  109. label,
  110. summary {
  111. cursor: default;
  112. }
  113. a,
  114. button {
  115. cursor: pointer;
  116. }
  117. h1,
  118. h2,
  119. h3,
  120. h4,
  121. h5,
  122. h6,
  123. em,
  124. strong,
  125. b {
  126. font-weight: bold;
  127. }
  128. del,
  129. ins,
  130. u,
  131. s,
  132. a,
  133. a:hover {
  134. text-decoration: none;
  135. }
  136. body,
  137. textarea,
  138. input,
  139. button,
  140. select,
  141. keygen,
  142. legend {
  143. font: 14px/1.14;
  144. outline: 0;
  145. }
  146. body {
  147. background: #fff;
  148. }
  149. * {
  150. box-sizing: border-box;
  151. }
  152. a {
  153. text-decoration: none;
  154. }
  155. ::-webkit-scrollbar {
  156. width: 2px;
  157. height: 8px;
  158. }
  159. ::-webkit-scrollbar-thumb {
  160. height: 50px;
  161. background-color: #ddd;
  162. -webkit-border-radius: 4px;
  163. outline: 2px solid #fff;
  164. outline-offset: -2px;
  165. }
  166. ::-webkit-scrollbar-thumb:hover {
  167. height: 50px;
  168. background-color: #9f9f9f;
  169. -webkit-border-radius: 4px;
  170. }
  171. .el-pagination button:disabled {
  172. background-color: transparent;
  173. }
  174. .el-pagination .btn-next,
  175. .el-pagination .btn-prev {
  176. background-color: transparent;
  177. }
  178. .el-dialog,
  179. .el-pager li {
  180. background-color: transparent;
  181. min-width: 30px;
  182. border-radius: 15px;
  183. margin-right: 5px;
  184. }
  185. .el-pagination {
  186. color: #fff;
  187. }
  188. .el-pager li.active {
  189. width: 30px;
  190. height: 30px;
  191. color: #fff;
  192. background-color: #165491;
  193. }
  194. .el-pager li:hover {
  195. background-color: #165491;
  196. }
  197. .el-pagination .btn-next,
  198. .el-pagination .btn-prev {
  199. color: #fff;
  200. }
  201. .el-pagination__jump {
  202. color: #fff;
  203. }
  204. .el-pagination__jump .el-input__inner {
  205. width: 30px;
  206. height: 30px;
  207. }
  208. .el-textarea__inner {
  209. background-color: rgba(237, 211, 176, 0.3);
  210. color: #f0af7c;
  211. border: none;
  212. }
  213. .el-textarea__inner::-webkit-input-placeholder {
  214. color: #EDD3B0;
  215. }
  216. .el-radio {
  217. color: #f0af7c;
  218. }
  219. .el-radio__input.is-checked + .el-radio__label {
  220. color: #f0af7c;
  221. }
  222. .el-radio__inner {
  223. width: 24px;
  224. height: 24px;
  225. }
  226. .el-radio__input.is-checked .el-radio__inner {
  227. border-color: red;
  228. background: #f0af7c;
  229. }
  230. .el-radio__inner:hover {
  231. border-color: red;
  232. }
  233. .el-radio__input.is-checked .el-radio__inner::after {
  234. transform: translate(-50%, -50%) scale(0);
  235. }
  236. .el-input__inner {
  237. height: 30px;
  238. border-radius: 15px;
  239. color: #165491;
  240. border: none;
  241. }
  242. input::-webkit-input-placeholder {
  243. color: #165491 !important;
  244. }
  245. .el-select-dropdown__item.hover,
  246. .el-select-dropdown__item:hover {
  247. background-color: rgba(237, 211, 176, 0.3);
  248. }
  249. .el-select-dropdown__item.selected {
  250. color: #f0af7c;
  251. }
  252. .el-pagination {
  253. display: flex;
  254. justify-content: center;
  255. }
  256. .el-button {
  257. background: transparent;
  258. border: 1px solid #DCDFE6;
  259. color: #fff;
  260. }
  261. .el-button--primary {
  262. background-color: #165491;
  263. border-color: #165491;
  264. }
  265. .el-button--primary:focus,
  266. .el-button--primary:hover {
  267. background: #244d77;
  268. border-color: #244d77;
  269. }
  270. img {
  271. image-rendering: -moz-crisp-edges;
  272. /* Firefox */
  273. image-rendering: -o-crisp-edges;
  274. /* Opera */
  275. image-rendering: -webkit-optimize-contrast;
  276. /*Webkit (non-standard naming) */
  277. image-rendering: crisp-edges;
  278. -ms-interpolation-mode: nearest-neighbor;
  279. /* IE (non-standard property) */
  280. }
  281. #ele1 circle {
  282. fill: #165491;
  283. r: 0.46923077;
  284. }
  285. #ele1 path {
  286. fill: #165491;
  287. }
  288. .viewer-title {
  289. display: none !important;
  290. }
  291. .viewer-prev {
  292. display: none !important;
  293. }
  294. .viewer-next {
  295. display: none !important;
  296. }
  297. .viewer-navbar {
  298. display: none !important;
  299. }
  300. .viewer-close {
  301. display: none !important;
  302. }