index1.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .main {
  2. /* margin: 0 auto; */
  3. overflow: hidden;
  4. position: relative;
  5. background-color: black;
  6. width: 1920px;
  7. height: 1080px;
  8. margin: 0 auto;
  9. /* background: url('../image/index2/index_border.png') no-repeat center center/ 100% 101%; */
  10. /* display: flex;
  11. flex-wrap: wrap;
  12. justify-content: center;
  13. align-content: space-between; */
  14. /* overflow-x: auto; */
  15. .top-border {
  16. background: url('../image/index1/top_title.png') no-repeat center center/ 100% 100%;
  17. width: 100%;
  18. height: 9%;
  19. }
  20. .top-text {
  21. left: 2%;
  22. top: 2%;
  23. position: absolute;
  24. z-index: 3;
  25. }
  26. .top-time{
  27. font-weight: bold;
  28. font-size: 24px;
  29. color: #5A9CD2;
  30. }
  31. .top-content{
  32. font-weight: 400;
  33. font-size: 24px;
  34. color: #5F92BC;
  35. line-height: 50px;
  36. font-style: italic;
  37. }
  38. .top-title{
  39. text-align: center;
  40. font-family: Source Han Sans CN;
  41. font-weight: bold;
  42. font-size: 42px;
  43. color: #FFFFFF;
  44. line-height: 70px;
  45. background: linear-gradient(0deg, #FFFFFF 0%, #80C0FF 100%);
  46. -webkit-background-clip: text;
  47. -webkit-text-fill-color: transparent;
  48. letter-spacing: 15px;
  49. }
  50. .right-line{
  51. width: 14px;
  52. height: 14px;
  53. background: #FFFFFF;
  54. border-radius: 50%;
  55. border: 3px solid #126EFE;
  56. margin: auto;
  57. }
  58. .box-border{
  59. background: url('../image/index/left_border.png') no-repeat center center/ 100% 100%;
  60. width: 930px;
  61. height: 464px;
  62. }
  63. .small-top{
  64. background: url('../image/index1/small_title.png') no-repeat center center/ 100% 100%;
  65. width: 100%;
  66. height: 44px;
  67. color: white;
  68. }
  69. .right-small-top{
  70. background: url('../image/index/right_small_title.png') no-repeat center center/ 100% 100%;
  71. width: 100%;
  72. height: 44px;
  73. color: white;
  74. position: relative;
  75. }
  76. .small-title{
  77. font-weight: bold;
  78. font-size: 19px;
  79. color: #FFFFFF;
  80. background: linear-gradient(0deg, #F1FEFF 0%, #76E2FF 100%);
  81. -webkit-background-clip: text;
  82. -webkit-text-fill-color: transparent;
  83. }
  84. .box-right{
  85. background: url('../image/index/right_border.png') no-repeat center center/ 100% 100%;
  86. width: 930px;
  87. height: 929px;
  88. }
  89. .data-type{
  90. border-radius: 6px;
  91. border: 1px solid #39E6FF;
  92. color: #39E6FF;
  93. padding: 3px 15px;
  94. }
  95. table {
  96. border-collapse: collapse; /* 合并表格边框 */
  97. border: 1px solid #35B3CE15; /* 设置表格边框样式和颜色 */
  98. width: 100%;
  99. text-align: center;
  100. }
  101. tr{
  102. height: 35px;
  103. }
  104. }