index.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. .intro-pic {
  2. position: relative;
  3. left: -225px;
  4. width: 981px;
  5. height: 760px;
  6. background: url(http://wozhua-others.qiniudn.com/20160301-dog.jpg) no-repeat;
  7. background-size: contain;
  8. }
  9. .intro-text {
  10. position: absolute;
  11. right: 30px;
  12. top: 60px;
  13. width: 590px;
  14. height: 300px;
  15. background: url(http://wozhua-others.qiniudn.com/20160217-heafline.gif) no-repeat;
  16. background-size: contain;
  17. font-size: 0;
  18. text-indent: -10000px;
  19. }
  20. .intro-icon {
  21. position: absolute;
  22. right: 30px;
  23. top: 400px;
  24. width: 590px;
  25. font-size: 0;
  26. }
  27. .intro-icon .items {
  28. display: inline-block;
  29. *display:inline;
  30. *zoom:1;
  31. padding-top: 100px;
  32. width: 144px;
  33. background-repeat: no-repeat;
  34. background-size: 84px 84px;
  35. background-position: top center;
  36. white-space: nowrap;
  37. text-align: center;
  38. font-size: 16px;
  39. color: #b0bec5;
  40. border-right: 1px solid #f0f0f0;
  41. }
  42. .intro-icon .items.last-child {
  43. border-right: none;
  44. }
  45. .intro-icon .items1 {
  46. background-image: url(http://wozhua-others.qiniudn.com/20160217-tag_1.gif);
  47. }
  48. .intro-icon .items2 {
  49. background-image: url(http://wozhua-others.qiniudn.com/20160217-tag_2.gif);
  50. }
  51. .intro-icon .items3 {
  52. background-image: url(http://wozhua-others.qiniudn.com/20160217-tag_3.gif);
  53. }
  54. .intro-icon .items4 {
  55. background-image: url(http://wozhua-others.qiniudn.com/20160217-tag_4.gif);
  56. }
  57. .section h2 {
  58. font-size: 30px;
  59. text-align: center;
  60. padding-top: 20px;
  61. padding-bottom: 20px;
  62. margin: 0;
  63. font-family: '微软雅黑';
  64. // margin: 50px 0 40px;
  65. }
  66. #service {
  67. background: url(http://wozhua-others.qiniudn.com/20160217-greenbg.gif) no-repeat;
  68. background-size: cover;
  69. }
  70. #service h2 {
  71. color: #fff;
  72. }
  73. .main-service,
  74. .other-service {
  75. width: 1024px;
  76. margin-left: auto;
  77. margin-right: auto;
  78. }
  79. .other-service {
  80. width: 960px;
  81. }
  82. #comment .comment-list {
  83. width: 900px;
  84. margin: 0 auto;
  85. }
  86. .main-service {
  87. text-align: center;
  88. margin-bottom: 20px;
  89. }
  90. .main-service .main {
  91. display: inline-block;
  92. vertical-align: middle;
  93. width: 160px;
  94. height: 202px;
  95. text-align: center;
  96. margin-left: 64px;
  97. margin-right: 64px;
  98. }
  99. .main-service .main:hover .icon-xizao {
  100. background-color: rgba(0, 255, 255, 0.50);
  101. }
  102. .main-service .main:hover .icon-timao {
  103. background-color: rgba(191, 255, 0, 0.50);
  104. }
  105. .main-service .main:hover .icon-meirong {
  106. background-color: rgba(255, 192, 0, 0.50);
  107. }
  108. .other-service .other {
  109. display: inline-block;
  110. vertical-align: middle;
  111. width: 108px;
  112. height: 138px;
  113. text-align: center;
  114. margin-left: 40px;
  115. margin-right: 40px;
  116. margin-bottom: 36px;
  117. }
  118. .other-service .other:hover .icon {
  119. background-color: rgba(255, 255, 255, 0.50)
  120. }
  121. .main-service .icon,
  122. .other-service .icon {
  123. display: block;
  124. margin: auto;
  125. background-position: center;
  126. background-repeat: no-repeat;
  127. border-radius: 50%;
  128. }
  129. .main-service .icon {
  130. width: 130px;
  131. height: 130px;
  132. background-size: 35%;
  133. }
  134. .other-service .icon {
  135. width: 96px;
  136. height: 96px;
  137. border: 2px solid #fff;
  138. background-size: 50%;
  139. box-sizing: border-box;
  140. }
  141. .main-service a,
  142. .other-service a {
  143. text-decoration: none;
  144. }
  145. .main-service .service-name,
  146. .other-service .service-name {
  147. color: #fff;
  148. text-decoration: none;
  149. margin-top: 20px;
  150. display: block;
  151. }
  152. .main-service .service-name {
  153. font-size: 24px;
  154. }
  155. .other-service .service-name {
  156. font-size: 20px;
  157. }
  158. #feature {
  159. width: 1024px;
  160. margin-left: auto;
  161. margin-right: auto;
  162. }
  163. #feature h2 {
  164. color: #666;
  165. }
  166. #feature .item {
  167. width:980px;
  168. margin:auto;
  169. }
  170. #feature .item div {
  171. margin: 6px auto;
  172. }
  173. #feature .item .first {
  174. margin-top:0;
  175. }
  176. #feature .item .last {
  177. margin-bottom: 40px;
  178. }
  179. #feature .item img {
  180. width: 484px;
  181. height: 260px;
  182. }
  183. // #feature .item .right {
  184. // float: right;
  185. // }
  186. #comment {
  187. background-color: #f6f6f6;
  188. }
  189. #comment .comment-list {
  190. padding-left: 0;
  191. list-style: none;
  192. }
  193. .comment-list li {
  194. position: relative;
  195. padding-left: 90px;
  196. padding-bottom: 20px;
  197. }
  198. .comment-list .thumb {
  199. position: absolute;
  200. left: 0;
  201. top: 0;
  202. width: 60px;
  203. height: 60px;
  204. border-radius: 50%;
  205. overflow: hidden;
  206. background-color: #ddd;
  207. }
  208. .comment-list .name {
  209. font-size: 16px;
  210. color: #666;
  211. margin: 0 0 10px 0;
  212. }
  213. .comment-list .name a {
  214. color: #666;
  215. text-decoration:none;
  216. }
  217. .comment-list .star {
  218. position: relative;
  219. height: 23px;
  220. width: 120px;
  221. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAbCAQAAAAqw0yZAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfgAhEJCDc3QMYwAAABD0lEQVQ4y53UzW3DIBiA4ddZoGxgOkEslXsZJSN0hGQDj5BR3Pt3IBuQDewJ6CFRAlQfdsLR6PErfgQ0hkz6XGrCgyQ5vEejJIk63elNeqDXu53epAfg6uxL1XuTVlepPppqV6lmzUa3qorFMvBTULgyEogu5tVODAM3YPhmbfwyE4hEQicDEx+rpB4LvoM38IL/CjtwAc/lBXjBu/DYJjFM7DfDOTscN28s3yHwPNdNOIPkV2IVF5DyNrmZ2KAxh/y7iLZBq7matnZ536AytHepnC+rK5QGzVezcOKTE4u22pL6jFl3dNEdsRn3aEOiJEkyiqm+Gxklle9j9ZhKkrNY5bdWzpIUKkZjGTdP+gef8nca8jzPLgAAABd0RVh0Q3JlYXRpb24gVGltZQAyMDE2LjIuMTbtWvM5AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTAyLTE3VDA5OjA4OjU1KzA4OjAwTU1zuAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wMi0xN1QwOTowODo1NSswODowMDwQywQAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAAElFTkSuQmCC) repeat-x;
  222. background-size: 24px 22px;
  223. }
  224. .comment-list .star-1 span {
  225. width: 24px;
  226. }
  227. .comment-list .star-2 span {
  228. width: 48px;
  229. }
  230. .comment-list .star-3 span {
  231. width: 72px;
  232. }
  233. .comment-list .star-4 span {
  234. width: 96px;
  235. }
  236. .comment-list .star-5 span {
  237. width: 120px;
  238. }
  239. .comment-list .star span {
  240. position: absolute;
  241. top: 0;
  242. bottom: 0;
  243. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAbCAMAAAC3FHQgAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAAD/////wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD/wAD///88xC47AAAAEHRSTlMAAMBg4CBAcBCAsDDw0JCgkT7PkwAAAAFiS0dEAf8CLd4AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfgAhEJCDin/9uhAAAAq0lEQVQoz33SURKDIAwEUCCAgWjN/U/bCsWyUZs/580OZMU5mABfHpGU/mjU+KykCmFvogphb6MQ9jYKYX+JzuFTU17iV+OS01DOVGpQO6EWyuxk1adZxT3zKse5st3iJv1WfMcbjzvf8IFjows3PPc13PHXRgWtpiuTNWrORRWjAkpGCbT07koqvdcCGpode3DzAPr5ty8eu7/GAxmqe5peSdp1Vp6teW/yDTaJFGdGxv0NAAAAF3RFWHRDcmVhdGlvbiBUaW1lADIwMTYuMi4xNu1a8zkAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMDItMTdUMDk6MDg6NTYrMDg6MDB8pWklAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTAyLTE3VDA5OjA4OjU2KzA4OjAwDfjRmQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAASUVORK5CYII=) repeat-x;
  244. background-size: 24px 22px;
  245. }
  246. .comment-list .comment {
  247. color: #666;
  248. font-size: 14px;
  249. line-height: 24px;
  250. margin-top: 9px;
  251. }
  252. .comment-list .comment-pic {
  253. max-width: 100%;
  254. }
  255. .comment-list .time {
  256. font-size: 12px;
  257. color: #666;
  258. }
  259. .fp-slidesNav.bottom {
  260. bottom: 120px;
  261. }
  262. .fp-slidesNav ul li {
  263. width: 44px;
  264. height: 12px;
  265. margin: 25px;
  266. }
  267. .fp-slidesNav ul li a span {
  268. border-radius: 0;
  269. width: 100%;
  270. height: 100%;
  271. margin: 0;
  272. left: 0;
  273. top: 0;
  274. background: #ececec;
  275. }
  276. .fp-slidesNav ul li a.active span {
  277. width: 44px;
  278. height: 12px;
  279. margin: 0;
  280. border-radius: 0;
  281. background: #83c336;
  282. }
  283. .fp-slidesNav ul li:hover a span,
  284. .fp-slidesNav ul li:hover a.active span {
  285. width: 44px;
  286. height: 12px;
  287. margin: 0;
  288. border-radius: 0;
  289. background: #83c336;
  290. }
  291. #fp-nav ul li {
  292. width: 16px;
  293. height: 16px;
  294. margin: 20px;
  295. }
  296. #fp-nav ul li a span {
  297. width: 16px;
  298. height: 16px;
  299. background: #ececec;
  300. margin: -8px 0 0 -8px;
  301. }
  302. #fp-nav ul li a.active span {
  303. width: 16px;
  304. height: 16px;
  305. background: #85c141;
  306. margin: -8px 0 0 -8px;
  307. }
  308. /* service */
  309. .service-container {
  310. width: 960px;
  311. margin: auto;
  312. }
  313. .service-container .service-row {
  314. width: 100%;
  315. }
  316. .service-row .service-item {
  317. float: left;
  318. width: 25%;
  319. }
  320. .service-row .clear-float {
  321. width: 0;
  322. height: 220px;
  323. float: none;
  324. }
  325. .service-item a {
  326. display: block;
  327. text-decoration: none;
  328. width: 160px;
  329. height: 200px;
  330. text-align: center;
  331. margin: auto;
  332. }
  333. .service-item .icon {
  334. display: block;
  335. margin: auto;
  336. border-radius: 50%;
  337. background-repeat: no-repeat;
  338. background-position: center;
  339. width: 130px;
  340. height: 130px;
  341. }
  342. .service-item .service-name {
  343. color: #fff;
  344. margin-top: 20px;
  345. display: block;
  346. font-size: 24px;
  347. }
  348. /* service-icon */
  349. .service-item .icon-xizao {
  350. background-image: url(http://wozhua-others.qiniudn.com/20160301-01shower.png);
  351. }
  352. .service-item .icon-timao {
  353. background-image: url(http://wozhua-others.qiniudn.com/20160301-timao.png);
  354. }
  355. .service-item .icon-meirong {
  356. background-image: url(http://wozhua-others.qiniudn.com/20160301-meirong.png);
  357. }
  358. .service-item .icon-spa {
  359. background-image: url(http://wozhua-others.qiniudn.com/20160301-spa.png);
  360. }
  361. .service-item .icon-quchong {
  362. background-image: url(http://wozhua-others.qiniudn.com/20160301-quchong.png);
  363. }
  364. .service-item .icon-jieya {
  365. background-image: url(http://wozhua-others.qiniudn.com/20160301-jieya.png);
  366. }
  367. .service-item .icon-yaoyu {
  368. background-image: url(http://wozhua-others.qiniudn.com/20160301-yaoyu.png);
  369. }
  370. .service-item .icon-zhuchan {
  371. background-image: url(http://wozhua-others.qiniudn.com/20160301-zhuchan.png);
  372. }
  373. .service-item .icon-duanwei {
  374. background-image: url(http://wozhua-others.qiniudn.com/20160301-duanwei.png);
  375. }
  376. .service-item .icon-ranse {
  377. background-image: url(http://wozhua-others.qiniudn.com/20160301-ranse.png);
  378. }
  379. .service-item .icon-xunquan {
  380. background-image: url(http://wozhua-others.qiniudn.com/20160301-xunquan.png);
  381. }
  382. .service-item .icon-tansuanyu {
  383. background-image: url(http://wozhua-others.qiniudn.com/20160301-tansuanyu.png);
  384. }
  385. /* icon-color */
  386. .icon-bg-skyblue {
  387. background-color: rgb(102, 204, 255);
  388. }
  389. .icon-bg-skyblue:hover {
  390. background-color: rgba(102, 204, 255, 0.5);
  391. }
  392. .icon-bg-lavender {
  393. background-color: rgb(213, 201, 249);
  394. }
  395. .icon-bg-lavender:hover {
  396. background-color: rgba(213, 201, 249, 0.5);
  397. }
  398. .icon-bg-purple {
  399. background-color: rgb(179, 173, 233);
  400. }
  401. .icon-bg-purple:hover {
  402. background-color: rgba(179, 173, 233, 0.5);
  403. }
  404. .icon-bg-pink {
  405. background-color: rgb(242, 114, 125);
  406. }
  407. .icon-bg-pink:hover {
  408. background-color: rgba(242, 114, 125, 0.5);
  409. }
  410. .icon-bg-yellow {
  411. background-color: rgb(245, 201, 4);
  412. }
  413. .icon-bg-yellow:hover {
  414. background-color: rgba(245, 201, 4, 0.5);
  415. }
  416. .icon-bg-orange {
  417. background-color: rgb(242, 147, 92);
  418. }
  419. .icon-bg-orange:hover {
  420. background-color: rgba(242, 147, 92, 0.5);
  421. }
  422. .icon-bg-red {
  423. background-color: rgb(242, 106, 75);
  424. }
  425. .icon-bg-red:hover {
  426. background-color: rgba(242, 106, 75, 0.5);
  427. }