当前位置: 首页 > 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.dtcms.com/a/224347.html

相关文章:

  • C++面试5——对象存储区域详解
  • IDM下载器 Internet Download Manager v6.42 Build 39
  • 深入理解设计模式之访问者模式
  • leetcode hot100刷题日记——34.将有序数组转换为二叉搜索树
  • 力扣HOT100之动态规划:152. 乘积最大子数组
  • C#数字图像处理(一)
  • 2、PyTorch基础教程:从张量到神经网络训练
  • FactoryBean 接口
  • 【HW系列】—溯源与定位—Linux入侵排查
  • 【razor】采集模块设置了窗体句柄但并不能直接渲染
  • 【基础算法】高精度(加、减、乘、除)
  • 用JS实现植物大战僵尸(前端作业)
  • 数据结构:栈(Stack)和堆(Heap)
  • LeetCode[110]平衡二叉树
  • 前端-不对用户显示
  • 域权限维持和后渗透密码收集
  • [VMM]现代 CPU 中用于加速多级页表查找的Page‐Table Entry原理
  • Qt SQL模块基础
  • 元胞自动机(Cellular Automata, CA)
  • CQF预备知识:一、微积分 -- 1.8.3 二元泰勒展开详解
  • 【Rust 轻松构建轻量级多端桌面应用】
  • 利用aqs构建一个自己的非公平独占锁
  • 【LUT技术专题】图像自适应3DLUT
  • 设计模式——原型设计模式(创建型)
  • Cypress + React + TypeScript
  • macOS 上安装运行 PowerShell
  • 电路图识图基础知识-常用仪表识图及接线(九)
  • uniapp uni-id Error: Invalid password secret
  • Oracle用户账号过期终极解决方案
  • 嵌入式学习笔记 - STM32 HAL库以及标准库内核以及外设头文件区别问题