博主信息
博文 19
粉丝 0
评论 0
访问量 15936
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
电脑端自适应布局
无名小辈
原创
647人浏览过
  1. html{
  2. font-size: 100px;
  3. }
  4. button{
  5. background-color: aqua;
  6. color: rgb(42, 19, 107);
  7. border: 0;
  8. outline: 0;
  9. font-size: 0.2rem;
  10. width: 0.6rem;
  11. height: 0.3rem;
  12. border-radius: 0.1rem;
  13. box-shadow: 2px 2px 2px #321232;
  14. }
  15. button:hover{
  16. cursor: pointer;
  17. opacity: 0.8;
  18. transition: 0.4s;
  19. color: rgb(218, 169, 255);
  20. background-color: rgb(2, 9, 15);
  21. }
  22. h2{
  23. font-size: 0.5rem;
  24. padding: 0;
  25. margin: 0;
  26. }
  27. /* img < 300 */
  28. @media (max-width:300){
  29. img {
  30. width: 300px;
  31. }
  32. }
  33. /* 301 < img < 500 */
  34. @media (min-width:301px) and (max-width:500px) {
  35. img {
  36. width: 400px;
  37. }
  38. }
  39. /* 501 < img < 900 */
  40. @media (min-width:501px) and (max-width:900px) {
  41. img {
  42. width: 450px;
  43. }
  44. }
  45. /* 901 < img < 1024 */
  46. @media (min-width:901px) and (max-width:1024px) {
  47. img {
  48. width: 500px;
  49. }
  50. }
  1. <body>
  2. <h2>电脑端自适应布局</h2>
  3. <button>but1</button>
  4. <button>but2</button>
  5. <button>but3</button>
  6. <div>
  7. <img src="1.png" alt="">
  8. </div>
  9. </body>
批改老师:PHPzPHPz

批改状态:合格

老师批语:
本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
作者最新博文
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学