serviceDetails.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. /*
  2. @update:2018/06/20
  3. */
  4. /* 面包削导航 */
  5. .navigation{
  6. width: 100%;
  7. height: 34px;
  8. line-height: 34px;
  9. background: #f9f9f9;
  10. overflow: hidden;
  11. margin-top: 10px;
  12. margin-bottom: 22px;
  13. }
  14. .navigation p{
  15. float: left;
  16. font-size: 14px;
  17. margin-right: 12px;
  18. color: #393939;
  19. }
  20. .navigation ol li {
  21. float: left;
  22. margin-right: 15px;
  23. }
  24. .navigation ol li a{
  25. font-size: 12px;
  26. color: #797979;
  27. }
  28. .navigation ol li a:hover{
  29. color: #1697ea;
  30. }
  31. .navigation ol li.active a{
  32. color: #1697ea;
  33. }
  34. .commentDetails{
  35. padding-left: 26px;
  36. padding-top: 15px;
  37. color: #707070;
  38. }
  39. .commentDetails span{
  40. display: inline-block;
  41. margin-right: 20px;
  42. margin-left: 10px;
  43. color: #707070;
  44. }
  45. /* 主体内容 */
  46. .serviceDetailsImg{
  47. float: left;
  48. width: 370px;
  49. height: 330px;
  50. position: relative;
  51. padding: 18px;
  52. border: 1px solid #efefef;
  53. }
  54. .serviceDetailsImg:hover img{
  55. transform: scale(1.05);
  56. transition: all .2s ease-in;
  57. }
  58. .serviceDetailsImg img{
  59. width:100%;
  60. height: 100%;
  61. display: inline-block;
  62. transition: all .2s ease-in-out;
  63. }
  64. .serviceDetailsImg>span{
  65. width: 46px;
  66. height: 40px;
  67. display: inline-block;
  68. background: url(../../../img/newMenu/achievement_26.png) no-repeat;
  69. background-size: 100% 100%;
  70. position: absolute;
  71. top: 0;
  72. left: 0
  73. }
  74. .serviceDetailsTxt{
  75. float: right;
  76. width: 777px;
  77. margin-bottom: 30px;
  78. }
  79. .serviceDetailsTxt .serviceDetailsTitle{
  80. padding-bottom: 20px;
  81. }
  82. .serviceDetailsTxt .serviceDetailsTitle h4{
  83. font-size: 18px;
  84. line-height: 50px;
  85. height: 50px;
  86. width: 100%;
  87. color: #1f1f1f;
  88. font-weight: 400;
  89. }
  90. .serviceDetailsTxt .serviceDetailsTitle p.advertisement{
  91. font-size: 14px;
  92. color: #9d9d9d;
  93. display: inline-block;
  94. width: 550px;
  95. overflow: hidden;
  96. text-overflow: ellipsis;
  97. -o-text-overflow: ellipsis;
  98. white-space: nowrap;
  99. }
  100. .serviceDetailsTxt .serviceDetailsTitle p{
  101. height: 36px;
  102. line-height: 36px;
  103. font-size: 12px;
  104. }
  105. .serviceDetailsTxt .serviceDetailsTitle p strong{
  106. font-weight: normal;
  107. color: #707070;
  108. width: 110px;
  109. display: inline-block;
  110. }
  111. .serviceDetailsTxt .serviceDetailsTitle p span{
  112. color: #9d9d9d;
  113. font-size: 12px;
  114. }
  115. .serviceDetailsTxt>a{
  116. cursor: pointer;
  117. width: 150px;
  118. display: inline-block;
  119. height: 54px;
  120. line-height: 54px;
  121. text-align: center;
  122. font-size: 18px;
  123. color: #ffffff;
  124. background: #1697ea;
  125. margin-top: 16px;
  126. border: 1px solid transparent;
  127. }
  128. .serviceDetailsTxt>a:hover{
  129. background: #ffff;
  130. border: 1px dashed #1697ea;
  131. color: #1697ea;
  132. }
  133. .serviceDetailsTxt>p>a:hover span{
  134. color: #1697ea;
  135. }
  136. .collection{
  137. position: absolute;
  138. bottom: -30px;
  139. left: 0;
  140. overflow: hidden;
  141. clear: both;
  142. padding-left: 18px;
  143. padding-top: 18px;
  144. }
  145. .collection p span{
  146. vertical-align: top;
  147. color: #ff6a25
  148. }
  149. .collection p img{
  150. margin-right: 12px;
  151. }
  152. .collection .heart{
  153. width: 19px;
  154. height: 18px;
  155. display: inline-block;
  156. background: url(../../../img/newMenu/serviceDetal_03.jpg) no-repeat;
  157. background-size:100% 100%;
  158. margin-right: 12px;
  159. }
  160. .collection p{
  161. cursor: pointer;
  162. float: left;
  163. height: 18px;
  164. line-height: 18px;
  165. font-size: 14px;
  166. margin-right: 40px;
  167. }
  168. .collection .heart.active{
  169. background: url(../../../img/newMenu/serviceDetal_Ok.jpg) no-repeat;
  170. }
  171. /*
  172. 详情
  173. */
  174. .serviceDetailsList{
  175. padding-top: 40px;
  176. width: 100%;
  177. clear: both;
  178. }
  179. .serviceDetailsList .introduction,.serviceDetailsList .requirement{
  180. background: #ffffff;
  181. padding-bottom: 28px;
  182. }
  183. .serviceDetailsList>div{
  184. margin-bottom: 38px;
  185. }
  186. .serviceDetailsTxt .shopCar{
  187. margin-left: 10px;
  188. margin-right: 15px;
  189. }
  190. .serviceDetailsList img{
  191. width: 100%;
  192. display: inline-block;
  193. }
  194. /* 购物车 */
  195. .shopImg{
  196. position: absolute;
  197. top: 20px;
  198. left: 20px;
  199. z-index: -11;
  200. width: 300px;
  201. height:200px;
  202. transition: all .3s ease-in-out;
  203. opacity: 1;
  204. }
  205. .shopImg.active{
  206. position: fixed;
  207. top: 20px;
  208. right: 500px;
  209. width:0px;
  210. height: 0px;
  211. z-index: 99988;
  212. transition: all .3s ease-in;
  213. opacity: 0;
  214. }
  215. .serviceDetailsTitle p{
  216. clear: both;
  217. }
  218. .numberDiv .input-group{
  219. vertical-align: top;
  220. margin-top: 5px;
  221. width: 130px;
  222. margin-left: 85px;
  223. }
  224. .numberDiv{
  225. overflow: hidden;
  226. }
  227. .numberDiv div{
  228. height: 36px;
  229. line-height: 36px;
  230. font-size: 12px;
  231. color: #707070;
  232. float: left;
  233. }
  234. .shopCar span{
  235. display: inline-block;
  236. margin-right: 5px;
  237. }
  238. .numberGrounp {
  239. width: 66px;
  240. height: 30px!important;
  241. position: relative;
  242. }
  243. .numberGrounp #number{
  244. width: 42px;
  245. height: 30px;
  246. border: 2px solid #dadade;
  247. font-size: 14px;
  248. position: absolute;
  249. top: 0;
  250. left: 0;
  251. text-align: center
  252. }
  253. .numberDiv .input-group>span{
  254. height: 30px;
  255. line-height: 30px;
  256. margin-left: 5px;
  257. color: #7a7878;
  258. font-size: 14px;
  259. display: inline-block;
  260. }
  261. .serviceDetailsTitle h4 .companyImg{
  262. display: inline-block;
  263. width: 23px;
  264. height: 23px;
  265. background: url(../../../img/shopList/shop_com.jpg) no-repeat;
  266. background-size: 100% 100%;
  267. margin-right: 12px;
  268. vertical-align: middle;
  269. margin-top: -3px;
  270. }
  271. .pagination a span{
  272. color: #333;
  273. }
  274. .numberGrounp .up{
  275. text-align: center;
  276. color: #dadadd;
  277. width:18px;
  278. height: 14px;
  279. display: inline-block;
  280. position: absolute;
  281. top: 0;
  282. right: 0;
  283. background: url(../../../img/patent/serviceUp.jpg)no-repeat;
  284. background-size:100% 100%;
  285. }
  286. .input-group .numberGrounp span:hover{
  287. cursor: pointer;
  288. box-shadow: inset 0px 0px 6px #ccc;
  289. }
  290. .serviceDetailsTitle .moneyBj{
  291. width: 530px;
  292. height: 55px;
  293. line-height: 55px;
  294. /*background: url(../../../img/patent/serviceDetais_moneyBj.jpg)no-repeat;*/
  295. background-size:100% 100%;
  296. padding-left: 8px;
  297. font-size: 20px;
  298. color: #ff580e;
  299. margin-bottom: 10px;
  300. }
  301. .numberGrounp .down{
  302. text-align: center;
  303. color: #dadadd;
  304. width:18px;
  305. height: 14px;
  306. display: inline-block;
  307. position: absolute;
  308. margin-top: 16px;
  309. bottom: 0;
  310. right: 0;
  311. background: url(../../../img/patent/serviceDown.jpg)no-repeat;
  312. background-size:100% 100%;
  313. }
  314. .tabEvaluate{
  315. clear: both;
  316. margin-top: 40px;
  317. width: 100%;
  318. height: 42px;
  319. line-height: 42px;
  320. border: 1px solid #efefef;
  321. background: #fcfcfc;
  322. }
  323. .tabEvaluate li{
  324. cursor: pointer;
  325. float: left;
  326. width: 120px;
  327. text-align: center;
  328. font-size: 16px;
  329. color: #1f1f1f;
  330. border-right: 1px solid #efefef
  331. }
  332. .tabEvaluate li.active{
  333. background: #1697ea;
  334. color: #ffffff;
  335. }
  336. /* 评论 */
  337. .pagination_box{
  338. display: none;
  339. }
  340. .evaluateList .list_none{
  341. padding-top: 20px;
  342. text-align: center;
  343. padding-bottom: 100px;
  344. }
  345. .evaluateList{
  346. display: none;
  347. clear: both;
  348. }
  349. .evaluateList>ul>li {
  350. border-bottom: 1px dotted #c6c2c2;
  351. padding-left: 26px;
  352. overflow: hidden;
  353. }
  354. .evaluateList>ul>li p{
  355. font-size: 14px;
  356. color: #1f1f1f;
  357. float: left;
  358. }
  359. .evaluateList>ul>li>div.stasf{
  360. width: 370px;
  361. overflow: hidden;
  362. padding: 25px 0 10px;;
  363. }
  364. .evaluateList>ul>li>div.stasf>p{
  365. margin-right: 50px;
  366. }
  367. .evaluateList ul>li .satisfied{
  368. float: left;
  369. }
  370. .evaluateList .uName{
  371. margin-left: 10px;
  372. }
  373. .satisfied ol li {
  374. float: left;
  375. }
  376. .satisfied ol li span{
  377. color: #ff580e;
  378. }
  379. .satisfied ol{
  380. float: right;
  381. margin-left: 8px;
  382. font-size: 16px;
  383. }
  384. .satisfiedContent {
  385. clear: both;
  386. overflow: hidden;
  387. margin-top: 8px;
  388. padding-bottom: 27px;
  389. }
  390. .satisfiedContent p{
  391. padding-right:20px;
  392. font-size: 12px;
  393. color: #707070!important;
  394. }
  395. .satisfiedContent time{
  396. font-size: 12px;
  397. color: #707070!important;
  398. float: right;
  399. }
  400. .pagination{
  401. float: right;
  402. }
  403. .totalCount {
  404. float: right;
  405. margin-top: 28px;
  406. margin-right: 15px;
  407. }
  408. .pagination_box{
  409. margin-bottom: 100px;
  410. }
  411. .pagination_box .pagePre a{
  412. margin-right: 10px
  413. }
  414. .pagination_box .pageNext a{
  415. margin-left: 10px;
  416. }
  417. #commentArea{
  418. width: 1000px;
  419. height: 80px;
  420. outline: none;
  421. margin-left: 26px;
  422. resize: none;
  423. margin-top: 10px;
  424. text-indent:1em;
  425. line-height: 20px;
  426. padding-top: 5px;
  427. }
  428. #commentArea:focus{
  429. border-color:transparent;
  430. box-shadow: 0 0 10px #1697ea ;
  431. }
  432. .CommentSend button{
  433. width: 150px;
  434. height: 34px;
  435. margin-left: 26px;
  436. margin-top: 6px;
  437. }
  438. .commentStar{
  439. overflow: hidden;
  440. margin-left: 26px;
  441. margin-top: 10px;
  442. line-height: 20px;
  443. }
  444. .commentStar>span{
  445. display: inline-block;
  446. float: left;
  447. color: #ff570c
  448. }
  449. .commentStar .ulStar{
  450. float: left;
  451. margin-left: 6px;
  452. }
  453. .commentStar .ulStar span{
  454. display: inline-block;
  455. cursor: pointer;
  456. margin-right: 4px;
  457. font-size: 20px;
  458. float: left;
  459. color: #ff570c
  460. }
  461. .pagination li a{
  462. color: #333;
  463. }