style.css 1.1 KB

12345678910111213141516171819202122232425
  1. /**/
  2. .pu-box {min-width:1200px;}
  3. .pu-box > img {display:block;width:100%;}
  4. /**/
  5. .sign-box {position:relative;}
  6. .sign-box > img {display:block;width:100%;}
  7. .sign-inpt {position:absolute;top:0;left:50%;width:480px;margin-left:-240px;}
  8. .y_reduced_left {position:absolute;top:135px;width:100%;}
  9. .y_reduced_left input {height:40px;line-height:40px;border:none;background:rgba(0,0,0,0);font-size:14px;width:230px;}
  10. .y_reduced_left .m_form_input {border:1px solid #ccc;border-radius:10px;margin:0 90px 0 80px;}
  11. .y_reduced_left .m_form_input img {display:inline-block;width:18px;height:20px;vertical-align:middle;margin:0 15px;}
  12. .y_reduced_left .m_form_input + .m_form_input {margin-top:20px;}
  13. .y_reduced_left .m_form_btn {display:inline-block;background:#d4aa7a;width:410px;height:40px;line-height:40px;text-align:center;border-radius:30px;font-size:16px;color:#fff;position:relative;top:95px;padding:10px 15px;margin-left:19px;}
  14. .y_reduced_left .m_form_btn span {display:block;border:1px solid #be894d;height:100%;border-radius:30px;}
  15. .y_footmzsm,.y_footer {display:none;}
  16. /*ýÌå²éѯ*/
  17. @media screen and (max-width: 1599px) {
  18. .sign-box > img {width:100%;height:222px;}
  19. }