index.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. *{
  2. margin:0;
  3. padding:0;
  4. box-sizing: border-box;
  5. }
  6. body{
  7. background-color:rgb(255, 255, 255);
  8. }
  9. /* 滚动条凹槽的颜色,还可以设置边框属性 */
  10. ::-webkit-scrollbar-track-piece {
  11. background-color: #f8f8f8;
  12. -webkit-border-radius: 2em;
  13. -moz-border-radius: 2em;
  14. border-radius: 2em;
  15. }
  16. /* 滚动条的宽度 */
  17. ::-webkit-scrollbar {
  18. width: 9px;
  19. height: 9px;
  20. }
  21. /* 滚动条的设置 */
  22. ::-webkit-scrollbar-thumb {
  23. background-color: #ddd;
  24. background-clip: padding-box;
  25. -webkit-border-radius: 2em;
  26. -moz-border-radius: 2em;
  27. border-radius: 2em;
  28. }
  29. /* 滚动条鼠标移上去 */
  30. ::-webkit-scrollbar-thumb:hover {
  31. background-color: #bbb;
  32. }
  33. .hc-layout-box{
  34. position: relative;
  35. height: 1000px;
  36. width: 100%;
  37. /* border: 1PX solid red; */
  38. /* padding: 24px; */
  39. padding-top: 24px;
  40. background: #f1f5f8;
  41. }
  42. .main_box{
  43. height: 100%;
  44. position: relative;
  45. --el-card-padding: 24px;
  46. --el-card-bg-color: #f1f5f8;
  47. --el-card-border-radius: 10px;
  48. --el-text-color-primary: #1A1A1A;
  49. box-shadow: -2px 0 10px #20253208, 0 10px 21px 20px #20253208;
  50. border: 0;
  51. }
  52. .main_nox_header{
  53. height: 70px;
  54. padding: 14px 24px;
  55. border-bottom: 1px solid #e9e9e9;
  56. overflow-x: auto;
  57. overflow-y: hidden;
  58. text-align: center;
  59. font-size: 36px;
  60. }
  61. .maininfo{
  62. display: flex;
  63. height:calc(100vh - 120px);
  64. padding: 10px;
  65. }
  66. .maininfo_box{
  67. /* border: black 1px solid; */
  68. width: 70%;
  69. margin-left: 15%;
  70. margin-right: 15%;
  71. margin-top: 2%;
  72. margin-bottom: 3%;
  73. }
  74. .main_box_top{
  75. width: 100%;
  76. height: 210px;
  77. /* border: 1px solid black; */
  78. display: flex;
  79. justify-content: space-between;
  80. }
  81. .main_box_top_left{
  82. width: 620px;
  83. height: 216px;
  84. border-style: none;
  85. border-color: unset;
  86. box-shadow: rgb(152 149 149) 0px 2px 6px 0px;
  87. border-radius: 15px;
  88. font-size: 14px;
  89. padding: 0px;
  90. text-align: center;
  91. line-height: 20px;
  92. font-weight: normal;
  93. font-style: normal;
  94. background: rgb(255, 255, 255);
  95. padding: 25px;
  96. margin-right: 20px;
  97. }
  98. .today_title{
  99. font-family: SourceHanSansSC;
  100. font-weight: 700;
  101. font-size: 36px;
  102. color: rgba(51, 51, 51, 1);
  103. font-style: normal;
  104. letter-spacing: 0px;
  105. line-height: 53px;
  106. text-align: left;
  107. text-decoration: none;
  108. }
  109. .today_title_info{
  110. text-align: left;
  111. font-family: SourceHanSansSC;
  112. font-weight: 400;
  113. font-size: 14px;
  114. color: rgb(16, 16, 16);
  115. font-style: normal;
  116. letter-spacing: 0px;
  117. line-height: 21px;
  118. text-decoration: none;
  119. }
  120. .today_title_info_bottom{
  121. display: flex;
  122. justify-content: space-between;
  123. margin-top: 50px;
  124. }
  125. .today_title_info_bottom_left{
  126. font-family: SourceHanSansSC;
  127. font-weight: 700;
  128. font-size: 20px;
  129. color: rgb(16, 16, 16);
  130. font-style: normal;
  131. letter-spacing: 0px;
  132. line-height: 30px;
  133. text-decoration: none;
  134. }
  135. .today_title_info_bottom_right{
  136. font-family: SourceHanSansSC;
  137. font-weight: 400;
  138. font-size: 48px;
  139. color: rgba(22,132,252,1);
  140. font-style: normal;
  141. letter-spacing: 0px;
  142. text-decoration: none;
  143. }
  144. .today_title_info_bottom_right_box{
  145. margin-right: 20px;
  146. }
  147. .today_title_info_bottom_right_tip{
  148. font-family: SourceHanSansSC;
  149. font-weight: 400;
  150. font-size: 20px;
  151. color: rgb(16, 16, 16);
  152. font-style: normal;
  153. letter-spacing: 0px;
  154. line-height: 29px;
  155. text-decoration: none;
  156. }
  157. .main_box_top_right{
  158. width: 680px;
  159. height: 216px;
  160. border-style: none;
  161. border-color: unset;
  162. box-shadow: rgb(201 196 196) 0px 2px 6px 0px;
  163. border-radius: 15px;
  164. font-size: 14px;
  165. padding: 0px;
  166. text-align: center;
  167. line-height: 20px;
  168. font-weight: normal;
  169. font-style: normal;
  170. background: rgb(255, 255, 255);
  171. background-image: url('../photo/right.jpg');
  172. background-repeat:no-repeat;
  173. background-size:100% 100%;
  174. padding: 25px;
  175. }
  176. .main_box_top_right_toptitle{
  177. font-family: SourceHanSansSC;
  178. font-weight: 700;
  179. font-size: 20px;
  180. color: rgb(16, 16, 16);
  181. font-style: normal;
  182. letter-spacing: 0px;
  183. line-height: 30px;
  184. text-align: left;
  185. }
  186. .main_box_top_right_topnumbox{
  187. text-align: left;
  188. margin-top: 40px;
  189. margin-left: 44px;
  190. font-weight: 700;
  191. }
  192. .main_box_top_right_topnum{
  193. font-family: SourceHanSansSC;
  194. font-weight: 700;
  195. font-size: 24px;
  196. color: rgb(16, 16, 16);
  197. line-height: 36px;
  198. }
  199. .main_box_top_right_topnum_tip{
  200. font-family: SourceHanSansSC;
  201. font-weight: 700;
  202. font-size: 14px;
  203. color: rgb(16, 16, 16);
  204. font-style: normal;
  205. letter-spacing: 0px;
  206. line-height: 21px;
  207. text-decoration: none;
  208. }
  209. .main_box_center{
  210. margin-top: 30px;
  211. width: 100%;
  212. height: 441px;
  213. border-style: none;
  214. border-color: unset;
  215. box-shadow: rgb(152 149 149) 0px 2px 6px 0px;
  216. border-radius: 15px;
  217. font-size: 14px;
  218. padding: 0px;
  219. text-align: center;
  220. line-height: 20px;
  221. font-weight: normal;
  222. font-style: normal;
  223. background: rgb(255, 255, 255);
  224. padding: 20px 30px;
  225. }
  226. .echart_box{
  227. width: 100%;
  228. height: 100%;
  229. /* border: 1px solid black; */
  230. }
  231. .main_box_center_btn_box{
  232. margin: 0 auto;
  233. text-align: center;
  234. cursor: pointer;
  235. }
  236. .main_box_center_btn:hover {
  237. box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  238. }
  239. .main_box_center_btn{
  240. display: inline-block;
  241. margin-top: 40px;
  242. width: 674px;
  243. height: 49px;
  244. border-style: none;
  245. border-color: unset;
  246. box-shadow: rgb(0 0 0 / 40%) 0px 2px 6px 0px;
  247. color: rgb(255, 255, 255);
  248. border-radius: 4px;
  249. font-size: 28px;
  250. text-align: center;
  251. font-weight: normal;
  252. font-style: normal;
  253. background: rgb(64, 149, 229);
  254. transition: 0.4s;
  255. }