jiaqiantese.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .exclusive-header{width: 100%;}
  2. .exclusive-header img{width: 100%;}
  3. .es-title{display: -webkit-box;font-size: 15px;color: #333;-webkit-box-align: center;}
  4. .es-title div:nth-child(1){margin-right:10px;width: 30px;height: 30px;background: url(../images/tesefuw_icon.png) no-repeat;background-size: contain;background-position: center;}
  5. body{background-color: #f3f3f3;}
  6. .service-list{background-color: #fff;border-top: solid 1px #dcdcdc;padding: 10px;border-bottom: solid 1px #dcdcdc;}
  7. .es-li{width: 100%;border: solid 1px #ededed;border-radius: 8px;position: relative;margin-bottom: 10px;}
  8. .es-li:last-child{margin-bottom: 0px;}
  9. .es-li .img{width: 100%;}
  10. .es-li img{width: 100%;}
  11. #service_list{padding:10px 0px 0px 0px;}
  12. .es-li .text{padding: 15px 110px 15px 10px;font-size: 14px;}
  13. .es-li .bttn{position: absolute;bottom: 10px;right: 10px;width: 90px;height: 30px;line-height: 30px;font-size: 15px;color: #fff;text-align: center;border-radius: 5px;}
  14. .benefit-wrap{background-color: #fff;margin-top: 10px;border-top: solid 1px #dcdcdc;padding: 10px;border-bottom: solid 1px #dcdcdc;}
  15. .es-title-bar{display: -webkit-box;font-size: 15px;color: #333;-webkit-box-align: center;margin-bottom: 8px;}
  16. .es-title-bar div:nth-child(1){margin-right:10px;width: 30px;height: 30px;background: url(../images/qianyuhaochu_icon.png) no-repeat;background-size: contain;background-position: center;}
  17. .benefit-wrap li {
  18. position: relative;
  19. line-height: 1.4;
  20. padding-left: 20px;
  21. font-size: 14px;
  22. margin-bottom: 5px;
  23. }
  24. .benefit-wrap li i {
  25. position: absolute;
  26. display: block;
  27. top: 50%;
  28. left: 0;
  29. margin-top: -5px;
  30. width: 10px;
  31. height: 10px;
  32. background: url(../images/biaoqian_img.png) no-repeat;
  33. background-size: cover;
  34. border-radius: 50%;
  35. }
  36. #benefit_list { position: relative; border-radius: 8px; padding: 10px; padding-bottom: 100px; border: solid 1px #ededed;}
  37. #bottom_img {
  38. position: absolute;
  39. bottom: 10px;
  40. right: 10px;
  41. width: 205px;
  42. height: 110px;
  43. }