网站
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

618 рядки
12 KiB

  1. ::-webkit-scrollbar{width:0;padding: 0;height: 0}
  2. .topTab{
  3. background: #FFF;
  4. padding: 20px 0;
  5. line-height: 36px;
  6. position: fixed;
  7. width: 100%;
  8. z-index: 9;
  9. }
  10. .topTab p{
  11. font-size: 24px;
  12. }
  13. .topTab ul li{
  14. float: left;
  15. padding: 0px 18px;
  16. font-size: 16px;
  17. margin-right: 10px;
  18. }
  19. .topTab ul li:hover{
  20. background: #168a44;
  21. border-radius: 50px;
  22. }
  23. .topTab ul li:hover a{
  24. color: #FFF;
  25. }
  26. .topTab input{
  27. margin-left: 52px;
  28. border: 1px solid #afafaf;
  29. line-height: 26px;
  30. margin-top: 4px;
  31. border-radius: 26px;
  32. width: 145px;
  33. background: url("../images/searchIcon.png") no-repeat;
  34. background-size: 13px 13px;
  35. background-position: 10px 6px;
  36. padding-left: 28px;
  37. font-size: 12px;
  38. }
  39. .topTab select{
  40. background: transparent;
  41. border: none;
  42. margin-top: 10px;
  43. }
  44. .topTab img{
  45. margin-top: 3px;
  46. }
  47. .topTab .upBtn {
  48. background: #168a44;
  49. padding: 0 15px;
  50. line-height: 20px;
  51. margin-top: 8px;
  52. color: #FFF;
  53. border-radius: 20px;
  54. }
  55. .topTab .active{
  56. background-color:#168a44 ;
  57. border-radius: 50px;
  58. }
  59. .topTab .active a{
  60. color: #FFF!important;
  61. }
  62. .partition{
  63. height: 76px;
  64. }
  65. .newBox{
  66. /*margin-top: 15px;*/
  67. }
  68. .newBox_img{
  69. width: 292px;
  70. height: 330px;
  71. position: relative;
  72. }
  73. .newBox_img img{
  74. border-radius: 12px;
  75. box-shadow: 4px 4px 4px #ccc;
  76. }
  77. .newBox_tit{
  78. position: absolute;
  79. bottom: 15px;
  80. color: #FFF;
  81. font-size: 24px;
  82. background: #168a44;
  83. padding: 5px 26px;
  84. border-top-left-radius: 30px;
  85. border-bottom-left-radius: 30px;
  86. left: 10px;
  87. width: 100%;
  88. }
  89. .newBox_list{
  90. margin-left: 20px;
  91. background: #FFF;
  92. width: 582px;
  93. height: 330px;
  94. border-radius: 12px;
  95. padding: 6px 20px;
  96. }
  97. .newBox_list a{
  98. display: -webkit-box;
  99. -webkit-box-orient: vertical;
  100. -webkit-line-clamp: 1;
  101. word-break: break-all;
  102. overflow: hidden;
  103. width: 75%;
  104. }
  105. .newBox_list ul li{
  106. font-size: 16px;
  107. margin-top: 10px;
  108. color: #666666;
  109. }
  110. .newBox_list ul li:hover a{
  111. color: #168a44;
  112. }
  113. .newBox_list ul li span{
  114. color: #a4a3a3;
  115. }
  116. .newBox_list_titBg{
  117. font-size: 36px;
  118. color: #dddddd;
  119. }
  120. .newBox_list_tit{
  121. font-size: 24px;
  122. position: absolute;
  123. top: 20px;
  124. left: 20px;
  125. white-space: nowrap;
  126. }
  127. .titBox{
  128. position: relative;
  129. }
  130. .activityBox{
  131. width: 894px;
  132. background: #FFF;
  133. margin-top: 15px;
  134. border-radius: 12px;
  135. padding: 6px 20px;
  136. }
  137. .activityBox table{
  138. margin-top: 10px;
  139. font-size: 16px;
  140. }
  141. .activityBox table tr:hover td{
  142. color: #168a44;
  143. cursor: pointer;
  144. }
  145. .activityBox table tr td{
  146. padding: 5px 0;
  147. text-align: center;
  148. color: #666666;
  149. }
  150. .activityBox table tr td p{
  151. display: -webkit-box;
  152. -webkit-box-orient: vertical;
  153. -webkit-line-clamp: 1;
  154. word-break: break-all;
  155. overflow: hidden;
  156. }
  157. .activityBox table tr:first-child td{
  158. color: #168a44!important;
  159. font-weight: bold!important;
  160. font-size: 16px!important;
  161. }
  162. .activityBox table tr td:first-child{
  163. text-align: left;
  164. }
  165. .activityBox table tr td:last-child{
  166. color: #a4a3a3;
  167. font-size: 14px;
  168. }
  169. .headBg{
  170. background: #FFF;
  171. width: 60px;
  172. height: 60px;
  173. border-radius: 100%;
  174. position: absolute;
  175. bottom: -30px;
  176. left: 20px;
  177. }
  178. .headBg img{
  179. width: 50px;
  180. margin: 5px;
  181. border-radius: 100%;
  182. }
  183. .rightBox_img{
  184. position: relative;
  185. }
  186. .rightBox{
  187. background: #FFF;
  188. height: 557px;
  189. width: 292px;
  190. border-radius: 12px;
  191. overflow: hidden;
  192. }
  193. .rightBox_table{
  194. margin-top: 30px;
  195. padding: 0px 20px;
  196. font-size: 16px;
  197. }
  198. .rightBox_table table tr td {
  199. padding: 8px 0px;
  200. color: #666666;
  201. }
  202. .rightBox_bottom{
  203. padding: 0px 15px;
  204. }
  205. .rightBox_message{
  206. background: #b2d8c1;
  207. padding: 15px;
  208. border-radius: 10px;
  209. color: #4c725b;
  210. }
  211. .goLogin{
  212. background-color: #168a44;
  213. color: #FFF!important;
  214. padding: 8px 0;
  215. border-radius: 50px;
  216. width: 100%;
  217. display: block;
  218. text-align: center;
  219. margin: 80px 0 50px;
  220. }
  221. .supplyBox{
  222. position: relative;
  223. width: 894px;
  224. height: 574px;
  225. background: #FFFFFF;
  226. padding: 6px 20px 20px;
  227. border-radius: 12px;
  228. }
  229. .supplyBox ul li {
  230. width: 186px;
  231. border: 1px solid #d9d9d9;
  232. margin: 20px 13.5px 0;
  233. float: left;
  234. border-radius: 10px;
  235. overflow: hidden;
  236. }
  237. .supplyBox ul li img{
  238. width: 100%;
  239. height: 116px;
  240. }
  241. .supplyNat{
  242. padding: 12px 8px;
  243. }
  244. .supplyNat p{
  245. display: -webkit-box;
  246. -webkit-box-orient: vertical;
  247. -webkit-line-clamp: 1;
  248. word-break: break-all;
  249. overflow: hidden;
  250. }
  251. .supplyNat_type{
  252. padding: 2px 4px;
  253. background: #168a44;
  254. color: #ffffff;
  255. border-radius: 5px;
  256. }
  257. .supplyNat_box{
  258. margin-top: 10px;
  259. }
  260. .supplyNat_money{
  261. color: #d21313;
  262. }
  263. .supplyNat_money span{
  264. font-size: 20px;
  265. }
  266. .fileBox{
  267. width: 292px;
  268. height: 574px;
  269. background: #FFF;
  270. border-radius: 12px;
  271. padding: 14px 0px;
  272. }
  273. .fileBox_title{
  274. background: #168a44;
  275. font-size: 18px;
  276. color: #FFF;
  277. line-height: 38px;
  278. width: 160px;
  279. border-top-right-radius: 38px;
  280. border-bottom-right-radius: 38px;
  281. padding: 0 22px;
  282. box-shadow: 0px 5px 8px #ccc;
  283. }
  284. .fileBox_title img{
  285. margin-right: 15px;
  286. }
  287. .fileBox_list_tit{
  288. font-size: 16px;
  289. color: #666666;
  290. display: -webkit-box;
  291. -webkit-box-orient: vertical;
  292. -webkit-line-clamp: 1;
  293. word-break: break-all;
  294. overflow: hidden;
  295. }
  296. .hotFile{
  297. text-transform:uppercase;
  298. background: -webkit-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  299. -moz-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  300. -ms-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);/* 渐变背景 */
  301. color:transparent;
  302. /*设置字体颜色透明*/
  303. -webkit-background-clip: text;
  304. /*背景裁剪为文本形式*/
  305. animation: ran 5s linear infinite;
  306. /*动态20s展示*/
  307. }
  308. .hotFile_icon{
  309. width: 9px;
  310. height: 14px;
  311. overflow: hidden;
  312. background: url(../images/new.gif) no-repeat;
  313. display: inline-block;
  314. }
  315. @keyframes ran {
  316. from {
  317. backgroud-position: 0 0;
  318. }
  319. to {
  320. background-position: 1000px 0;
  321. }
  322. }
  323. .fileBox ul{
  324. padding: 20px 15px 0px;
  325. }
  326. .fileBox ul li{
  327. margin-top: 10px;
  328. }
  329. .fileBox ul li:hover p{
  330. color: #168a44!important;
  331. cursor: pointer;
  332. }
  333. .supplyBox ul li:hover{
  334. cursor: pointer;
  335. box-shadow: 1px 1px 5px #ccc;
  336. }
  337. .supplyBox ul li:hover .supplyNat p:first-child{
  338. color: #168a44!important;
  339. }
  340. .supplyBox ul li .supplyNat p:first-child,.supplyBox ul li .supplyNat p:nth-child(2){
  341. display: -webkit-box;
  342. -webkit-box-orient: vertical;
  343. -webkit-line-clamp: 1;
  344. word-break: break-all;
  345. overflow: hidden;
  346. }
  347. .fileBox_list_time{
  348. color: #adadad;
  349. }
  350. .fileBoxSecond{
  351. height: 1163px;
  352. }
  353. .fileBoxSecond table tr td{
  354. color: #666666;
  355. }
  356. .fileBoxSecond table tr td img{
  357. width: 100%;
  358. }
  359. .fileBoxSecond_table_title{
  360. color: #000!important;
  361. }
  362. .fileBoxSecond_table_title p{
  363. width: 100%;
  364. white-space: nowrap;
  365. overflow: hidden;
  366. text-overflow: ellipsis;
  367. }
  368. .fileBoxSecond_table{
  369. padding: 0px 15px;
  370. }
  371. .fileBoxSecond table{
  372. margin: 28px 0;
  373. table-layout: fixed;
  374. }
  375. .bottomLink {
  376. background: #e8e8e8;
  377. margin-top: 40px;
  378. padding: 30px 0 40px;
  379. }
  380. .bottomLink-tit {
  381. font-size: 12px;
  382. color: #7f7f7f;
  383. }
  384. .bottomLink-tit img{
  385. vertical-align: middle;
  386. margin-right: 2px;
  387. }
  388. .bottomLink-linkList {
  389. font-size: 12px;
  390. color: #7f7f7f;
  391. width: 1000px;
  392. }
  393. .bottomLink-linkList a {
  394. margin-top: 15px;
  395. margin-right: 15px;
  396. display: inline-block;
  397. }
  398. .ba {
  399. font-size: 12px;
  400. color: #7f7f7f;
  401. margin-top: 20px;
  402. }
  403. .ba span {
  404. margin-left: 20px;
  405. }
  406. .ewm {
  407. padding: 25px 25px 0;
  408. }
  409. .ewmtit {
  410. font-size: 12px;
  411. color: #7f7f7f;
  412. margin-top: 5px;
  413. }
  414. .more{
  415. position:absolute;
  416. bottom: 0;
  417. right: 0;
  418. color: #666666;
  419. }
  420. .more:hover{
  421. color: #168a44;
  422. cursor: pointer;
  423. }
  424. .more2{
  425. color: #666666;
  426. line-height: 38px;
  427. margin-right: 22px;
  428. }
  429. .more2:hover{
  430. color: #168a44;
  431. cursor: pointer;
  432. }
  433. .breath_light {
  434. /*width: 300px; */ /* 宽度 */
  435. /*height: 300px; */ /* 高度 */
  436. /*border:#666 1px solid;*/
  437. /*border-radius:50%;*/
  438. opacity: 0.1; /* 不透明度 */
  439. overflow: hidden; /* 溢出隐藏 */
  440. /* margin: 25% auto; */ /* 外边距 */
  441. /* IE10、Firefox and Opera,IE9以及更早的版本不支持 */
  442. animation-name: breath; /* 动画名称 */
  443. animation-duration: 700ms; /* 动画时长3秒 */
  444. animation-timing-function: ease-in-out; /* 动画速度曲线:以低速开始和结束 */
  445. animation-iteration-count: infinite; /* 播放次数:无限 */
  446. /* Safari and Chrome */
  447. -webkit-animation-name: breath; /* 动画名称 */
  448. -webkit-animation-duration: 700ms; /* 动画时长3秒 */
  449. -webkit-animation-timing-function: ease-in-out; /* 动画速度曲线:以低速开始和结束 */
  450. -webkit-animation-iteration-count: infinite; /* 播放次数:无限 */
  451. }
  452. @keyframes breath {
  453. from { opacity: 0.1; } /* 动画开始时的不透明度 */
  454. 50% { opacity: 1; } /* 动画50% 时的不透明度 */
  455. to { opacity: 0.1; } /* 动画结束时的不透明度 */
  456. }
  457. @-webkit-keyframes breath {
  458. from { opacity: 0.1; } /* 动画开始时的不透明度 */
  459. 50% { opacity: 1; } /* 动画50% 时的不透明度 */
  460. to { opacity: 0.1; } /* 动画结束时的不透明度 */
  461. }
  462. .crumbs{
  463. font-size: 16px;
  464. margin: 15px 0px;
  465. color: #666666;
  466. width: 1200px;
  467. }
  468. .tab{
  469. background: #FFFFFF;
  470. padding: 12px 35px;
  471. border-radius: 12px;
  472. }
  473. .tab li{
  474. float: left;
  475. padding: 10px 18px;
  476. background: #e4e4e4;
  477. color: #333333;
  478. margin-right: 22px;
  479. font-size: 16px;
  480. border-radius: 25px;
  481. }
  482. .tab li:hover{
  483. background: #168a44!important;
  484. color: #FFFFFF!important;
  485. cursor: pointer;
  486. }
  487. .tab li:hover a{
  488. color: #FFFFFF!important;
  489. }
  490. .tab .active{
  491. background: #168a44!important;
  492. color: #FFFFFF!important;
  493. }
  494. .tab .active a{
  495. color: #FFFFFF!important;
  496. }
  497. .recommendTit{
  498. font-size: 18px;
  499. color: #333333;
  500. border-bottom: 1px solid #e4e5e4;
  501. padding: 15px 0px;
  502. }
  503. .lvd{
  504. width: 12px;
  505. height: 12px;
  506. display: inline-block;
  507. background: #168a44;
  508. border-radius: 100%;
  509. margin-right: 5px;
  510. }
  511. .priceBox{
  512. width: 894px;
  513. background: #FFF;
  514. border-radius: 12px;
  515. padding: 6px 20px 15px;
  516. }
  517. .priceBox table{
  518. margin-top: 10px;
  519. font-size: 14px;
  520. }
  521. .priceBox table tr:hover td{
  522. cursor: pointer;
  523. }
  524. .priceBox table tr td{
  525. padding: 8px 0;
  526. text-align: center;
  527. color: #666666;
  528. border-right: 1px solid #e4e4e4;
  529. border-bottom: 1px solid #e4e4e4;
  530. }
  531. .priceBox table tr td p{
  532. display: -webkit-box;
  533. -webkit-box-orient: vertical;
  534. -webkit-line-clamp: 1;
  535. word-break: break-all;
  536. overflow: hidden;
  537. }
  538. .priceBox table tr:first-child td{
  539. background: #f4f4f4;
  540. border-top: 1px solid #e4e4e4;
  541. color: #333333;
  542. }
  543. .priceBox table tr td:first-child{
  544. border-left: 1px solid #e4e4e4;
  545. color: #333333;
  546. }
  547. .resourcesBox{
  548. width: 292px;
  549. height: 238px;
  550. background: #FFF;
  551. border-radius: 12px;
  552. padding: 14px 0px;
  553. }
  554. .resourcesBox ul{
  555. padding: 20px 15px 0px;
  556. }
  557. .resourcesBox ul li{
  558. margin-bottom: 5px;
  559. }
  560. .resourcesBox ul li:hover p{
  561. color: #168a43;
  562. cursor: pointer;
  563. }
  564. .resourcesBox ul li p:nth-child(2){
  565. color: #adadad;
  566. width: 30%;
  567. text-align: right;
  568. }
  569. .resourcesBox ul li p:nth-child(1){
  570. width: 65%;
  571. display: -webkit-box;
  572. -webkit-box-orient: vertical;
  573. -webkit-line-clamp: 1;
  574. word-break: break-all;
  575. overflow: hidden;
  576. }
  577. .resourcesTab{
  578. text-align: center;
  579. margin-top: 20px;
  580. }
  581. .resourcesTab .active{
  582. background: #168a43;
  583. color: #ffffff;
  584. }
  585. .resourcesTab p{
  586. display: inline-block;
  587. padding: 3px 15px;
  588. background: #e4e4e4;
  589. border-radius: 15px;
  590. color: #666666;
  591. }
  592. .resourcesTab p:hover{
  593. background: #168a43;
  594. color: #ffffff;
  595. cursor: pointer;
  596. }