农燊高科官方网站
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

411 wiersze
7.5 KiB

  1. input[type = 'radio']{
  2. margin: 0;
  3. vertical-align: middle;
  4. }
  5. .tab{
  6. background: #FFFFFF;
  7. padding: 12px 35px;
  8. border-radius: 12px;
  9. }
  10. .tab li{
  11. float: left;
  12. padding: 10px 18px;
  13. background: #e4e4e4;
  14. color: #333333;
  15. margin-right: 22px;
  16. font-size: 16px;
  17. border-radius: 25px;
  18. }
  19. .tab li:hover{
  20. background: #168a44!important;
  21. color: #FFFFFF!important;
  22. cursor: pointer;
  23. }
  24. .tab .active{
  25. background: #168a44!important;
  26. color: #FFFFFF!important;
  27. }
  28. .recommendSupply{
  29. background: #FFFFFF;
  30. padding: 12px 35px;
  31. border-radius: 12px;
  32. }
  33. .recommendTit{
  34. font-size: 18px;
  35. color: #333333;
  36. border-bottom: 1px solid #e4e5e4;
  37. padding: 15px 0px;
  38. }
  39. .lvd{
  40. width: 12px;
  41. height: 12px;
  42. display: inline-block;
  43. background: #168a44;
  44. border-radius: 100%;
  45. margin-right: 5px;
  46. }
  47. .supplyBox{
  48. padding: 0;
  49. width: 100%;
  50. overflow: auto;
  51. white-space:nowrap;
  52. position: relative;
  53. }
  54. .supplyBox:hover .jt{
  55. display: block;
  56. }
  57. .supplyBox ul li{
  58. display:inline-block;
  59. float:none;
  60. }
  61. .supplyBox ul li:first-child{
  62. margin-left: 0;
  63. }
  64. .supplyBox ul li:last-child{
  65. margin-rigfht: 0;
  66. }
  67. .supplyBox ul {
  68. overflow-x: scroll;
  69. padding-bottom: 0;
  70. }
  71. .jt{
  72. width: 3%;
  73. position: absolute;
  74. top: 50%;
  75. transform: translateY(-50%);
  76. display: none;
  77. }
  78. .left{
  79. left: 1%;
  80. }
  81. .right{
  82. right: 1%;
  83. }
  84. .supplyType_left{
  85. width: 292px;
  86. background: #FFF;
  87. border-radius: 12px;
  88. padding: 12px 35px;
  89. }
  90. .supplyType_left ul{
  91. margin-top: 15px;
  92. }
  93. .supplyType_left ul p{
  94. color: #333;
  95. font-size: 16px;
  96. font-weight: bold;
  97. margin-bottom: 5px;
  98. }
  99. .supplyType_left ul li{
  100. float: left;
  101. margin-right: 10px;
  102. color: #666666;
  103. font-size: 16px;
  104. }
  105. .supplyType_left ul li:hover{
  106. color: #168a44!important;
  107. cursor: pointer;
  108. }
  109. .searchBox{
  110. background: #FFF;
  111. border-radius: 12px;
  112. padding: 12px 35px;
  113. }
  114. .searchBox .searchOne{
  115. border: 1px solid #afafaf;
  116. line-height: 28px;
  117. border-radius: 26px;
  118. width: 208px;
  119. background: url("../images/newBusinessEntities/searchIcon.png") no-repeat;
  120. background-size: 13px 13px;
  121. background-position: 10px 8px;
  122. padding-left: 28px;
  123. font-size: 12px;
  124. }
  125. .searchBox select{
  126. background: transparent;
  127. border: none;
  128. margin-top: 7px;
  129. }
  130. .searchBox label p{
  131. display: inline-block;
  132. margin-right: 5px;
  133. font-size: 14px;
  134. }
  135. .searchBox label{
  136. margin-left: 10px;
  137. }
  138. .searchBox label input[type="radio"]{
  139. position: relative;
  140. top: -1px;
  141. }
  142. .searchBtn{
  143. background: #168a44;
  144. color: #FFF;
  145. padding: 0 25px;
  146. border-radius: 50px;
  147. }
  148. .searchTow{
  149. line-height: 30px;
  150. }
  151. .searchTow input[type = 'text']{
  152. border: 1px solid #e3e3e3;
  153. width: 78px;
  154. height: 30px;
  155. line-height: 30px;
  156. }
  157. .supplyList{
  158. background: #FFFFFF;
  159. padding: 12px 35px;
  160. border-radius: 12px;
  161. }
  162. .supplyList_tit ul{
  163. border: 1px solid #e3e3e3;
  164. padding: 12px 0px;
  165. }
  166. .supplyList_tit ul li{
  167. float: left;
  168. padding: 0 20px;
  169. border-right: 1px solid #e3e3e3;
  170. }
  171. .supplyList_tit ul li:nth-child(3){
  172. border: none;
  173. }
  174. .supplyList_tit ul li img{
  175. vertical-align: middle;
  176. position: relative;
  177. top: -2px;
  178. margin-left: 5px;
  179. }
  180. .supplyList_list li{
  181. margin-top: 15px;
  182. border:1px solid #e3e3e3;
  183. border-radius: 12px;
  184. overflow: hidden;
  185. }
  186. .supplyList_list li:hover{
  187. cursor: pointer;
  188. box-shadow: 1px 1px 5px #ccc;
  189. }
  190. .supplyList_list li:hover table tr:first-child td p{
  191. color: #168a44!important;
  192. }
  193. .supplyList_list li table{
  194. padding: 10px 0px;
  195. margin-left: 2%;
  196. width: 70%;
  197. }
  198. .supplyList_tel{
  199. color: #168a44;
  200. font-weight: bold;
  201. font-size: 16px;
  202. text-align: right;
  203. }
  204. .supplyList_money{
  205. color: #d21313;
  206. font-size: 20px;
  207. }
  208. .supplyList_money span{
  209. color: #d21313;
  210. font-size: 14px;
  211. }
  212. .bq{
  213. font-size: 12px;
  214. background: #168a44;
  215. color: #FFF;
  216. padding: 2px 5px;
  217. border-radius: 4px;
  218. margin-left: 10px;
  219. }
  220. .supplyList_time{
  221. color:#a7a6a6;
  222. text-align: right;
  223. }
  224. .icon_tel{
  225. background: url("../../static/images/newBusinessEntities/icon_tel.png") no-repeat;
  226. display: inline-block;
  227. width: 20px;
  228. height: 20px;
  229. background-size: 100% 100%;
  230. vertical-align: middle;
  231. }
  232. /*详情样式*/
  233. .detail_box{
  234. background: #FFFFFF;
  235. border-radius: 12px;
  236. padding: 12px 35px 35px;
  237. }
  238. .detail_box_comm{
  239. margin-top: 15px;
  240. }
  241. .detail_box_comm table tr td{
  242. color: #666666;
  243. padding: 12px 0;
  244. }
  245. .detail_box_table{
  246. padding: 0 24px 15px;
  247. }
  248. .detail_box_table ul li {
  249. float: left;
  250. padding: 10px 0px;
  251. width: 20%;
  252. text-align: center;
  253. }
  254. .detail_box_table ul li input[type='text']{
  255. text-align: center;
  256. padding: 5px 0;
  257. background: #FFF;
  258. border-radius: 20px;
  259. }
  260. .detail_box_table ul:first-child{
  261. background: none;
  262. }
  263. .detail_box_table ul {
  264. background: #f5f5f5;
  265. border-radius: 12px;
  266. margin-top: 15px;
  267. }
  268. .fail {
  269. color: #e20000;
  270. border-bottom: 1px solid #e20000;
  271. cursor: pointer;
  272. }
  273. .failDialog{
  274. width: 358px;
  275. background: #ffffff;
  276. border-radius: 12px;
  277. position: fixed;
  278. top: 50%;
  279. left: 50%;
  280. transform: translate(-50%,-50%);
  281. box-shadow: 5px 5px 9px #ddd;
  282. overflow: hidden;
  283. display: none;
  284. }
  285. .failTit{
  286. line-height: 48px;
  287. font-size: 18px;
  288. text-align: center;
  289. background: #168a44;
  290. color: #FFF;
  291. }
  292. .failTit span{
  293. position: absolute;
  294. right: 12px;
  295. background: #FFF;
  296. border-radius: 50%;
  297. color: #168a44;
  298. font-size: 24px;
  299. display: inline-block;
  300. width: 20px;
  301. height: 20px;
  302. top: 15px;
  303. line-height: 22px;
  304. cursor: pointer;
  305. }
  306. .delete{
  307. background: #168a44;
  308. border-radius: 50%;
  309. color: #ffffff;
  310. font-size: 24px;
  311. width: 20px;
  312. height: 20px;
  313. line-height: 16px;
  314. cursor: pointer;
  315. margin: 0 auto;
  316. }
  317. .add{
  318. background: #168a44;
  319. border-radius: 50%;
  320. color: #ffffff;
  321. font-size: 24px;
  322. width: 20px;
  323. height: 20px;
  324. line-height: 20px;
  325. cursor: pointer;
  326. margin: 0 auto;
  327. }
  328. .tipsBox{
  329. padding: 30px 0;
  330. text-align: center;
  331. }
  332. .tipsBox p:first-child{
  333. color: #168a44;
  334. font-size: 18px;
  335. }
  336. .tipsBox p:nth-child(2){
  337. color: #666666;
  338. margin: 10px 0 15px;
  339. }
  340. .tipsBox p:last-child{
  341. background: #168a44;
  342. color: #FFF;
  343. width: 100px;
  344. line-height: 35px;
  345. border-radius: 50px;
  346. margin: 0 auto;
  347. cursor: pointer;
  348. }
  349. /*主体名录列表*/
  350. .supplyType_left dl dd{
  351. margin-left: 0;
  352. color: #333333;
  353. padding: 8px 15px;
  354. margin-bottom: 5px;
  355. }
  356. .supplyType_left dl dd:hover{
  357. background: #168a44;
  358. color: #FFF;
  359. cursor: pointer;
  360. border-radius: 60px;
  361. }
  362. .supplyType_left dl .active{
  363. background: #168a44;
  364. color: #FFF;
  365. border-radius: 60px;
  366. }
  367. .directoriesList{
  368. background: #FFFFFF;
  369. padding: 12px 35px;
  370. border-radius: 12px;
  371. }
  372. .directoriesList ul li{
  373. width: 49%;
  374. border: 1px solid #e3e3e3;
  375. border-radius: 12px;
  376. overflow: hidden;
  377. float: left;
  378. margin-top: 15px;
  379. position: relative;
  380. }
  381. .watchBtn{
  382. position: absolute;
  383. bottom: 5px;
  384. right: 5px;
  385. width: 65px;
  386. line-height: 28px;
  387. text-align: center;
  388. background: #168a44;
  389. color: #FFF!important;
  390. border-radius: 28px;
  391. }
  392. .directoriesList ul li:nth-child(2n){
  393. margin-left: 2%;
  394. }
  395. .directoriesList ul li table tr td{
  396. padding: 3px 0;
  397. }
  398. .directoriesList li:hover{
  399. cursor: pointer;
  400. box-shadow: 1px 1px 5px #ccc;
  401. }
  402. .directoriesList li:hover table tr:first-child td{
  403. color: #168a44!important;
  404. }
  405. .directories_comm{
  406. width: 32%;
  407. border: 1px solid #e3e3e3;
  408. }