网站
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

411 řádky
7.4 KiB

  1. /*公共主题参数*/
  2. :root{
  3. --color:'';
  4. --icon:'';
  5. --logo:'';
  6. /*--color:#e8041f;*/
  7. }
  8. #page{
  9. height: 100vh;
  10. overflow: hidden;
  11. background: url("../images/page_bg.jpg") no-repeat center;
  12. background-size: 100% 100%;
  13. }
  14. .header{
  15. text-align: center;
  16. height: 15vh;
  17. width: 90%;
  18. margin: 0 auto;
  19. }
  20. .header p{
  21. color: #b6c8ff;
  22. margin-top: 5px;
  23. }
  24. .header i{
  25. display: block;
  26. width: 2.7vh;
  27. height: 2.7vh;
  28. margin: 0 auto;
  29. position: relative;
  30. top: 50%;
  31. transform: translateY(-50%);
  32. transition: all 0.4s ease-in-out;
  33. }
  34. #titContent{
  35. font-size: 4vh;
  36. font-weight: bold;
  37. color: #ffffff;
  38. font-style: italic;
  39. }
  40. .active .i1{
  41. background: url("../images/nav_5.png") no-repeat center;
  42. background-size: 100% 100%;
  43. }
  44. .active .i2{
  45. background: url("../images/nav_6.png") no-repeat center;
  46. background-size: 100% 100%;
  47. }
  48. .active .i3{
  49. background: url("../images/nav_7.png") no-repeat center;
  50. background-size: 100% 100%;
  51. }
  52. .active .i4{
  53. background: url("../images/nav_8.png") no-repeat center;
  54. background-size: 100% 100%;
  55. }
  56. .header .active{
  57. position: relative;
  58. }
  59. .header .header_nav div{
  60. width: 5vh;
  61. height: 5vh;
  62. margin: 0 auto;
  63. position: relative;
  64. }
  65. .header .header_nav:hover .i1{
  66. background: url("../images/nav_5.png") no-repeat center;
  67. background-size: 100% 100%;
  68. transition: all 0.4s ease-in-out;
  69. }
  70. .header .header_nav:hover .i2{
  71. background: url("../images/nav_6.png") no-repeat center;
  72. background-size: 100% 100%;
  73. transition: all 0.4s ease-in-out;
  74. }
  75. .header .header_nav:hover .i3{
  76. background: url("../images/nav_7.png") no-repeat center;
  77. background-size: 100% 100%;
  78. transition: all 0.4s ease-in-out;
  79. }
  80. .header .header_nav:hover .i4{
  81. background: url("../images/nav_8.png") no-repeat center;
  82. background-size: 100% 100%;
  83. transition: all 0.4s ease-in-out;
  84. }
  85. .header .header_nav{
  86. cursor: pointer;
  87. }
  88. .header .header_nav:hover p{
  89. color: #46cdf3;
  90. transition: all 0.4s ease-in-out;
  91. }
  92. .header .header_nav p{
  93. transition: all 0.4s ease-in-out;
  94. }
  95. .header .header_nav .i_bg{
  96. cursor: pointer;
  97. display: none;
  98. transition: all 0.4s ease-in-out;
  99. width: 5vh;
  100. height: 5vh;
  101. }
  102. .header .active .i_bg{
  103. display: block!important;
  104. position: absolute;
  105. top: 0;
  106. }
  107. .header .active p{
  108. color: #46cdf3;
  109. }
  110. .i1{
  111. background: url("../images/nav_1.png") no-repeat center;
  112. background-size: 100% 100%;
  113. }
  114. .i2{
  115. background: url("../images/nav_2.png") no-repeat center;
  116. background-size: 100% 100%;
  117. }
  118. .i3{
  119. background: url("../images/nav_3.png") no-repeat center;
  120. background-size: 100% 100%;
  121. }
  122. .i4{
  123. background: url("../images/nav_4.png") no-repeat center;
  124. background-size: 100% 100%;
  125. }
  126. .search{
  127. /*background-color: #e1e4ef;*/
  128. width: 75%;
  129. margin: 0 auto;
  130. }
  131. .search input[type="search"]{
  132. padding: 2vh 20px 2vh 4%;
  133. width: 40%;
  134. border-radius: 15px;
  135. font-size: 16px;
  136. background: #e1e4ef url("../images/search_icon.png") no-repeat left;
  137. background-position-x: 4%;
  138. }
  139. .new{
  140. width: 75%;
  141. margin: 0 auto;
  142. background: rgba(225,228,238,0.9);
  143. height: 50vh;
  144. margin-top: 3vh;
  145. border-radius: 15px;
  146. padding: 3vh;
  147. display: flex;
  148. /*align-items: center;*/
  149. }
  150. .personalTit-banner {
  151. width: 45%;
  152. height: 100%;
  153. border-radius: 15px;
  154. overflow: hidden;
  155. }
  156. .new_list{
  157. margin-left: 2%;
  158. width: 53%;
  159. padding: 1vh 0;
  160. }
  161. .new_list_tit{
  162. display: flex;
  163. justify-content: space-between;
  164. align-items: center;
  165. }
  166. .new_list_tit p:first-child{
  167. font-size: 18px;
  168. color: #1663ff;
  169. border-left: 3px solid #1663ff;
  170. padding-left: 10px;
  171. font-weight: bold;
  172. line-height: 1;
  173. }
  174. .new_list_tit p:last-child{
  175. color: #848484;
  176. padding-left: 20px;
  177. line-height: 1;
  178. background: url("../images/date.png") no-repeat left;
  179. }
  180. .new_list_li{
  181. display: flex;
  182. justify-content: space-between;
  183. align-items: center;
  184. margin-top: 2.5vh;
  185. cursor: pointer;
  186. }
  187. .new_list_li:hover p{
  188. color: #1663ff!important;
  189. transition: all 0.4s ease-in-out;
  190. }
  191. .new_list_li:hover a{
  192. color: #1663ff!important;
  193. transition: all 0.4s ease-in-out;
  194. }
  195. .new_list_li p{
  196. transition: all 0.4s ease-in-out;
  197. }
  198. .new_list_li a{
  199. font-size: 16px;
  200. display: -webkit-box;
  201. -webkit-box-orient: vertical;
  202. -webkit-line-clamp: 1;
  203. word-break: break-all;
  204. overflow: hidden;
  205. transition: all 0.4s ease-in-out;
  206. }
  207. .new_list_li p:last-child{
  208. color: #848484;
  209. flex-shrink: 0;
  210. }
  211. .footer{
  212. height: 20vh;
  213. background: #e1e4ef;
  214. margin-top: 6.3vh;
  215. display: flex;
  216. flex-direction: column;
  217. justify-content: space-between;
  218. padding: 1.5vh 12.5%;
  219. }
  220. .footer_link_tit{
  221. background: url("../images/footer_icon_1.png") no-repeat left;
  222. padding-left: 18px;
  223. color: #939393;
  224. font-size: 16px;
  225. }
  226. .footer_link{
  227. display: flex;
  228. align-items: center;
  229. }
  230. .footer_link img{
  231. display: block;
  232. transition:all 0.4s ease-in-out;
  233. }
  234. .footer_link a:hover img{
  235. transform: scale(1.1);
  236. transition:all 0.4s ease-in-out;
  237. }
  238. .footer_link a:hover{
  239. box-shadow: 0 0 50px #000000 inset;
  240. background-size: 110% 110%!important;
  241. transition:all 0.4s ease-in-out;
  242. }
  243. .footer_link .link_tt{
  244. position: absolute;
  245. top: 50%;
  246. left: 50%;
  247. transform: translate(-50%,-50%);
  248. color: #ffffff;
  249. font-size: 18px;
  250. font-weight: bold;
  251. }
  252. .footer_link a{
  253. color: #6d6d6d;
  254. font-size: 16px;
  255. margin-left: 20px;
  256. position: relative;
  257. overflow: hidden;
  258. border-radius: 8px;
  259. display: block;
  260. height: 74px;
  261. width: 472px;
  262. transition:all 0.4s ease-in-out;
  263. }
  264. .footer_link_filings{
  265. display: flex;
  266. }
  267. .footer_link_filings_left{
  268. display: flex;
  269. }
  270. .footer_link_filings_right{
  271. display: flex;
  272. margin-left: 40px;
  273. }
  274. .footer_link_filings_left p{
  275. background: url("../images/footer_filings.png") no-repeat left;
  276. padding-left: 25px;
  277. }
  278. .footer_link_filings p{
  279. color: #939393;
  280. font-size: 16px;
  281. }
  282. .footer_link_filings a{
  283. color: #6d6d6d;
  284. font-size: 16px;
  285. margin-left: 20px;
  286. }
  287. .footer_link_company{
  288. display: flex;
  289. align-items: center;
  290. }
  291. .footer_link_company div{
  292. display: flex;
  293. align-items: center;
  294. margin-right: 40px;
  295. }
  296. .footer_link_company p{
  297. color: #939393;
  298. font-size: 16px;
  299. }
  300. .footer_link_company a{
  301. color: #6d6d6d;
  302. font-size: 16px;
  303. margin-left: 20px;
  304. }
  305. .xuanzhuan {
  306. -webkit-transition-property: -webkit-transform;
  307. -webkit-transition-duration: 1s;
  308. -moz-transition-property: -moz-transform;
  309. -moz-transition-duration: 1s;
  310. -webkit-animation: opacity2 2s linear infinite;
  311. -moz-animation: opacity2 2s linear infinite;
  312. -o-animation: opacity2 2s linear infinite;
  313. animation: opacity2 2s linear infinite;
  314. }
  315. @-webkit-keyframes rotate {
  316. from {
  317. -webkit-transform: rotate(0deg)
  318. }
  319. to {
  320. -webkit-transform: rotate(360deg)
  321. }
  322. }
  323. @-moz-keyframes rotate {
  324. from {
  325. -moz-transform: rotate(0deg)
  326. }
  327. to {
  328. -moz-transform: rotate(359deg)
  329. }
  330. }
  331. @-o-keyframes rotate {
  332. from {
  333. -o-transform: rotate(0deg)
  334. }
  335. to {
  336. -o-transform: rotate(359deg)
  337. }
  338. }
  339. @keyframes rotate {
  340. from {
  341. transform: rotate(0deg)
  342. }
  343. to {
  344. transform: rotate(359deg)
  345. }
  346. }
  347. @keyframes opacity2 {
  348. 0% {
  349. opacity: 1;
  350. }
  351. 50% {
  352. opacity: 0.5;
  353. }
  354. 100% {
  355. opacity: 1;
  356. }
  357. }
  358. .hotFile{
  359. text-transform:uppercase;
  360. background: -webkit-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  361. -moz-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  362. -ms-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);/* 渐变背景 */
  363. color:transparent;
  364. /*设置字体颜色透明*/
  365. -webkit-background-clip: text;
  366. /*背景裁剪为文本形式*/
  367. animation: ran 5s linear infinite;
  368. /*动态20s展示*/
  369. }
  370. @keyframes ran {
  371. from {
  372. backgroud-position: 0 0;
  373. }
  374. to {
  375. background-position: 1000px 0;
  376. }
  377. }