homepage.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. body{
  2. background: linear-gradient(#2d8cf0 -163%, #fff 60%,#fff) fixed !important;
  3. font-size: 3.7vw;
  4. margin: 0;
  5. padding: 0;
  6. height: 100%;
  7. }
  8. .notice-top{
  9. display: flex;
  10. justify-content: space-between;
  11. background-color: #fff;
  12. line-height: 10vw;
  13. font-size: 3.7vw;
  14. padding-left: 4vw;
  15. padding-right: 4vw;
  16. border-bottom: 1px solid rgb(221, 219, 219);
  17. border-top: 1px solid rgb(221, 219, 219);
  18. }
  19. .notice-bottom{
  20. margin: 2vw 3.5vw;
  21. padding: 2.7vw 4vw 2.5vw 2vw;
  22. background-color: #fff;
  23. border-top-right-radius: 2vw;
  24. border-top-left-radius: 2vw;
  25. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  26. height: 7vw;
  27. line-height: 7vw;
  28. }
  29. /* .notice-bottom-top span:nth-child(1){
  30. color: #fff;
  31. background-color: #1287ff;
  32. margin-left: -2vw;
  33. padding: 1vw;
  34. border-radius: 1vw;
  35. } */
  36. .notice-bottom-top span:nth-child(2){
  37. /* margin-left: 2vw; */
  38. font-size: 1.8vh;
  39. font-weight: 600;
  40. }
  41. .notice-bottom-bottom img{
  42. height: 3vw;
  43. }
  44. .notice-content{
  45. margin-top: 1vw;
  46. margin-left: 9vw;
  47. }
  48. .homepage-item{
  49. width: 85vw;
  50. margin: 2vw auto;
  51. font-size: 3.7vw;
  52. background-color: rgb(255,255,255);
  53. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  54. padding: 2vw 4vw 0 4vw;
  55. }
  56. .homepage-title{
  57. border-bottom: 1px solid rgb(221, 219, 219);
  58. padding-bottom: 2vw;
  59. }
  60. .homepage-top{
  61. display: flex;
  62. align-items: center;
  63. }
  64. .homepage-top img{
  65. width: 14vw;
  66. height: 14vw;
  67. margin-top: 2vw;
  68. margin-left: -1vw;
  69. }
  70. .homepage-top span:nth-child(1){
  71. margin-left: 4vw;
  72. width: 30%;
  73. }
  74. .homepage-top span:nth-child(2){
  75. /* margin-left: 22vw; */
  76. /* font-size: 6.5vw; */
  77. width: 70%;
  78. text-align: center;
  79. }
  80. .homepage-top span:nth-child(3){
  81. margin-left: 4vw;
  82. }
  83. .homepage-top , .homepage-buttom{
  84. margin-bottom: 1vw;
  85. }
  86. .layui-row{
  87. margin-bottom: 2vw;
  88. }
  89. .homepage-title{
  90. font-size: 1.8vh;
  91. }
  92. .homepage-flex{
  93. display: flex;
  94. justify-content: space-around;
  95. }
  96. .homepage-flex1{
  97. display: flex;
  98. justify-content: space-between;
  99. margin: 1vw 0;
  100. }
  101. /* 项目数量模块 */
  102. .number-box-top{
  103. width: 100%;
  104. /* height: 13.6vh; */
  105. display: flex;
  106. justify-content: space-around;
  107. }
  108. .number-box-bottom{
  109. width: 100%;
  110. /* height: 13.6vh; */
  111. display: flex;
  112. justify-content: space-around;
  113. }
  114. .number{
  115. width: 33%;
  116. padding-left: 3%;
  117. /* height: 100%; */
  118. border-left: 1px solid #e2e2e2;
  119. border-bottom: 1px solid #e2e2e2;
  120. }
  121. .number-1{
  122. margin-left: 0.5vw;
  123. }
  124. .number-3{
  125. margin-left: 2vw;
  126. }
  127. .number-1 , .number-3{
  128. height: 4.55vh;
  129. text-align: center;
  130. align-items: center;
  131. padding-top: 1vw;
  132. /* line-height: 6.55vh; */
  133. font-size: 3.7vw;
  134. font-weight: 550;
  135. color: grey;
  136. display: flex;
  137. }
  138. .number-2{
  139. height: 4vh;
  140. text-align: center;
  141. /* line-height: 7.1vh; */
  142. color: #1287ff;
  143. font-size: 2.2vh;
  144. }
  145. .number-2 span{
  146. color: #999;
  147. font-size: 3.5vw;
  148. }
  149. .dot{
  150. display: flex;
  151. justify-content: center;
  152. margin-left: 14%;
  153. }
  154. .dot-img{
  155. width: 1.2vh;
  156. }
  157. /* 六个模块的样式 */
  158. .new-item{
  159. width: 30.35vw;
  160. height: 11vh;
  161. margin: 0.5vw;
  162. font-size: 3.7vw;
  163. background-color: rgb(255,255,255);
  164. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  165. }
  166. .all-new-item{
  167. display: flex;
  168. flex-wrap: wrap;
  169. }
  170. .first-item{
  171. margin-left: 3.5vw;
  172. }
  173. .item-top{
  174. width: 100%;
  175. height: 8vh;
  176. line-height: 8vh;
  177. text-align: center;
  178. }
  179. .item-top i{
  180. padding-top: 0.5vh;
  181. }
  182. .item-bottom{
  183. width: 100%;
  184. height: 3vh;
  185. line-height: 3vh;
  186. text-align: center;
  187. }