Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

common.css 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. /*
  2. font-family: "HarmonyOS Sans SC";
  3. 替换为
  4. font-family: "HarmonyOS Sans SC";
  5. "HarmonyOS Sans SC" !important 联盟起艺卢帅正锐黑体
  6. //https://oss.zc10000.com/static/font/LianMengQiYiLuShuaiZhengRuiHeiTi-2.ttf
  7. */
  8. /*@font-face {
  9. font-family: "HarmonyOS Sans SC";
  10. src: url("/template/mobile/font/HarmonyOS Sans SCQiYiLuShuaiZhengRuiHeiTi-2.ttf");
  11. }*/
  12. @font-face {
  13. font-family: "HarmonyOS Sans SC";
  14. src: url("https://oss.zc10000.com/static/font/HarmonyOS_Sans_SC_Regular.ttf");
  15. }
  16. body{
  17. width:100%;height:100%;
  18. /* background: rgb(178 204 246);*/
  19. background: #fff;
  20. position:relative;
  21. /* z-index: 100;*/
  22. overflow-x: hidden;
  23. }
  24. a{
  25. font-family: "HarmonyOS Sans SC" !important;
  26. }
  27. span{
  28. font-family: "HarmonyOS Sans SC" !important;
  29. }
  30. div{
  31. font-family: "HarmonyOS Sans SC" !important;
  32. }
  33. p{
  34. font-family: "HarmonyOS Sans SC" !important;
  35. }
  36. #bg_1{
  37. /* Ellipse 60 */
  38. position: absolute;
  39. width: 562px;
  40. height: 1000px;
  41. left: -159px;
  42. right: 1037px;
  43. top: -105px;
  44. bottom: -49px;
  45. filter: blur(600px);
  46. background: rgb(3, 8, 82);
  47. opacity: 4;
  48. /* z-index: 300;*/
  49. overflow: hidden;
  50. }
  51. #bg_2{/* Ellipse 62 */
  52. position: absolute;
  53. width: 617px;
  54. height: 617px;
  55. left: 484px;
  56. right: 339px;
  57. top: -21px;
  58. bottom: -188px;
  59. filter: blur(600px);
  60. background: rgb(248, 146, 79);
  61. opacity: 4;
  62. /* z-index: 300;*/
  63. overflow: hidden;
  64. }
  65. #bg_3{
  66. /* Ellipse 61 */
  67. position: absolute;
  68. width: 617px;
  69. height: 617px;
  70. left: 898px;
  71. right: -75px;
  72. top: 333px;
  73. bottom: -542px;
  74. filter: blur(600px);
  75. background: rgb(170, 128, 249);
  76. opacity: 1;
  77. overflow: hidden;
  78. }
  79. #bg_4{
  80. /* Rectangle */
  81. position: absolute;
  82. width: 447.43px;
  83. height: 447.43px;
  84. left: 11.38px;
  85. right: 1593.21px;
  86. top: 2960.87px;
  87. bottom: 1888.61px;
  88. transform: rotate(45.00deg);
  89. border-radius: 223.71px;
  90. filter: blur(500px);
  91. background: rgb(0, 165, 120);
  92. opacity: 1;
  93. overflow: hidden;
  94. }
  95. #bg_5{
  96. /* Rectangle */
  97. position: absolute;
  98. width: 452.56px;
  99. height: 452.56px;
  100. left: 1427.01px;
  101. right: 172.45px;
  102. top: 3796px;
  103. bottom: 1048.34px;
  104. transform: rotate(45.00deg);
  105. border-radius: 226.28px;
  106. filter: blur(500px);
  107. background: rgb(248, 146, 79);
  108. opacity: 1;
  109. overflow: hidden;
  110. }
  111. .tl{
  112. text-align: left;
  113. }
  114. .tc{
  115. text-align: center;
  116. }
  117. .tr{
  118. text-align: right;
  119. }
  120. .h100{
  121. height:100%;
  122. }
  123. .clear{
  124. clear: both;
  125. }
  126. .hide{
  127. display: none !important;
  128. }
  129. .content{
  130. width:100%;float:left;height:auto;
  131. }
  132. .box{
  133. width:100%;margin: 0 auto;
  134. }
  135. /*
  136. 美化滚动条
  137. */
  138. /* 美化整个滚动条 */
  139. ::-webkit-scrollbar {
  140. width: 4px; /* 滚动条宽度 */
  141. }
  142. /* 美化滚动条轨道 */
  143. ::-webkit-scrollbar-track {
  144. background: #f1f1f1; /* 轨道颜色 */
  145. border-radius: 5px;
  146. }
  147. /* 美化滚动条滑块 */
  148. ::-webkit-scrollbar-thumb {
  149. background: #888; /* 滑块颜色 */
  150. border-radius: 5px;
  151. }
  152. /* 当滑块悬停或活动时的样式 */
  153. ::-webkit-scrollbar-thumb:hover {
  154. background: #555; /* 滑块悬停颜色 */
  155. border-radius: 5px;
  156. }
  157. .to-top {
  158. display: none;
  159. position: fixed;
  160. right: 3%;
  161. bottom: 8%;
  162. width: 50px;
  163. height: 50px;
  164. /* background-color: #333;*/
  165. cursor: pointer;
  166. z-index: 9999;
  167. }
  168. .to-top img {
  169. width: 48px;
  170. height: 48px;
  171. }