Blogger Information
Blog 6
fans 0
comment 0
visits 3793
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
补作业——0705作业
18年了要发呀
Original
616 people have browsed it

定位作业,写的不好,总感觉居中有别的办法
html

  1. <div class="zhezhao"></div>
  2. <div class="login">
  3. <div class="name">
  4. <label for="name">姓名</label>
  5. <input type="text" id="name">
  6. </div>
  7. <div class="address">
  8. <label for="address">地址</label>
  9. <input type="text" id="address">
  10. </div>
  11. <div class="but">
  12. <button>提交</button>
  13. </div>
  14. </div>

css

  1. body{
  2. background: url("../img/2018.png");
  3. background-size: cover;
  4. }
  5. .zhezhao{
  6. position: absolute;
  7. left: 0;
  8. top:0;
  9. width: 100%;
  10. height: 100%;
  11. background: black;
  12. opacity: 0.7;
  13. }
  14. .login{
  15. position: absolute;
  16. left: 50%;
  17. top: 50%;
  18. margin-top: -194px;
  19. margin-left: -175px;
  20. width: 300px;
  21. height: 300px;
  22. background: #FFFFFF;
  23. }
  24. .name,.address{
  25. width: 250px;
  26. line-height: 60px;
  27. padding-left: 25px;
  28. }
  29. .name label,.address label{
  30. width: 50px;
  31. }
  32. .name input,.address input{
  33. border: chartreuse 1px solid;
  34. width: 200px;
  35. }
  36. button{
  37. width: 150px;
  38. height: 30px;
  39. margin-left:75px;
  40. }
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post