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

静态页面仿写

成果图

相关代码

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>质量管理与评估中心</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "微软雅黑", sans-serif;
}
.top-banner {
background-color: #1a365d;
color: white;
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 50px;
}
.logo-title {
display: flex;
align-items: center;
gap: 15px;
}
.logo {
width: 100%;
height: 80px;
border-radius: 50%;
overflow: hidden;
}
.logo img {
width: 100%;
height: 100%;
object-fit: cover;
}
.title h1 {
font-size: 22px;
font-weight: normal;
}
.title p {
font-size: 14px;
opacity: 0.9;
}
.search-box {
display: flex;
align-items: center;
gap: 5px;
}
.search-box input {
padding: 6px 10px;
border: none;
border-radius: 4px;
outline: none;
}
.search-box button {
background-color: #3b82f6;
color: white;
border: none;
width: 36px;
height: 36px;
border-radius: 4px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.nav {
background-color: #1e40af;
display: flex;
justify-content: center;
}
.nav ul {
list-style: none;
display: flex;
}
.nav a {
color: white;
text-decoration: none;
padding: 15px 35px;
display: block;
font-size: 15px;
}
.nav a:hover {
background-color: #1e3a8a;
}
.carousel {
width: 100%;
overflow: hidden;
position: relative;
}
.carousel img {
width: 100%;
height: auto;
display: block;
}
.carousel .dots {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 8px;
}
.carousel .dot {
width: 12px;
height: 12px;
background-color: rgba(255,255,255,0.7);
border-radius: 50%;
cursor: pointer;
}
.carousel .dot.active {
background-color: white;
}
</style>
</head>
<body>
<div class="top-banner">
<div class="logo-title">
<div class="logo">
<img src="https://p9-flow-imagex-sign.byteimg.com/tos-cn-i-a9rns2rl98/eabe46e3861c405fbca9621e22d3df7f.png~tplv-a9rns2rl98-image.png?lk3s=8e244e95&rcl=20260120193240F59CB7754C9795062BE4&rrcfp=dafada99&x-expires=2085132760&x-signature=bjZzi6aoFmQo%2BsJgcRAIPAWxe%2FA%3D" alt="南宁理工学院校徽">
</div>
<div class="title">
<h1>质量管理与评估中心</h1>
<p>Quality Management and Evaluation Center,Nanning College of Technology</p>
</div>
</div>
<div class="search-box">
<input type="text" placeholder="搜索...">
<button>🔍</button>
</div>
</div>

<nav class="nav">
<ul>
<li><a href="#">网站首页</a></li>
<li><a href="#">机构设置</a></li>
<li><a href="#">质量监控</a></li>
<li><a href="#">教学评估</a></li>
<li><a href="#">文件制度</a></li>
<li><a href="#">下载中心</a></li>
<li><a href="#">学校首页</a></li>
</ul>
</nav>

<div class="carousel">
<img src="https://p3-flow-imagex-sign.byteimg.com/tos-cn-i-a9rns2rl98/080839d3ccd748ed85b5ee06ee72ba10.png~tplv-a9rns2rl98-image.png?lk3s=8e244e95&rcl=20260120192508CEB9B652F9E23109EA1B&rrcfp=dafada99&x-expires=2085132308&x-signature=XxfLKRvXn8aZr8woaffPUCid9I0%3D" alt="南宁理工学院大门">
<div class="dots">
<div class="dot active"></div>
<div class="dot"></div>
</div>
</div>
</body>
</html>

http://www.cnnetsun.cn/news/724015.html

相关文章:

  • 自动驾驶乘客反馈系统:实时情绪识别部署教程
  • 不用API调用!Hunyuan-MT-7B-WEBUI私有化部署真香
  • NVIDIA 7B推理模型:数学代码解题新王者
  • 微信防撤回补丁使用指南:轻松解决撤回困扰
  • DeepSeek-Prover-V2:AI攻克数学定理证明新标杆
  • UI-TARS桌面助手:用语音指令彻底解放双手的智能操作革命
  • ImageGPT-medium:像素预测驱动的AI图像生成新方法
  • YOLOv11为何这么火?目标检测精度提升揭秘教程
  • 腾讯混元A13B-FP8开源:130亿参数劲显800亿性能
  • 开源模型新选择:YOLO11高性能部署实战评测
  • StepVideo-T2V-Turbo:15步生成204帧视频的AI工具
  • i茅台智能预约系统:从手动抢购到自动化预约的终极解决方案
  • Z-Image-Turbo云端部署:阿里云ECS+CSDN镜像快速上线教程
  • Paraformer-large如何做压力测试?JMeter集成实战
  • SGLang真实体验:复杂逻辑编程变得如此简单
  • Qwen2.5-VL 32B-AWQ:智能视频分析与视觉定位工具
  • Qwen3-0.6B-FP8:0.6B参数玩转智能双模推理
  • 如何用麦橘超然生成高细节角色?实战案例分享
  • 网关相关内容介绍
  • HunyuanVideo-Avatar:如何用音频让头像开口说活?
  • 通义千问CLI工具5大核心功能详解:如何快速掌握AI助手使用技巧
  • 易元AI 2026 升级:让投放素材生产流,更智能、更规模化
  • GLM-4.5V-FP8开源:免费体验全能视觉推理神器
  • Android自动化神器AutoX:2024终极指南与实战手册
  • Qwen-Image-2512企业合规部署:数据隐私与模型审计实战方案
  • Qwen3-32B-MLX-8bit:双模式智能切换的AI推理新选择
  • 【毕业设计】SpringBoot+Vue+MySQL 宠物领养系统平台源码+数据库+论文+部署文档
  • 终极免费OpenAI API密钥完整获取指南:5分钟快速解锁AI超能力
  • AndroidGen-GLM-4:AI零标注玩转安卓应用新工具
  • Campus-iMaoTai:i茅台自动预约完整教程与最佳实践