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

web-前端小实验7

实现以上图片中内容 

代码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>搜索框</title>
    <style>
        .search-container {
               display: flex;
               align-items: center;
               background-color: #fcf8f8;
               padding: 5px;
               border-radius: 5px;
               border: 1px solid #0f0f0f;
           }
        .search-input {
               border: none;
               color: #333;
               font-size: 14px;
               padding: 3px;
               width: 150px; 
           }
        .search-icon {
               width: 16px;
               height: 16px;
               fill: #333;
               margin-right: 8px;
           }
        .search-container:hover {
               border-color: #666; 
           }
        .search-container:focus-within {
               border-color: #141414; 
           }
       </style>
  </head>
  <body>
      <div class="search-container">
          <img width="15" height="15" src="F:\web-前端\a.png">
          <input type="text" class="search-input" placeholder="音乐/视频/电台/用户">
      </div>
  </body>
  </html>

运行结果如下:


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

相关文章:

  • 如何在Jupyter中快速切换Anaconda里不同的虚拟环境
  • 源码安装httpd2.4
  • C#图表性能的巅峰之选:LightningChart®.NET
  • day10_Structured Steaming
  • C++中引用参数与指针参数的区别与联系详解
  • RTDETR融合[WACV 2024]的MetaSeg中的gmb模块
  • nginx 实现 正向代理、反向代理 、SSL(证书配置)、负载均衡 、虚拟域名 ,使用其他中间件监控
  • arcgis提取不规则栅格数据的矢量边界
  • 微信小程序集成Vant Weapp移动端开发的框架
  • LeetCode题练习与总结:01 矩阵--542
  • 构建优雅、高效的 Nodejs 命令行工具 - Archons
  • day13-第一次摸底考试题及讲解
  • L2 正则化(权重衰减)
  • 优化 MySQL 的慢查询
  • WPF系列十二:图形控件CombinedGeometry
  • 42_Lua table表
  • 【拒绝算法PUA】3065. 超过阈值的最少操作数 I
  • Spring Boot 2 学习全攻略
  • w~大模型~合集27
  • 托宾效应和托宾q理论。简单解释
  • uniapp 发布后原生img正常,image无法显示,img与uniapp image使用区别
  • 【Block总结】Conv2Former的Block,结合卷积网络和Transformer的优点|即插即用
  • 视频超分(VSR)论文阅读记录/idea积累(一)
  • 【学术会议指南】方向包括遥感、测绘、图像处理、信息化教育、计算机技术、通信、大数据、人工智能、机械设计、仿真...可线上参与
  • Oracle重启后业务连接大量library cache lock
  • 【web靶场】之upload-labs专项训练(基于BUUCTF平台)