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

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