农燊高科官方网站
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.
 
 
 

473 line
9.4 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/newBusinessEntities/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 ul li{
  98. font-size: 16px;
  99. margin-top: 10px;
  100. color: #666666;
  101. }
  102. .newBox_list ul li:hover a{
  103. color: #168a44;
  104. }
  105. .newBox_list ul li span{
  106. color: #a4a3a3;
  107. }
  108. .newBox_list_titBg{
  109. font-size: 36px;
  110. color: #dddddd;
  111. }
  112. .newBox_list_tit{
  113. font-size: 24px;
  114. position: absolute;
  115. top: 20px;
  116. left: 20px;
  117. }
  118. .titBox{
  119. position: relative;
  120. }
  121. .activityBox{
  122. width: 894px;
  123. background: #FFF;
  124. margin-top: 15px;
  125. border-radius: 12px;
  126. padding: 6px 20px;
  127. }
  128. .activityBox table{
  129. margin-top: 10px;
  130. font-size: 16px;
  131. }
  132. .activityBox table tr:hover td{
  133. color: #168a44;
  134. cursor: pointer;
  135. }
  136. .activityBox table tr td{
  137. padding: 5px 0;
  138. text-align: center;
  139. color: #666666;
  140. }
  141. .activityBox table tr:first-child td{
  142. color: #168a44!important;
  143. font-weight: bold!important;
  144. font-size: 16px!important;
  145. }
  146. .activityBox table tr td:first-child{
  147. text-align: left;
  148. }
  149. .activityBox table tr td:last-child{
  150. color: #a4a3a3;
  151. font-size: 14px;
  152. }
  153. .headBg{
  154. background: #FFF;
  155. width: 60px;
  156. height: 60px;
  157. border-radius: 100%;
  158. position: absolute;
  159. bottom: -30px;
  160. left: 20px;
  161. }
  162. .headBg img{
  163. width: 50px;
  164. margin: 5px;
  165. border-radius: 100%;
  166. }
  167. .rightBox_img{
  168. position: relative;
  169. }
  170. .rightBox{
  171. background: #FFF;
  172. height: 557px;
  173. width: 292px;
  174. border-radius: 12px;
  175. overflow: hidden;
  176. }
  177. .rightBox_table{
  178. margin-top: 30px;
  179. padding: 0px 20px;
  180. font-size: 16px;
  181. }
  182. .rightBox_table table tr td {
  183. padding: 8px 0px;
  184. color: #666666;
  185. }
  186. .rightBox_bottom{
  187. padding: 0px 15px;
  188. }
  189. .rightBox_message{
  190. background: #b2d8c1;
  191. padding: 15px;
  192. border-radius: 10px;
  193. color: #4c725b;
  194. }
  195. .goLogin{
  196. background-color: #168a44;
  197. color: #FFF!important;
  198. padding: 8px 0;
  199. border-radius: 50px;
  200. width: 100%;
  201. display: block;
  202. text-align: center;
  203. margin: 80px 0 50px;
  204. }
  205. .supplyBox{
  206. position: relative;
  207. width: 894px;
  208. background: #FFFFFF;
  209. padding: 6px 20px 20px;
  210. border-radius: 12px;
  211. }
  212. .supplyBox ul li {
  213. width: 186px;
  214. border: 1px solid #d9d9d9;
  215. margin: 20px 13.5px 0;
  216. float: left;
  217. border-radius: 10px;
  218. overflow: hidden;
  219. }
  220. .supplyBox ul li img{
  221. width: 100%;
  222. }
  223. .supplyNat{
  224. padding: 12px 8px;
  225. }
  226. .supplyNat_type{
  227. padding: 2px 4px;
  228. background: #168a44;
  229. color: #ffffff;
  230. border-radius: 5px;
  231. }
  232. .supplyNat_box{
  233. margin-top: 10px;
  234. }
  235. .supplyNat_money{
  236. color: #d21313;
  237. }
  238. .supplyNat_money span{
  239. font-size: 20px;
  240. }
  241. .fileBox{
  242. width: 292px;
  243. height: 575px;
  244. background: #FFF;
  245. border-radius: 12px;
  246. padding: 14px 0px;
  247. }
  248. .fileBox_title{
  249. background: #168a44;
  250. font-size: 18px;
  251. color: #FFF;
  252. line-height: 38px;
  253. width: 160px;
  254. border-top-right-radius: 38px;
  255. border-bottom-right-radius: 38px;
  256. padding: 0 22px;
  257. box-shadow: 0px 5px 8px #ccc;
  258. }
  259. .fileBox_title img{
  260. margin-right: 15px;
  261. }
  262. .fileBox_list_tit{
  263. font-size: 16px;
  264. color: #666666;
  265. }
  266. .hotFile{
  267. text-transform:uppercase;
  268. background: -webkit-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  269. -moz-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  270. -ms-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);/* 渐变背景 */
  271. color:transparent;
  272. /*设置字体颜色透明*/
  273. -webkit-background-clip: text;
  274. /*背景裁剪为文本形式*/
  275. animation: ran 5s linear infinite;
  276. /*动态20s展示*/
  277. }
  278. .hotFile_icon{
  279. width: 9px;
  280. height: 14px;
  281. overflow: hidden;
  282. background: url(../images/newBusinessEntities/new.gif) no-repeat;
  283. display: inline-block;
  284. }
  285. @keyframes ran {
  286. from {
  287. backgroud-position: 0 0;
  288. }
  289. to {
  290. background-position: 1000px 0;
  291. }
  292. }
  293. .fileBox ul{
  294. padding: 20px 15px 0px;
  295. }
  296. .fileBox ul li{
  297. margin-top: 12px;
  298. }
  299. .fileBox ul li:hover p{
  300. color: #168a44!important;
  301. cursor: pointer;
  302. }
  303. .supplyBox ul li:hover{
  304. cursor: pointer;
  305. box-shadow: 1px 1px 5px #ccc;
  306. }
  307. .supplyBox ul li:hover .supplyNat p:first-child{
  308. color: #168a44!important;
  309. }
  310. .fileBox_list_time{
  311. color: #adadad;
  312. }
  313. .fileBoxSecond{
  314. height: 1165px;
  315. }
  316. .fileBoxSecond table tr td{
  317. color: #666666;
  318. }
  319. .fileBoxSecond_table_title{
  320. color: #000!important;
  321. }
  322. .fileBoxSecond_table{
  323. padding: 0px 15px;
  324. }
  325. .fileBoxSecond table{
  326. margin: 28px 0;
  327. }
  328. .bottomLink {
  329. background: #e8e8e8;
  330. margin-top: 40px;
  331. padding: 30px 0 40px;
  332. }
  333. .bottomLink-tit {
  334. font-size: 12px;
  335. color: #7f7f7f;
  336. }
  337. .bottomLink-tit img{
  338. vertical-align: middle;
  339. margin-right: 2px;
  340. }
  341. .bottomLink-linkList {
  342. font-size: 12px;
  343. color: #7f7f7f;
  344. width: 1000px;
  345. }
  346. .bottomLink-linkList a {
  347. margin-top: 15px;
  348. margin-right: 15px;
  349. display: inline-block;
  350. }
  351. .ba {
  352. font-size: 12px;
  353. color: #7f7f7f;
  354. margin-top: 20px;
  355. }
  356. .ba span {
  357. margin-left: 20px;
  358. }
  359. .ewm {
  360. padding: 25px 25px 0;
  361. }
  362. .ewmtit {
  363. font-size: 12px;
  364. color: #7f7f7f;
  365. margin-top: 5px;
  366. }
  367. .more{
  368. position:absolute;
  369. bottom: 0;
  370. right: 0;
  371. color: #666666;
  372. }
  373. .more:hover{
  374. color: #168a44;
  375. cursor: pointer;
  376. }
  377. .more2{
  378. color: #666666;
  379. line-height: 38px;
  380. margin-right: 22px;
  381. }
  382. .more2:hover{
  383. color: #168a44;
  384. cursor: pointer;
  385. }
  386. .breath_light {
  387. /*width: 300px; */ /* 宽度 */
  388. /*height: 300px; */ /* 高度 */
  389. /*border:#666 1px solid;*/
  390. /*border-radius:50%;*/
  391. opacity: 0.1; /* 不透明度 */
  392. overflow: hidden; /* 溢出隐藏 */
  393. /* margin: 25% auto; */ /* 外边距 */
  394. /* IE10、Firefox and Opera,IE9以及更早的版本不支持 */
  395. animation-name: breath; /* 动画名称 */
  396. animation-duration: 700ms; /* 动画时长3秒 */
  397. animation-timing-function: ease-in-out; /* 动画速度曲线:以低速开始和结束 */
  398. animation-iteration-count: infinite; /* 播放次数:无限 */
  399. /* Safari and Chrome */
  400. -webkit-animation-name: breath; /* 动画名称 */
  401. -webkit-animation-duration: 700ms; /* 动画时长3秒 */
  402. -webkit-animation-timing-function: ease-in-out; /* 动画速度曲线:以低速开始和结束 */
  403. -webkit-animation-iteration-count: infinite; /* 播放次数:无限 */
  404. }
  405. @keyframes breath {
  406. from { opacity: 0.1; } /* 动画开始时的不透明度 */
  407. 50% { opacity: 1; } /* 动画50% 时的不透明度 */
  408. to { opacity: 0.1; } /* 动画结束时的不透明度 */
  409. }
  410. @-webkit-keyframes breath {
  411. from { opacity: 0.1; } /* 动画开始时的不透明度 */
  412. 50% { opacity: 1; } /* 动画50% 时的不透明度 */
  413. to { opacity: 0.1; } /* 动画结束时的不透明度 */
  414. }
  415. .crumbs{
  416. font-size: 16px;
  417. margin: 15px 0px;
  418. color: #666666;
  419. width: 1200px;
  420. }
  421. .tab{
  422. background: #FFFFFF;
  423. padding: 12px 35px;
  424. border-radius: 12px;
  425. }
  426. .tab li{
  427. float: left;
  428. padding: 10px 18px;
  429. background: #e4e4e4;
  430. color: #333333;
  431. margin-right: 22px;
  432. font-size: 16px;
  433. border-radius: 25px;
  434. }
  435. .tab li:hover{
  436. background: #168a44!important;
  437. color: #FFFFFF!important;
  438. cursor: pointer;
  439. }
  440. .tab .active{
  441. background: #168a44!important;
  442. color: #FFFFFF!important;
  443. }
  444. .recommendTit{
  445. font-size: 18px;
  446. color: #333333;
  447. border-bottom: 1px solid #e4e5e4;
  448. padding: 15px 0px;
  449. }
  450. .lvd{
  451. width: 12px;
  452. height: 12px;
  453. display: inline-block;
  454. background: #168a44;
  455. border-radius: 100%;
  456. margin-right: 5px;
  457. }