main.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. ::-webkit-scrollbar {
  2. width: 8px;
  3. height: 8px;
  4. background: #f2f2f2;
  5. padding-right: 2px;
  6. }
  7. ::-webkit-scrollbar-thumb {
  8. background: #b4bbc5;
  9. border-radius: 10px;
  10. border: 0;
  11. }
  12. body{
  13. margin:0;
  14. position: relative;
  15. left:0;
  16. }
  17. #base{
  18. position:absolute;
  19. width:100%;
  20. }
  21. .back-picture{
  22. position: absolute;
  23. border-width: 0;
  24. left:0;
  25. top:0;
  26. width:100%;
  27. height:1080px;
  28. background-color:darkseagreen;
  29. }
  30. .back-image{
  31. border-width: 0px;
  32. position: absolute;
  33. left: 0;
  34. top: 0;
  35. width: 100%;
  36. height: 1080px;
  37. display: flex;
  38. opacity: 0.69;
  39. }
  40. .tech-support{
  41. position: absolute;
  42. border-width: 0px;
  43. left: 30px;
  44. top: 30px;
  45. width: 327px;
  46. height: 80px;
  47. background: inherit;
  48. background-color: rgba(255, 255, 255, 1);
  49. border: none;
  50. border-radius: 0px;
  51. -moz-box-shadow: none;
  52. -webkit-box-shadow: none;
  53. box-shadow: none;
  54. opacity: 0.53;
  55. }
  56. .subject-picture{
  57. position:absolute;
  58. width:1017px;
  59. height:316px;
  60. top:358px;;
  61. left:452px;
  62. background-color:darkkhaki;
  63. }
  64. .link-items{
  65. position:absolute;
  66. top:829px;
  67. left:0;
  68. width: 100%;
  69. /* background-color:cyan; */
  70. text-align: center;
  71. }
  72. .item{
  73. display: inline-block;
  74. text-align: center;
  75. width: 177px;
  76. height:50px;
  77. margin:0 40px 0 40px;
  78. padding-top:20px;
  79. border-radius: 80px / 75px;
  80. font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
  81. font-weight: 700;
  82. font-style: normal;
  83. font-size:21px;
  84. color:white;
  85. background-color: #C09E65;
  86. }
  87. .special-item{
  88. background-color:#FFFFFF;
  89. color:#000000;
  90. }
  91. .link-items a{
  92. color: inherit;
  93. }
  94. .link-items a:link{
  95. text-decoration:none;
  96. }
  97. .link-items a:visited{
  98. text-decoration:none;
  99. }
  100. .link-items a:hover{
  101. text-decoration:none;
  102. }
  103. .link-items a:active{
  104. text-decoration:none;
  105. }
  106. .module{
  107. border-width:0;;
  108. position:absolute;
  109. top:0;
  110. left:0;
  111. width:100%;
  112. font-size: 48px;
  113. text-align: center;
  114. }
  115. .wanwuqiang{
  116. top:1080px;
  117. }
  118. .title{
  119. position:absolute;
  120. top:0;
  121. left:0;
  122. display: flex;
  123. align-self: flex-start;
  124. justify-content: center;
  125. padding: 2px 2px 2px 2px;
  126. box-sizing: border-box;
  127. width: 100%;
  128. }