common.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  2. @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
  3. *,
  4. *::before,
  5. *::after {
  6. box-sizing: border-box;
  7. }
  8. h1, h2, h3, h4, h5, h6, hr, p, figure {
  9. display: flex;
  10. font-size: 1em;
  11. font-weight: normal;
  12. margin: 0;
  13. border-width: 0;
  14. opacity: 1;
  15. }
  16. ul {
  17. display: flex;
  18. margin: 0;
  19. padding: 0;
  20. }
  21. li {
  22. display: flex;
  23. }
  24. button {
  25. background-color: transparent;
  26. border: none;
  27. display: flex;
  28. padding: 0;
  29. margin: 0;
  30. align-items: normal;
  31. }
  32. body {
  33. margin: 0;
  34. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
  35. "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  36. sans-serif;
  37. -webkit-font-smoothing: antialiased;
  38. -moz-osx-font-smoothing: grayscale;
  39. }
  40. code {
  41. font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
  42. monospace;
  43. }
  44. .flex-column {
  45. display: flex;
  46. flex-direction: column;
  47. }
  48. .page-header {
  49. z-index: 10000;
  50. position: fixed;
  51. top: 0;
  52. left: 0;
  53. right: 0;
  54. }
  55. .sticking {
  56. margin: 0 !important;
  57. z-index: 10000 !important;
  58. }
  59. @media (max-width: 99999px) {
  60. .max\:show {
  61. display: flex;
  62. flex-direction: column;
  63. }
  64. .xxxl\:show {
  65. display: none;
  66. }
  67. .xxl\:show {
  68. display: none;
  69. }
  70. .xl\:show {
  71. display: none;
  72. }
  73. .lg\:show {
  74. display: none;
  75. }
  76. .md\:show {
  77. display: none;
  78. }
  79. .sm\:show {
  80. display: none;
  81. }
  82. .xs\:show {
  83. display: none;
  84. }
  85. .xxs\:show {
  86. display: none;
  87. }
  88. .tn\:show {
  89. display: none;
  90. }
  91. .max\:hide {
  92. display: none;
  93. }
  94. }
  95. @media (max-width: 2999px) {
  96. .xxxl\:show {
  97. display: flex;
  98. flex-direction: column;
  99. }
  100. .xxxl\:hide {
  101. display: none;
  102. }
  103. }
  104. @media (max-width: 1919px) {
  105. .xxl\:show {
  106. display: flex;
  107. flex-direction: column;
  108. }
  109. .xxl\:hide {
  110. display: none;
  111. }
  112. }
  113. @media (max-width: 1399px) {
  114. .xl\:show {
  115. display: flex;
  116. flex-direction: column;
  117. }
  118. .xl\:hide {
  119. display: none;
  120. }
  121. }
  122. @media (max-width: 1199px) {
  123. .lg\:show {
  124. display: flex;
  125. flex-direction: column;
  126. }
  127. .lg\:hide {
  128. display: none;
  129. }
  130. }
  131. @media (max-width: 991px) {
  132. .md\:show {
  133. display: flex;
  134. flex-direction: column;
  135. }
  136. .md\:hide {
  137. display: none;
  138. }
  139. }
  140. @media (max-width: 767px) {
  141. .sm\:show {
  142. display: flex;
  143. flex-direction: column;
  144. }
  145. .sm\:hide {
  146. display: none;
  147. }
  148. }
  149. @media (max-width: 575px) {
  150. .xs\:show {
  151. display: flex;
  152. flex-direction: column;
  153. }
  154. .xs\:hide {
  155. display: none;
  156. }
  157. }
  158. @media (max-width: 480px) {
  159. .xxs\:show {
  160. display: flex;
  161. flex-direction: column;
  162. }
  163. .xxs\:hide {
  164. display: none;
  165. }
  166. }
  167. @media (max-width: 384px) {
  168. .tn\:show {
  169. display: flex;
  170. flex-direction: column;
  171. }
  172. .tn\:hide {
  173. display: none;
  174. }
  175. }
  176. .material-symbols-outlined {
  177. font-family: 'Material Symbols Outlined';
  178. font-weight: normal;
  179. font-style: normal;
  180. font-size: 24px;
  181. line-height: 1;
  182. letter-spacing: normal;
  183. text-transform: none;
  184. display: inline-block;
  185. white-space: nowrap;
  186. word-wrap: normal;
  187. direction: ltr;
  188. -webkit-font-feature-settings: 'liga';
  189. -webkit-font-smoothing: antialiased;
  190. }
  191. .material-symbols-outlined {
  192. font-family: 'Material Symbols Outlined';
  193. font-weight: normal;
  194. font-style: normal;
  195. font-size: 24px;
  196. line-height: 1;
  197. letter-spacing: normal;
  198. text-transform: none;
  199. display: inline-block;
  200. white-space: nowrap;
  201. word-wrap: normal;
  202. direction: ltr;
  203. -webkit-font-feature-settings: 'liga';
  204. -webkit-font-smoothing: antialiased;
  205. }