lpnewslist.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. body{background:#f4f6f9;}
  2. /*.楼盘动态*/
  3. .y_lphomenew{ padding: 10px 0;}
  4. .y_lphomenew_main{ margin: 0 10px;}
  5. .y_lphomenew_cent{margin-left: 10px; border-left: 1px solid #04A9FF; padding-left: 25px; margin-top: 20px;}
  6. .y_lphomenew_cent ul li .y_newlx{ margin-top: 10px;}
  7. .y_lphomenew_cent ul li .y_newlx span{ background: #CD8071; padding: 4px 10px; font-size: 1rem; color: #fff;border-radius: 5px;}
  8. .y_lphomenew_cent ul li .y_newtextmain{ margin-top: 15px;}
  9. .y_lphomenew_cent ul li .y_newtextmain a{display: inline-block;}
  10. .y_lphomenew_cent ul li .y_newtextmain .y_title{ position: relative; left: -36px;}
  11. .y_lphomenew_cent ul li .y_newtextmain .y_title i{background: #f4f6f9; width: 20px; height: auto;display: block; margin-right: 15px; float: left;}
  12. .y_lphomenew_cent ul li .y_newtextmain .y_title span{font-size: 0.95rem; color: #333; display: block; float: left; width: 85%; font-weight: 600;line-height: 22px;}
  13. .y_lphomenew_cent ul li .y_newtextmain .y_text{ font-size: 0.9rem; color: #666; line-height: 20px;}
  14. .y_lphomenew_cent ul li .y_newtextmain .y_img{ margin-top: 10px;}
  15. .y_lphomenew_cent ul li .y_newtextmain .y_img i{ width: 31%; height: 80px; float: left; display: block;}
  16. .y_lphomenew_cent ul li .y_newtextmain .y_img img{ width: 100%; height: 100%;}
  17. .y_lphomenew_cent ul li .y_newtextmain .y_img i+i{ margin-left: 2%;}
  18. .y_newstext{ margin-top: 15px; background: #fff; padding: 15px 10px; border-radius: 5px; border: 1px solid #E4DDDD; position: relative;}
  19. .y_newstext em.list_tb{ position: absolute; left: -10px; top: 20px; width: 10px; height: auto;}
  20. .y_newstext em.list_tb img{ width: 100%;}
  21. .y_newstext em.list_tb2{ position: absolute; left: -31px; top: 20px; width: 10px; height: auto;}
  22. p.y_shijian{ font-size: 0.9rem; color: #999; margin-top: 10px;}
  23. /*媒体查询*/
  24. @media (max-width: 320px){
  25. .y_lphomenew_cent ul li .y_newtextmain .y_title span{ width: 85%;}
  26. }