index.css 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  1. body{ background: #75071d; max-width: 640px; margin: 0 auto;}
  2. .yztHome_head{ width: 100%; height: auto;}
  3. .yztHome_head p.allt_p{position: relative;}
  4. .yztHome_head img{ width: 100%; height: auto;}
  5. .yztHome_box{ background: #fff; width: 95%; margin: 0 auto;}
  6. .box_title{ width: 70%; height: auto; margin: 0px auto; padding: 15px 0;}
  7. .box_title img{ width: 100%; height: auto;}
  8. .yztHome_list{ width: 95%; margin: 0 auto;}
  9. .yztHome_lp{background: #fff; box-shadow: 0 0 20px 0 #ccc; margin-top: 20px; padding: 15px 0;}
  10. .yztHome_lp{ width: 100%;}
  11. .yztHome_lp .lp_tu{ width: 100%; height: auto;}
  12. .yztHome_lp .lp_tu img{ width: 100%; height: auto;}
  13. .yztHome_lp .lp_text{ width: 100%; height: auto; margin-top: 5px;}
  14. .yztHome_lp .lp_text img{ width: 100%; height: auto;}
  15. .yztHome_lp .lp_bottom{ margin-top: 10px; text-align: center;}
  16. .yztHome_lp .lp_bottom a{ display: inline-block; width: 37%;}
  17. .yztHome_lp .lp_bottom a img{ width: 100%;}
  18. .yztHome_lp .lp_bottom a+a{ margin-left: 20px;}
  19. .yztHome_lp2{ margin-top: 40px;}
  20. .yztHome_list2{ margin-top: 60px;}
  21. .Footapply{ position: relative;}
  22. .Footapply_box{background: #fff; width: 95%; margin: 0 auto;}
  23. .Footapply_box p.title{ width: 70%; margin: 0 auto;}
  24. .Footapply_box p.title img{width: 100%; height: auto;}
  25. .foot_main{ width: 70%; margin: 0 auto; margin-top:20px; position: relative; z-index: 2;}
  26. .foot_main .in_text{ text-align: center; width: 100%; height: 40px; border-radius: 30px; border:none; background: #f1f1f1; font-size: 1rem; color: #666;}
  27. .foot_main .a_buttom{width: 100%; height: 40px; display: block; text-align: center; line-height: 40px; background: #e00d2b; color: #fff; font-size: 1.2rem; font-weight: 600; border-radius: 30px; margin-top: 25px;}
  28. .bg_img{ width: 100%; height: auto; position: absolute;left: 0px; bottom: 0px; z-index: 1;}
  29. .bg_img img{ width: 100%;height: auto;}