网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

355 regels
6.3 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. }
  160. .new_list_tit{
  161. display: flex;
  162. justify-content: space-between;
  163. align-items: center;
  164. }
  165. .new_list_tit p:first-child{
  166. font-size: 18px;
  167. color: #1663ff;
  168. border-left: 3px solid #1663ff;
  169. padding-left: 10px;
  170. font-weight: bold;
  171. line-height: 1;
  172. }
  173. .new_list_tit p:last-child{
  174. color: #848484;
  175. padding-left: 20px;
  176. line-height: 1;
  177. background: url("../images/date.png") no-repeat left;
  178. }
  179. .new_list_li{
  180. display: flex;
  181. justify-content: space-between;
  182. align-items: center;
  183. margin-top: 2.5vh;
  184. cursor: pointer;
  185. }
  186. .new_list_li:hover p{
  187. color: #1663ff!important;
  188. transition: all 0.4s ease-in-out;
  189. }
  190. .new_list_li:hover a{
  191. color: #1663ff!important;
  192. transition: all 0.4s ease-in-out;
  193. }
  194. .new_list_li p{
  195. transition: all 0.4s ease-in-out;
  196. }
  197. .new_list_li a{
  198. font-size: 16px;
  199. display: -webkit-box;
  200. -webkit-box-orient: vertical;
  201. -webkit-line-clamp: 1;
  202. word-break: break-all;
  203. overflow: hidden;
  204. transition: all 0.4s ease-in-out;
  205. }
  206. .new_list_li p:last-child{
  207. color: #848484;
  208. flex-shrink: 0;
  209. }
  210. .footer{
  211. height: 20vh;
  212. background: #e1e4ef;
  213. margin-top: 6.3vh;
  214. display: flex;
  215. flex-direction: column;
  216. justify-content: space-between;
  217. padding: 4vh 2%;
  218. }
  219. .footer_link_tit{
  220. background: url("../images/footer_icon_1.png") no-repeat left;
  221. padding-left: 18px;
  222. color: #939393;
  223. font-size: 16px;
  224. }
  225. .footer_link{
  226. display: flex;
  227. align-items: center;
  228. }
  229. .footer_link a{
  230. color: #6d6d6d;
  231. font-size: 16px;
  232. margin-left: 20px;
  233. }
  234. .footer_link_filings{
  235. display: flex;
  236. }
  237. .footer_link_filings_left{
  238. display: flex;
  239. }
  240. .footer_link_filings_right{
  241. display: flex;
  242. margin-left: 40px;
  243. }
  244. .footer_link_filings_left p{
  245. background: url("../images/footer_filings.png") no-repeat left;
  246. padding-left: 25px;
  247. }
  248. .footer_link_filings p{
  249. color: #939393;
  250. font-size: 16px;
  251. }
  252. .footer_link_filings a{
  253. color: #6d6d6d;
  254. font-size: 16px;
  255. margin-left: 20px;
  256. }
  257. .footer_link_company{
  258. display: flex;
  259. align-items: center;
  260. }
  261. .footer_link_company div{
  262. display: flex;
  263. align-items: center;
  264. margin-right: 40px;
  265. }
  266. .footer_link_company p{
  267. color: #939393;
  268. font-size: 16px;
  269. }
  270. .footer_link_company a{
  271. color: #6d6d6d;
  272. font-size: 16px;
  273. margin-left: 20px;
  274. }
  275. .xuanzhuan {
  276. -webkit-transition-property: -webkit-transform;
  277. -webkit-transition-duration: 1s;
  278. -moz-transition-property: -moz-transform;
  279. -moz-transition-duration: 1s;
  280. -webkit-animation: opacity2 2s linear infinite;
  281. -moz-animation: opacity2 2s linear infinite;
  282. -o-animation: opacity2 2s linear infinite;
  283. animation: opacity2 2s linear infinite;
  284. }
  285. @-webkit-keyframes rotate {
  286. from {
  287. -webkit-transform: rotate(0deg)
  288. }
  289. to {
  290. -webkit-transform: rotate(360deg)
  291. }
  292. }
  293. @-moz-keyframes rotate {
  294. from {
  295. -moz-transform: rotate(0deg)
  296. }
  297. to {
  298. -moz-transform: rotate(359deg)
  299. }
  300. }
  301. @-o-keyframes rotate {
  302. from {
  303. -o-transform: rotate(0deg)
  304. }
  305. to {
  306. -o-transform: rotate(359deg)
  307. }
  308. }
  309. @keyframes rotate {
  310. from {
  311. transform: rotate(0deg)
  312. }
  313. to {
  314. transform: rotate(359deg)
  315. }
  316. }
  317. @keyframes opacity2 {
  318. 0% {
  319. opacity: 1;
  320. }
  321. 50% {
  322. opacity: 0.5;
  323. }
  324. 100% {
  325. opacity: 1;
  326. }
  327. }