lpdetails.css 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*楼盘信息*/
  2. body{background: #f5f7fa;}
  3. /*项目参数*/
  4. .y_details_h h2{ font-size: 24px; font-weight: normal; color: #333;}
  5. .y_detav2_cent{padding: 30px 20px;}
  6. .y_detav2_table { margin-top: 20px;}
  7. .y_detav2_table table{width: 100%; height: auto; border: 1px solid #EEE;}
  8. .y_detav2_table table tr+tr{ border-top:1px solid #eee; }
  9. .y_detav2_table table tr td{ font-size: 14px;}
  10. .y_detav2_table table tr td.y_leimu{ padding: 10px 0; width: 120px; text-align: center; background: #F8F8F8; color: #666;}
  11. .y_detav2_table table tr td.y_cont{ color: #834545; padding: 10px 15px; width:464px; line-height: 25px;}
  12. .y_lpdatats i{ font-size: 13px;padding: 5px 8px;}
  13. .y_lpdatats i+i{ margin-left: 5px;}
  14. .y_lpdatats i:nth-child(1){ background: #EBF3FE; color:#638EC9;}
  15. .y_lpdatats i:nth-child(2){ background: #F8EAE6; color:#E3957E;}
  16. .y_lpdatats i:nth-child(3){ background: #E2F8E1; color:#75AB78;}
  17. .y_lpdatats i:nth-child(4){ background: #FFF3E2; color:#F9A321;}
  18. .y_detav2_table_pt table tr td.y_leimu{ padding: 10px 0; width: 11%; text-align: center; background: #F8F8F8; color: #666;}
  19. .y_detav2_table_pt table tr td.y_cont{ color: #333; padding: 10px 15px; width:89%; line-height: 25px;}
  20. .y_nodata{ text-align: center; margin-top: 30px;}
  21. .y_nodata p.y_img img{ width: 108px; height: auto;}
  22. .y_nodata p.y_text{ font-size: 22px; color: #d1d1d1; margin-top: 15px;}
  23. .y_detav2_pic{margin-top: 20px;}
  24. .y_detav2_pic table{width: 100%; height: auto; border: 1px solid #EEE;}
  25. .y_detav2_pic table tbody tr{ border-top:1px solid #eee; }
  26. .y_detav2_pic table thead{ background: #F8F8F8; font-size: 16px; color: #333; font-weight: normal;}
  27. .y_detav2_pic table thead th+th{ border-left: 1px solid #eee;}
  28. .y_detav2_pic table thead th{ padding: 10px 0; text-align: center; font-weight: normal;}
  29. .y_detav2_pic table thead th i{display: inline-block; outline-width: 18px; height: auto; margin-left: 5px; position: relative; top: 2px;}
  30. .y_detav2_pic table thead th.y_ind{width: 15%;}
  31. .y_detav2_pic table thead th.y_ind2{width: 55%;}
  32. .y_detav2_pic table tbody tr td{ font-size: 14px; color: #666; text-align: center; padding: 15px 15px;}
  33. .y_detav2_pic table tbody tr td+td{border-left: 1px solid #eee;}
  34. .y_detav2_pic table tbody tr td:last-child{ text-align: left; line-height: 25px;}
  35. .y_lpysz p.y_lpysz_h{ font-size: 16px; color:#835f5f; padding: 15px 0;text-align:center;}
  36. .y_lpysz_table table thead{ background: #F8F8F8;}
  37. .y_lpysz_table table thead th+th{ border-left: 1px solid #eee;}
  38. .y_lpysz_table table thead th{ padding: 15px; font-size: 15px;color: #333; text-align: center; font-weight: normal;}
  39. .y_lpysz_table table thead th.y_ind2{ width: 40%;}
  40. .y_lpysz_table table thead th.y_ind{ width: 30%;}
  41. .y_lpysz_table table tbody tr td{ font-size: 14px; color: #666; text-align: center; padding: 15px 15px;}
  42. .y_lpysz_table table tbody tr td+td{border-left: 1px solid #eee;}
  43. .y_lpysz_table table tbody tr td:last-child{ text-align: left; line-height: 25px;}
  44. .y_lpyszsq{ position: relative; top: -1px; width: 80px; height: 30px; line-height: 30px; text-align: center; margin:0 auto; background: #fff; border: 1px solid #eee; border-top:none; }
  45. .y_lpyszsq a{ font-size: 15px; color: #666; display: block; height: 100%;}
  46. .y_lpyszsq a i{ display: inline-block; position: relative; top: 10px; width: 12px; height: 8px; margin-left: 8px;}
  47. .y_lpyszsq a i img{ width: 100%; height: 100%;}
  48. .y_lpyszsq a.on i{
  49. transform:rotate(-180deg);
  50. -ms-transform:rotate(-180deg);
  51. -moz-transform:rotate(-180deg);
  52. -webkit-transform:rotate(-180deg);
  53. -o-transform:rotate(-180deg);
  54. }
  55. /*项目介绍*/
  56. .y_intro{ margin-top: 20px;}
  57. .y_intro_cent{ padding:20px;}
  58. .y_intro_nr{ margin-top: 15px; font-size: 14px; color: #333;line-height: 25px;}