serviceDetails.css 8.7 KB

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