sale.css 438 B

12345678910111213141516171819
  1. #saomiao input{
  2. margin-top:50px;
  3. height: 70px;
  4. /*padding:70px*/
  5. /*width: 350px;*/
  6. width: 100%;
  7. border: 3px solid #4d42f5;
  8. background: #444444;
  9. }
  10. .logodiv{
  11. height: 50px;
  12. width: 150px;
  13. background: #18c8f6;
  14. background:url("../img/logotest.jpg") no-repeat center fixed;
  15. -webkit-background-size: cover;
  16. -moz-background-size: cover;
  17. -o-background-size: cover;
  18. background-size: cover
  19. }