网站
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ů.
 
 
 

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