Нет описания

seeProjectDetail.css 8.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. /*查看项目详情页面样式*/
  2. ul {
  3. list-style: none;
  4. padding: 0;
  5. }
  6. .project_detail {
  7. margin: 50px auto;
  8. }
  9. .project_detail .project_image {
  10. height: 190px;
  11. background-color: #666;
  12. }
  13. .project_detail .project_image img {
  14. width: 100%;
  15. height: 100%;
  16. font-size: 0;
  17. }
  18. .detail_operation {
  19. margin-top: 14px;
  20. color: #999999;
  21. }
  22. .detail_operation span {
  23. padding-left: 19px;
  24. padding-right: 4px;
  25. cursor: pointer;
  26. }
  27. .detail_operation .detail_share::before {
  28. background-position: -13px -23px;
  29. }
  30. .detail_operation .detail_share.active::before {
  31. background-position: 0 -23px;
  32. }
  33. .detail_operation .detail_follow::before {
  34. background-position: -13px -11px;
  35. }
  36. .detail_operation .detail_follow.active::before {
  37. background-position: 0 -11px;
  38. }
  39. .detail_operation .detail_collection::before {
  40. background-position: -13px 0;
  41. }
  42. .detail_operation .detail_collection.active::before {
  43. background-position: 0 0;
  44. }
  45. .project_detail_right h3 {
  46. font-size: 20px;
  47. font-weight: 600;
  48. color: #333;
  49. padding: 10px 0 20px 0;
  50. margin: 0;
  51. }
  52. .project_info {
  53. list-style: none;
  54. padding: 10px 0 0 0;
  55. }
  56. .project_info li {
  57. float: left;
  58. width: 24%;
  59. margin-bottom: 10px;
  60. }
  61. .project_info_prices span:nth-of-type(2),
  62. .project_info_prices span:nth-of-type(3) {
  63. color: #ff7200;
  64. }
  65. .project_info_prices span:nth-of-type(2) {
  66. font-size: 16px;
  67. font-weight: bold;
  68. }
  69. .detail-content-condition,
  70. .detail-content-condition label {
  71. /*color: #666;
  72. font-size: 14px;*/
  73. font-weight: normal;
  74. }
  75. .detail-content-condition ul li {
  76. width: 33.33%;
  77. float: left;
  78. margin-top: 5px;
  79. margin-bottom: 15px;
  80. }
  81. .detail-content-condition p {
  82. margin-bottom: 15px;
  83. }
  84. .detail-content-condition p span {
  85. display: inline-block;
  86. border: 1px solid #dddddd;
  87. padding: 10px 0;
  88. text-align: center;
  89. width: 100px;
  90. border-radius: 2px;
  91. box-sizing: border-box;
  92. cursor: pointer;
  93. }
  94. .detail-content-condition p span:hover,
  95. .detail-content-condition p span:visited {
  96. border-color: #00a4ff;
  97. background-color: #dbe6f8;
  98. }
  99. .detail-content-price label:nth-of-type(2),
  100. .detail-content-price label:nth-of-type(3),
  101. .detail-content-price label:nth-of-type(4) {
  102. color: #ff7200;
  103. }
  104. .detail-content-price label:nth-of-type(3) {
  105. font-size: 24px;
  106. }
  107. .detail-content-price label:nth-of-type(5) {
  108. margin-left: 25px;
  109. }
  110. .grabBtn {
  111. text-align: center;
  112. background: #ff7200;
  113. color: #fff;
  114. border-radius: 3px;
  115. margin: 0 auto;
  116. outline: none;
  117. border-color: #ff7200;
  118. padding: 6px 25px;
  119. font-size: 14px;
  120. line-height: 1.42857143;
  121. }
  122. .detail-content-tabs .tab-head {
  123. border-bottom: 1px solid #c6c6c7;
  124. }
  125. .detail-content-tabs .tab-head li {
  126. float: left;
  127. width: 10.5%;
  128. text-align: center;
  129. padding: 13px 0;
  130. font-size: 16px;
  131. color: #333333;
  132. cursor: pointer;
  133. }
  134. .tabs-details,
  135. #planTimes,
  136. #planTimesLists,
  137. .disnone,
  138. #custom {
  139. display: none;
  140. }
  141. .tabs-details p {
  142. color: #333333;
  143. margin-top: 28px;
  144. margin-bottom: 28px;
  145. margin-left: 12px;
  146. }
  147. .showtabs {
  148. display: block;
  149. }
  150. .detail-content-tabs .tab-head .tab-head-active {
  151. border-bottom: 3px solid #00a4ff;
  152. color: #00a4ff;
  153. margin-bottom: -2px;
  154. }
  155. .tables {
  156. width: 100%;
  157. text-align: center;
  158. font-size: 14px;
  159. }
  160. .tables thead {
  161. background-color: #f5f6f7;
  162. color: #333333;
  163. }
  164. .tables tbody {
  165. background-color: #fff;
  166. color: #808080;
  167. }
  168. .tables tr {
  169. height: 49px;
  170. }
  171. .tables th {
  172. text-align: center;
  173. }
  174. .tabs-details {
  175. padding-bottom: 20px;
  176. }
  177. p.words-title {
  178. font-size: 14px;
  179. color: #7a7a7a;
  180. margin-bottom: 10px;
  181. font-weight: 600;
  182. }
  183. .tabs-details .words-content {
  184. font-size: 12px;
  185. color: #7b8a97;
  186. margin-top: 0;
  187. margin-bottom: 0;
  188. line-height: 25px;
  189. word-break: break-all;
  190. }
  191. h4 {
  192. background-color: #f6f6f6;
  193. padding: 10px 5px;
  194. border-left: 3px solid #01b2fe;
  195. margin-bottom: 20px;
  196. }
  197. .project_abstract,
  198. .project_content {
  199. margin-bottom: 40px;
  200. line-height: 26px;
  201. }
  202. .wash_detail .words-title {
  203. border-bottom: 1px solid #008785;
  204. padding-bottom: 15px;
  205. margin-left: 0;
  206. }
  207. .wash_detail .table,
  208. .wash_detail .table th {
  209. text-align: center;
  210. }
  211. .wash_detail #task_type {
  212. font-size: 16px;
  213. }
  214. .head_portrait {
  215. width: 50px;
  216. height: 50px;
  217. }
  218. /*设备保养*/
  219. .file_imgs {
  220. padding: 10px 0;
  221. list-style: none;
  222. /*margin-bottom: 60px;*/
  223. }
  224. .file_imgs li,
  225. div.deliveryOrderDetail .file_imgs li {
  226. float: left;
  227. position: relative;
  228. width: 109px;
  229. height: 109px;
  230. margin-left: 10px;
  231. margin-right: 10px;
  232. margin-bottom: 40px;
  233. padding-top: 0;
  234. padding-bottom: 0;
  235. }
  236. .file_imgs li:hover .img_mask {
  237. display: block;
  238. }
  239. .file_imgs .img_mask {
  240. display: none;
  241. position: absolute;
  242. left: 0;
  243. top: 0;
  244. background-color: rgba(0, 0, 0, .3);
  245. width: 100%;
  246. height: 22px;
  247. z-index: 1;
  248. }
  249. .file_imgs .img_mask i {
  250. position: absolute;
  251. right: 5px;
  252. top: 5px;
  253. display: inline-block;
  254. width: 13px;
  255. height: 12px;
  256. cursor: pointer;
  257. color: #fff;
  258. }
  259. .file_imgs .file_name {
  260. width: 100%;
  261. display: inline-block;
  262. text-align: center;
  263. /*overflow: hidden;
  264. text-overflow: ellipsis;
  265. white-space: nowrap;*/
  266. word-break: break-all;
  267. padding-top: 8px;
  268. }
  269. .file_imgs li img {
  270. width: 100%;
  271. height: 100%;
  272. border: 0;
  273. vertical-align: middle;
  274. cursor: pointer;
  275. }
  276. .noThumb {
  277. width: 109px;
  278. height: 109px;
  279. text-align: center;
  280. color: #1aaad0;
  281. }
  282. .fa-paperclip {
  283. font-size: 80px;
  284. text-align: center;
  285. }
  286. .noThumb p {
  287. margin: 0 0 10px;
  288. color: inherit;
  289. }
  290. .abnormal {
  291. /*text-indent: 2em;*/
  292. }
  293. .state_audit {
  294. display: inline-block;
  295. width: 60px;
  296. height: 18px;
  297. line-height: 18px;
  298. font-size: 12px;
  299. box-sizing: border-box;
  300. color: #ffffff;
  301. border-radius: 5px;
  302. text-align: center;
  303. cursor: default !important;
  304. }
  305. .state_audit_remission {
  306. background-color: #1a7bb9;
  307. }
  308. .state_audit_wait {
  309. background-color: #febd23;
  310. }
  311. .state_audit_done {
  312. background-color: #5ccb91;
  313. }
  314. .state_audit_refuse {
  315. background-color: #fd7c78;
  316. }
  317. .state_audit_doned {
  318. background-color: #3cd6c9;
  319. }
  320. .state_audit_revoke {
  321. background-color: #fd72b9;
  322. }
  323. .state_audit_termination {
  324. background-color: #fc3d18;
  325. }
  326. .maintain_order .file_imgs {
  327. margin-left: 12px;
  328. }
  329. .proMailList {
  330. margin-bottom: 20px;
  331. }
  332. .proMailList .tool_bars {
  333. display: none;
  334. }
  335. .pro_infos1 .project_info li {
  336. float: none;
  337. width: 100%;
  338. }
  339. .pro_left,
  340. .pro_right {
  341. float: left;
  342. margin-left: 15px;
  343. margin-right: 15px;
  344. }
  345. .pro_left {
  346. width: 200px;
  347. }
  348. .project_detail2 {
  349. margin-top: 0;
  350. margin-bottom: 0;
  351. }
  352. div.project_detail2 .pro_left,
  353. div.project_detail2 .pro_right {
  354. vertical-align: middle;
  355. display: inline-block;
  356. float: none;
  357. }
  358. div.project_detail2 .pro_right {
  359. width: 50%;
  360. }
  361. div.project_detail2 .project_info li {
  362. width: 50%;
  363. }
  364. .comprehensive_infos .tabs_details {
  365. margin-top: 0;
  366. margin-bottom: 0;
  367. background-color: #fff;
  368. border-radius: 10px;
  369. padding: 20px;
  370. -moz-box-shadow: 2px 2px 16px #888888;
  371. box-shadow: 2px 2px 16px #888888;
  372. }
  373. .comprehensive_infos hr {
  374. border-top: 1px dashed #249fea;
  375. }
  376. #user_table tr,
  377. #equipment_table tr {
  378. cursor: pointer;
  379. }
  380. .detail-view .project_detail,
  381. .detail-view .detail-content-tabs {
  382. background-color: #fff;
  383. border-radius: 10px;
  384. padding: 20px;
  385. }
  386. .table-hover>tbody>tr.detail-view {
  387. background-color: #f5f5f5;
  388. }
  389. #outcryTable tbody tr {
  390. cursor: pointer;
  391. }
  392. .seeEqupRun .layui-item_active .layui-icon,
  393. .seeEqupRun .layui-item_active h3 {
  394. color: #12a7f1;
  395. }
  396. .seeEqupRun .layui-item_default .layui-icon,
  397. .seeEqupRun .layui-item_default h3,
  398. .seeEqupRun .layui-item_default p {
  399. color: #b3b3b3;
  400. }
  401. .seeEqupRun h3.layui-timeline-title {
  402. font-size: 16px;
  403. }
  404. #customfields {
  405. margin-bottom: 15px;
  406. }
  407. .extension_con {
  408. padding-left: 10px;
  409. padding-right: 10px;
  410. }
  411. .extension_txt {
  412. margin-bottom: 5px;
  413. }
  414. .extension_con.file_imgs li {
  415. width: 100px;
  416. height: 100px;
  417. margin-left: 0;
  418. }
  419. .thumb {
  420. cursor: pointer;
  421. }
  422. .preview_area {
  423. border-top: 1px dashed #1aaad0;
  424. display: none;
  425. }
  426. .pager li a {
  427. color: #249fea;
  428. }
  429. .pager {
  430. text-align: right;
  431. padding-right: 60px;
  432. }
  433. .preview_area_nav {
  434. position: relative;
  435. }
  436. .preview_area_num {
  437. position: absolute;
  438. right: 0;
  439. top: 6px;
  440. }
  441. .preview_can {
  442. margin: 0 auto;
  443. }
  444. .goods_list {
  445. background-color: #ffffff;
  446. border-radius: 5px;
  447. padding: 10px 10px 0 10px;
  448. margin-bottom: 5px;
  449. }
  450. .deliveryOrderDetail .rating {
  451. padding-top: 0;
  452. margin-top: -13px;
  453. }
  454. .deliveryOrderDetail .rating .rating-item {
  455. width: 18px;
  456. }
  457. .deliveryOrderDetail .ratingTips {
  458. line-height: 26px;
  459. }
  460. .deliveryOrderDetail .btn-label {
  461. display: inline-block;
  462. border: 1px solid #249fea;
  463. text-align: center !important;
  464. padding: 7px 14px;
  465. border-radius: 2px;
  466. text-indent: initial;
  467. margin: 5px 2px;
  468. }
  469. @media only screen and (max-width: 1180px) {
  470. .project_info li {
  471. width: 48%;
  472. }
  473. }