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

supply.css 8.3 KiB

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