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

day07

这就是今天要实现的效果图(颜色提取推荐使用snipaste)

在这里插入图片描述

代码(仅供参考,不喜勿喷, 可以在评论区展示作品)

<html><head><script src="//at.alicdn.com/t/c/font_4930922_qnjgmb4frw.js"></script><style>/* Write your CSS code here */body {background-color: rgb(240, 243, 251);display: flex;}.outer {width: 600px;height: 400px;margin: auto;display: flex;flex-direction: column;justify-content: space-around;}.first {background-color: white;height: 40px;display: flex;justify-content: space-between;box-shadow: 0px 5px 5px 0px #00000047;}.second {background-color: rgb(21, 22, 38);height: 40px;display: flex;justify-content: space-between;box-shadow: 0px 5px 5px 0px #00000047;color: white;}.third {background-color: white;height: 40px;display: flex;justify-content: space-between;box-shadow: 0px 5px 5px 0px #00000047;border-radius: 20px;}.four {background-color: rgb(21, 22, 38);height: 40px;display: flex;justify-content: space-between;box-shadow: 0px 5px 5px 0px #00000047;color: white;border-radius: 20px;}.five {background-color: white;height: 40px;display: flex;justify-content: center;box-shadow: 0px 5px 5px 0px #00000047;}.six {background-color: rgb(21, 22, 38);height: 40px;display: flex;justify-content: center;box-shadow: 0px 5px 5px 0px #00000047;color: white;}.svg1 {width: 30px;height: 30px;padding: 5px;}span {display: inline-block;line-height: 40px;margin-left: 10px;}.svg2 {width: 20px;margin-right: 10px;}.svg2:hover {cursor: pointer;}</style></head><body><div class="outer"><div class="first"><div style="display: flex"><svg class="svg1" aria-hidden="true"><use xlink:href="#icon-wancheng"></use></svg><span>File has been removed successfuly.</span></div><svg class="svg2" aria-hidden="true"><use xlink:href="#icon-guanbi"></use></svg></div><div class="second"><div style="display: flex"><svg class="svg1" aria-hidden="true"><use xlink:href="#icon-wancheng"></use></svg><span>File has been removed successfuly.</span></div><svg class="svg2" aria-hidden="true"><use xlink:href="#icon-guanbi"></use></svg></div><div class="third"><div style="display: flex"><svg class="svg1" aria-hidden="true"><use xlink:href="#icon-wancheng"></use></svg><span>File has been removed successfuly.</span></div><svg class="svg2" aria-hidden="true"><use xlink:href="#icon-guanbi"></use></svg></div><div class="four"><div style="display: flex"><svg class="svg1" aria-hidden="true"><use xlink:href="#icon-wancheng"></use></svg><span>File has been removed successfuly.</span></div><svg class="svg2" aria-hidden="true"><use xlink:href="#icon-guanbi"></use></svg></div><div class="five"><div style="display: flex"><svg class="svg1" aria-hidden="true"><use xlink:href="#icon-wancheng"></use></svg><span>File has been removed successfuly.</span></div></div><div class="six"><div style="display: flex"><svg class="svg1" aria-hidden="true"><use xlink:href="#icon-wancheng"></use></svg><span>File has been removed successfuly.</span></div></div></div></body></html>
http://www.xdnf.cn/news/742771.html

相关文章:

  • c/c++的opencv车牌识别
  • vscode不满足先决条件问题的解决——vscode的老版本安装与禁止更新(附安装包)
  • 5.2 初识Spark Streaming
  • 进程间通信IV System V 系列(linux)
  • 机器学习与深度学习06-决策树02
  • C++23 已弃用特性
  • 前端面试准备-4
  • 细说C语言将格式化输出打印至标准输出流的函数 printf、_printf_l、wprintf、_wprintf_l
  • 第十五篇:MySQL 高级实战项目:构建高可用、可观测、性能优化一体化数据库平台
  • AI预测3D新模型百十个定位预测+胆码预测+去和尾2025年5月31日第94弹
  • 流媒体基础解析:音视频封装格式与传输协议
  • Kafka数据怎么保障不丢失
  • 深拷贝和浅拷贝
  • leetcode77.组合:回溯算法中for循环与状态回退的逻辑艺术
  • tmux基本原理
  • OpenLayers 图形交互编辑
  • Redis最佳实践——安全与稳定性保障之访问控制详解
  • VMware-workstation安装教程--超详细(附带安装包)附带安装CentOS系统教程
  • 【Docker项目实战篇】Docker部署PDF查看器PdfDing
  • Maestro CLI云端测试以及github cl,bitrise原生cl的测试流程
  • Azure DevOps 管道部署系列之二IIS
  • 腾讯面试手撕题:返回行递增有序矩阵第k小的元素
  • 【教学类-36-10】20250531蝴蝶图案描边,最适合大小(一页1图1图、2图图案不同、2图图案相同对称)
  • C++ 重载(Overload)、重写(Override)、隐藏(Hiding) 的区别
  • LiquiGen流体导入UE
  • STM32 HAL库函数学习 CRC篇
  • Linux系统编程之共享内存
  • 在QT中,利用charts库绘制FFT图形
  • MAC软件游戏打开提示已损坏
  • MATLAB实战:机器学习分类回归示例