lanbowan.css 1.7 KB

1234567891011121314151617181920212223242526272829303132
  1. /* 手机端最外层*/
  2. body{background:#FFF;}
  3. .max_box{max-width:750px;margin:0 auto;overflow:hidden;position:relative;z-index:10;}
  4. .m_img{width:100%;position:relative;}
  5. .m_img img{width:100%;display:block;}
  6. .m_img p{width:51%;height:24%;position:absolute;bottom:-1px;left:27%;font-size:0.875rem;color:#FFB928;text-align:center;
  7. display:flex;align-items:center;justify-content:center;
  8. }
  9. .m_signup_box{border:1px solid;position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;display:none;}
  10. .m_signup_zhez{width:100%;height:100%;background:rgba(0, 0, 0, 0.5);}
  11. .m_signup{width:80%;position:absolute;top:50%;left:50%;margin-left:-40%;margin-top:-192px;}
  12. .m_signup form{width:85%;height:49%;position:absolute;top:25%;left:10%;}
  13. .m_signup_bj{width:100%;display:block;}
  14. .m_signup_input{background:#FFF;border-radius:50px;height:19%;width:86%;margin:auto;}
  15. .m_signup_input img{width:15px;float:left;margin-top:4%;margin-left:6%;}
  16. .m_signup_input input{width:75%;float:left;margin-left:5%;height:100%;border:0;font-size:0.8125rem;color:#BC7439;}
  17. .m_signup_input input::-webkit-input-placeholder {color:#BC7439;} /* WebKit, Blink, Edge */
  18. .m_signup_input input:-moz-placeholder {color:#BC7439;} /* Mozilla Firefox 4 to 18 */
  19. .m_signup_input input::-moz-placeholder {color:#BC7439;} /* Mozilla Firefox 19+ */
  20. .m_signup_input input:-ms-input-placeholder { color:#BC7439;}/* Internet Explorer 10-11 */
  21. .m_button{position:absolute;bottom:0;left:0;width:100%;height:20%;z-index:100;}
  22. .m_signup_gb{width:10%;height:8%;position:absolute;bottom:0;left:50%;border-radius:100px;margin-left:-5%;}
  23. .m_suspension{position:fixed;top:50%;right:0;width:35px;margin-top:-37px;}
  24. .m_suspension img{width:100%;display:block;}