Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

common.css 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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/pc/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,0.4);
  47. opacity: 4;
  48. /* z-index: 300;*/
  49. }
  50. #bg_2{/* Ellipse 62 */
  51. position: absolute;
  52. width: 617px;
  53. height: 617px;
  54. left: 484px;
  55. right: 339px;
  56. top: -21px;
  57. bottom: -188px;
  58. filter: blur(600px);
  59. background: rgb(248, 146, 79,0.4);
  60. opacity: 4;
  61. /* z-index: 300;*/
  62. }
  63. #bg_3{
  64. /* Ellipse 61 */
  65. position: absolute;
  66. width: 617px;
  67. height: 617px;
  68. left: 898px;
  69. right: -75px;
  70. top: 333px;
  71. bottom: -542px;
  72. filter: blur(600px);
  73. background: rgb(170, 128, 249,0.6);
  74. opacity: 1;
  75. }
  76. #bg_4{
  77. /* Rectangle */
  78. position: absolute;
  79. width: 447.43px;
  80. height: 447.43px;
  81. left: 11.38px;
  82. right: 1593.21px;
  83. top: 2960.87px;
  84. bottom: 1888.61px;
  85. transform: rotate(45.00deg);
  86. border-radius: 223.71px;
  87. filter: blur(500px);
  88. background: rgb(0, 165, 120,0.4);
  89. opacity: 1;
  90. }
  91. #bg_5{
  92. /* Rectangle */
  93. position: absolute;
  94. width: 452.56px;
  95. height: 452.56px;
  96. left: 1427.01px;
  97. right: 172.45px;
  98. top: 3796px;
  99. bottom: 1048.34px;
  100. transform: rotate(45.00deg);
  101. border-radius: 226.28px;
  102. filter: blur(500px);
  103. background: rgb(248, 146, 79);
  104. opacity: 1;
  105. }
  106. .tl{
  107. text-align: left;
  108. }
  109. .tc{
  110. text-align: center;
  111. }
  112. .tr{
  113. text-align: right;
  114. }
  115. .h100{
  116. height:100%;
  117. }
  118. .clear{
  119. clear: both;
  120. }
  121. .hide{
  122. display: none !important;
  123. }
  124. .content{
  125. width:100%;float:left;height:auto;
  126. }
  127. .box{
  128. width:1050px;margin: 0 auto;
  129. }
  130. /*
  131. 美化滚动条
  132. */
  133. /* 美化整个滚动条 */
  134. ::-webkit-scrollbar {
  135. width: 4px; /* 滚动条宽度 */
  136. }
  137. /* 美化滚动条轨道 */
  138. ::-webkit-scrollbar-track {
  139. background: #f1f1f1; /* 轨道颜色 */
  140. border-radius: 5px;
  141. }
  142. /* 美化滚动条滑块 */
  143. ::-webkit-scrollbar-thumb {
  144. background: #888; /* 滑块颜色 */
  145. border-radius: 5px;
  146. }
  147. /* 当滑块悬停或活动时的样式 */
  148. ::-webkit-scrollbar-thumb:hover {
  149. background: #555; /* 滑块悬停颜色 */
  150. border-radius: 5px;
  151. }
  152. .to-top {
  153. display: none;
  154. position: fixed;
  155. right: 50px;
  156. bottom: 50px;
  157. width: 50px;
  158. height: 50px;
  159. /* background-color: #333;*/
  160. cursor: pointer;
  161. z-index: 9999;
  162. }
  163. .to-top img {
  164. width: 48px;
  165. height: 48px;
  166. }