Blogger Information
Blog 6
fans 0
comment 0
visits 2940
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0702 作业请求老师审批
移动用户-1604798
Original
508 people have browsed it
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Document</title>
  8. <style>
  9. * {
  10. padding: 0;
  11. margin: 0;
  12. box-sizing: border-box;
  13. }
  14. :root {
  15. font-size: 10px;
  16. }
  17. body {
  18. font-size: 1.6rem;
  19. height: 10000px;
  20. }
  21. .kai {
  22. width: 50em;
  23. height: 20em;
  24. background-color: aqua;
  25. position: fixed;
  26. }
  27. .kai2 {
  28. width: 10em;
  29. height: 6em;
  30. background-color: pink;
  31. display: inline-block;
  32. }
  33. .kai3 {
  34. position: fixed;
  35. top: 7em;
  36. }
  37. .blue {
  38. background-color: blue;
  39. }
  40. .red {
  41. background-color: red;
  42. }
  43. .kai4 {
  44. position: fixed;
  45. top: 14em;
  46. }
  47. .kai8 img{
  48. position: fixed;
  49. top: 8em;
  50. left: 40em;
  51. }
  52. .kai8 {
  53. position: relative;
  54. }
  55. .kai8 a {
  56. position: fixed;
  57. top: 13em;
  58. left: 39.5em;
  59. }
  60. </style>
  61. </head>
  62. <body>
  63. <div class="kai">
  64. <div class="kai2"></div>
  65. <div class="kai2"></div>
  66. <div class="kai2"></div>
  67. </div>
  68. <div class="kai3">
  69. <div class="kai2 blue"></div>
  70. <div class="kai2 blue"></div>
  71. <div class="kai2 blue"></div>
  72. </div>
  73. <div class="kai4">
  74. <div class="kai2 red"></div>
  75. <div class="kai2 red"></div>
  76. <div class="kai2 red"></div>
  77. </div>
  78. <div class="kai8">
  79. <img width="50px" src="https://img2.baidu.com/it/u=2595142935,2214862707&fm=26&fmt=auto&gp=0.jpg" alt="">
  80. <a href="">联系客服</a>
  81. </div>
  82. </body>
  83. </html>

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!