当前位置: 首页 > article >正文

web前端第八次作业---制作音乐榜单

制作音乐榜单

代码:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        .box_big{
            width: 1200px;
            height: 400px;
            border: 0px solid red;
            width: auto;
        }

        .box_small{
            width: 150px;
            height: 150px;
            box-shadow: -10px 10px 10px rgb(37, 36, 36);
           
            
        }

        ol,ul{
            list-style: none;/*  list-style: none 去掉ol(有序列表)ul(无序列表)前面的点*/
        }


        .box{
            width: 240px;
            height: 150px;
            border: 0px solid red;
            margin: auto;
            padding: 25px;
            background-color: rgba(230, 230, 239, 0.973);
            
            
        }

        .box1{
            width: 288px;
            height: 35px;
            border: 0px solid rgb(9, 240, 82);
            margin: auto; 
            background-color: rgb(210, 211, 214);
        }

        .box2{
            width: 288px;
            height: 35px;
            border: 0px solid rgb(51, 9, 240);
            margin: auto; 
            background-color: rgba(230, 230, 239, 0.973);
        }

        

        .box3{
            width: 85px;
            height: 45px;
            border: 0px solid red;
           

        }

        .bsb{
            width: 85px;
            height: 100px;
            border: 0px solid green;
            float: right;/*右浮动*/
            margin:0px 0px 0px 3.5px ;
        }
        .color{
            color: brown;
        }


    </style>
</head>
<body>
    <div class="box_big">
        <div class="box">
           <img class="box_small" src="https://p3.music.126.net/DrRIg6CrgDfVLEph9SNh7w==/18696095720518497.jpg">
           <div class="bsb"><p></p><strong>飙升榜</strong><img class="box3" src="/img/微信截图_20250114014228.png"></div>
           
        </div>
        
        <div class="box1">&nbsp;<strong class="color">1</strong>&nbsp;不重逢</div>
        <div class="box2">&nbsp;<strong class="color">2</strong>&nbsp;温暖的房子</div>
        <div class="box1">&nbsp;<strong class="color">3</strong>&nbsp;永不熄灭的火焰</div>
        <div class="box2">&nbsp;4&nbsp;怪诞心理学</div>
        <div class="box1">&nbsp;5&nbsp;不重逢</div>
        <div class="box2">&nbsp;6&nbsp;不重逢</div>
        <div class="box1">&nbsp;7&nbsp;不重逢</div>
        <div class="box2">&nbsp;8&nbsp;不重逢</div>
        <div class="box1">&nbsp;9&nbsp;不重逢</div>
        
    </div>
    
</body>
</html>

运行结果:


http://www.kler.cn/a/507121.html

相关文章:

  • AIGC时代 | 探索AI Agent的奥秘:四种设计模式引领未来智能趋势
  • 单片机存储器和C程序编译过程
  • 【Linux】Mysql部署步骤
  • 微信小程序订阅消息提醒-云函数
  • salesforce url button如何引用lightning component
  • STM32 FreeRTOS时间片调度---FreeRTOS任务相关API函数---FreeRTOS时间管理
  • Unity WebGL:本机部署,运行到手机
  • 手摸手系列之 Java 通过 PDF 模板生成 PDF 功能
  • 专业140+总分410+宁波大学829信号与系统考研经验宁大电子信息与通信工程,真题,大纲,参考书。
  • 卷积神经网络的底层是傅里叶变换
  • CSS中的accent-color如何使用
  • SQL Server查询计划操作符——查询计划相关操作符(4)
  • Swift 专题二 语法速查
  • 如何调用短信服务接口给自己的网站设置短信验证码功能
  • IntelliJ IDEA:享受高效的 JAVA 开发
  • 苹果电脑怎么清理后台,提升苹果电脑运行速度
  • 如何在浏览器前端运行Python程序
  • C#与Vue2上传下载Excel文件
  • 《Keras 3 神经网络紧凑型卷积转换器(Transformers)》
  • 【python小知识】安装ta-lib遇到的问题
  • RabbitMQ中有哪几种交换机类型?
  • 网络安全 | 什么是威胁情报?
  • Oracle分析工具-Logminer
  • 面试的问题
  • HTML中link的用法
  • Hive中没有超级管理员,如何进行权限控制