网站
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

436 lignes
8.0 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_comm table tr td input[type = 'text']{
  246. border: 1px solid #cccccc;
  247. padding: 12px 10px;
  248. }
  249. .detail_box_comm table tr td select{
  250. background: transparent;
  251. border: none;
  252. }
  253. .detail_box_table{
  254. padding: 0 24px 15px;
  255. }
  256. .detail_box_table ul li {
  257. float: left;
  258. padding: 10px 0px;
  259. width: 20%;
  260. text-align: center;
  261. }
  262. .detail_box_table ul li input[type='text']{
  263. text-align: center;
  264. padding: 5px 0;
  265. background: #FFF;
  266. border-radius: 20px;
  267. }
  268. .detail_box_table ul:first-child{
  269. background: none;
  270. }
  271. .detail_box_table ul {
  272. background: #f5f5f5;
  273. border-radius: 12px;
  274. margin-top: 15px;
  275. }
  276. .fail {
  277. color: #e20000;
  278. border-bottom: 1px solid #e20000;
  279. cursor: pointer;
  280. }
  281. .failDialog{
  282. width: 358px;
  283. background: #ffffff;
  284. border-radius: 12px;
  285. position: fixed;
  286. top: 50%;
  287. left: 50%;
  288. transform: translate(-50%,-50%);
  289. box-shadow: 5px 5px 9px #ddd;
  290. overflow: hidden;
  291. display: none;
  292. }
  293. .failTit{
  294. line-height: 48px;
  295. font-size: 18px;
  296. text-align: center;
  297. background: #168a44;
  298. color: #FFF;
  299. }
  300. .failTit span{
  301. position: absolute;
  302. right: 12px;
  303. background: #FFF;
  304. border-radius: 50%;
  305. color: #168a44;
  306. font-size: 24px;
  307. display: inline-block;
  308. width: 20px;
  309. height: 20px;
  310. top: 15px;
  311. line-height: 22px;
  312. cursor: pointer;
  313. }
  314. .delete{
  315. background: #168a44;
  316. border-radius: 50%;
  317. color: #ffffff;
  318. font-size: 24px;
  319. width: 20px;
  320. height: 20px;
  321. line-height: 16px;
  322. cursor: pointer;
  323. margin: 0 auto;
  324. }
  325. .add{
  326. background: #168a44;
  327. border-radius: 50%;
  328. color: #ffffff;
  329. font-size: 24px;
  330. width: 20px;
  331. height: 20px;
  332. line-height: 20px;
  333. cursor: pointer;
  334. margin: 0 auto;
  335. }
  336. .tipsBox{
  337. padding: 30px 0;
  338. text-align: center;
  339. }
  340. .tipsBox p:first-child{
  341. color: #168a44;
  342. font-size: 18px;
  343. }
  344. .tipsBox p:nth-child(2){
  345. color: #666666;
  346. margin: 10px 0 15px;
  347. }
  348. .tipsBox p:last-child{
  349. background: #168a44;
  350. color: #FFF;
  351. width: 100px;
  352. line-height: 35px;
  353. border-radius: 50px;
  354. margin: 0 auto;
  355. cursor: pointer;
  356. }
  357. /*主体名录列表*/
  358. .supplyType_left dl dd{
  359. margin-left: 0;
  360. color: #333333;
  361. padding: 8px 15px;
  362. margin-bottom: 5px;
  363. }
  364. .supplyType_left dl dd:hover{
  365. background: #168a44;
  366. color: #FFF;
  367. cursor: pointer;
  368. border-radius: 60px;
  369. }
  370. .supplyType_left dl .active{
  371. background: #168a44;
  372. color: #FFF;
  373. border-radius: 60px;
  374. }
  375. .directoriesList{
  376. background: #FFFFFF;
  377. padding: 12px 35px;
  378. border-radius: 12px;
  379. }
  380. .directoriesList ul li{
  381. width: 49%;
  382. border: 1px solid #e3e3e3;
  383. border-radius: 12px;
  384. overflow: hidden;
  385. float: left;
  386. margin-top: 15px;
  387. position: relative;
  388. }
  389. .watchBtn{
  390. position: absolute;
  391. bottom: 5px;
  392. right: 5px;
  393. width: 65px;
  394. line-height: 28px;
  395. text-align: center;
  396. background: #168a44;
  397. color: #FFF!important;
  398. border-radius: 28px;
  399. }
  400. .directoriesList ul li:nth-child(2n){
  401. margin-left: 2%;
  402. }
  403. .directoriesList ul li table tr td{
  404. padding: 3px 0;
  405. }
  406. .directoriesList li:hover{
  407. cursor: pointer;
  408. box-shadow: 1px 1px 5px #ccc;
  409. }
  410. .directoriesList li:hover table tr:first-child td{
  411. color: #168a44!important;
  412. }
  413. .directories_comm{
  414. width: 32%;
  415. border: 1px solid #e3e3e3;
  416. }
  417. .submitBtn input[type = 'button']{
  418. background: #168a44;
  419. color: #ffffff;
  420. border: 1px solid #168a44;
  421. width: 150px;
  422. padding: 10px 0px;
  423. border-radius: 20px;
  424. }
  425. .submitBtn input[type = 'button']:first-child{
  426. background: #d0e8da;
  427. color: #168a44;
  428. margin-right: 20px;
  429. }
  430. .submitBtn{
  431. text-align: center;
  432. margin-top: 20px;
  433. }