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

简易html静态网页

成都文理学院实训平台:

<!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{ width: 1500px; height: 1500px; } .box1{ width: 1500px; height: 100px; } .box12{ width: 400px; height: 100px; float: left; } .box13{ width: 250px; height: 100px; text-align: center; line-height: 100px; float: left; } .box14{ width: 250px; height: 100px; line-height: 100px; float: left; } .box15{ width: 250px; height: 100px; line-height: 100px; float: left; font-size: large; } .box15{ width: 250px; height: 100px; line-height: 100px; float: left; font-size: large; } .item{ width: 125px; height: 50px; margin-top: 21px; line-height: 35px; text-align: center; background-color: aqua; } .item2{ width: 125px; height: 50px; margin-top: 21px; line-height: 35px; text-align: center; background-color: rgb(225, 81, 122); float: left; } .picture{ width: 1500px; height: 546px; } .gongkai{ width: 200px; height: 50px; } span{ font-size: xx-large; font-weight: 1000; } .class1{ width: 1500px; height: 300px; float: left; } .class2{ width: 1500px; height: 300px; float: left; } .class11{ width: 370px; height: 300px; float: left; } .class12{ width: 370px; height: 300px; float: left; } .class13{ width: 370px; height: 300px; float: left; } .class14{ width: 370px; height: 300px; float: left; } .class21{ width: 370px; height: 300px; float: left; } .class22{ width: 370px; height: 300px; float: left; } .class23{ width: 370px; height: 300px; float: left; } .class24{ width: 370px; height: 300px; float: left; } </style> </head> <body> <div class="box"> <div class="box1"> <div class="box12"><img src="https://s3.canghuikeji.com/upfiles/kmUUpz1Efzaqbq4Rajg9.png" alt=""></div> <div class="box13"> <b><big>首页</big></b> &nbsp;&nbsp;&nbsp; <b><big>全部课程</big></b> &nbsp;&nbsp; &nbsp; <b><big>公开课</big></b> &nbsp;&nbsp; &nbsp; </div> <div class="box14"> <input type="text" name="keyword" style="width: 150px;" placeholder="请输入课程名称" value="" class="inp"> <span class="icon"></span> <input type="submit" value=" " class="btn"> </div> <div class="box15"> <div class="item"><a href="/manage/index" class="btn1">教师登录</a></div> </div> <div class="16"> <div class="item2"><a href="/user/login" class="btn2">学生登录</a></div> </div> </div> <div class="picture"> <img width="1500px" src="./zxshixun.cdcas.com_ (1).png" ></div> <div class="gongkai"> <span> 公开课 </span> </div> <div class="class1"> <div class="class11"><img width="375px" src="https://s3.canghuikeji.com/upfiles/1718615411292.png" alt=""><b><big><big>儿童口腔医学</big></big></b>&nbsp;&nbsp;&nbsp;&nbsp;成都文理学院实训平台</div> <div class="class11"><img width="375px" src="https://s3.canghuikeji.com/upfiles/1718694395881.jpg" alt=""><b><big><big>投资经济学</big></big></b>&nbsp;&nbsp;&nbsp;&nbsp;成都文理学院实训平台</div> <div class="class11"><img width="375px" src="https://s3.canghuikeji.com/upfiles/1718689537441.png" alt=""><b><big><big>玩具设计</big></big></b>&nbsp;&nbsp;&nbsp;&nbsp;成都文理学院实训平台</div> <div class="class11"><img width="375px" src="https://s3.canghuikeji.com/upfiles/1718766927847.jpg" alt=""><b><big><big>和声学</big></big></b>&nbsp;&nbsp;&nbsp;&nbsp;成都文理学院实训平台</div> </div> <div class="class2"> <div class="class11"><img width="375px" src="https://s3.canghuikeji.com/upfiles/1718676140846.png" alt=""><b><big><big>劳动教育</big></big></b>&nbsp;&nbsp;&nbsp;&nbsp;成都文理学院实训平台</div> <div class="class11"><img width="375px" src="https://s3.canghuikeji.com/upfiles/1718612937065.jpg" alt=""><b><big><big>投资学</big></big></b>&nbsp;&nbsp;&nbsp;&nbsp;成都文理学院实训平台</div> <div class="class11"><img width="375px" src="https://s3.canghuikeji.com/upfiles/1718778321619.jpg" alt=""><b><big><big>程光学</big></big></b>&nbsp;&nbsp;&nbsp;&nbsp;成都文理学院实训平台</div> <div class="class11"><img width="375px" src="https://s3.canghuikeji.com/upfiles/1718764519828.jpg" alt=""><b><big><big>智能制造</big></big></b>&nbsp;&nbsp;&nbsp;&nbsp;成都文理学院实训平台</div> </div> </div> </body> </html>

实训平台登录界面:

<!DOCTYPE html> <html> <head> <title>成都文理学院登录</title> <style> .head{ width: 1500px; height: 100px; } .body{ width: 1500px; height: 800px; float: left; } .picture{ width: 800px; height: 560px; float: left; } .join{ background-image: url(https://zxshixun.cdcas.com/static/login/images/loginnew-box.jpg); width: 690px; height: 500px; text-shadow: 10px 10px 10px rgb(216, 196, 196); display: flex; align-items: center; justify-content: center; float: left; } </style> </head> <body> <div class="head"> <img src="https://s3.canghuikeji.com/upfiles/kmUUpz1Efzaqbq4Rajg9.png" alt=""></div> <div class="body"> <div class="picture"> <img width="800px" height="500px" src="https://zxshixun.cdcas.com/static/login/images/loginnew-img.jpg" alt=""></div> <div class="join"> <form action=""> <h2>学生登录</h2> <label for="username">用户名:</label><br> <input type="text" id="username" name="username"><br> <label for="password">密码:</label><br> <input type="password" id="password" name="password"><br><br> <input type="submit" value="登录"> </form> </div> </div> </body> </html>
http://www.cnnetsun.cn/news/3460660.html

相关文章:

  • Vue3中customRef详解
  • 高级调试指南:PyTorch Elastic常见故障排除与性能优化终极教程
  • 情感 AI 的多模态对话架构:文本、语音与表情信号的协同推理设计
  • Shiply Kuikly动态化适用场景解析
  • Cantera输运性质计算:气体、液体与等离子体输运模型全解析
  • Codex AI编程助手核心能力与工程实践指南
  • React 状态不可变更新的性能代价:immer、structuredClone 与手动拷贝对比
  • Redis 三种部署方式:Windows、Linux、Docker 安装与配置详解
  • 英雄联盟对局先知:数据驱动的队友实力评估系统
  • Cursor支付Webhook重试机制失效真相:Nginx超时配置、云函数冷启动、幂等键设计三重陷阱(生产环境崩溃前最后24小时复盘)
  • 美的智能设备本地控制终极指南:3分钟实现Home Assistant集成方案
  • Continue插件:3种方法让JetBrains IDE的AI编程助手完美适配你的开发习惯
  • 如何通过脚本化串口调试工具解决嵌入式开发中的通信测试难题
  • 勋章!生物信息学6大技术时代
  • Alexa Fluor 647标记的GPC3 Fc嵌合蛋白在肝癌研究中的应用价值
  • 2026天津复读择校避坑指南|不同分数段如何精准匹配?5所院校适配性全解析
  • SurfSense实战指南:如何用国产大模型构建智能研究助手
  • Bluetooth-jammer-esp32硬件选择:NRF24L01模块选购与兼容性指南
  • Fooocus:如何解决AI图像生成复杂性的智能方案
  • DLSS Swapper终极指南:轻松管理DLSS、FSR、XeSS动态链接库
  • 企业级AI助手选型指南(Claude vs GPT-4 vs Gemini):基于127家 tech 团队实测数据的决策框架
  • 使用VibeThinker-3B-OptiQ-4bit进行推理任务:代码生成与对话应用实践
  • 3个秘密技巧:让Cursor AI编辑器永远免费使用
  • 如何用LLCOM的Lua脚本自动化彻底改变你的串口调试工作流
  • 为什么你的Ollama量化模型总崩?内存溢出、KV缓存错位、tokenizer失准——三大底层机制漏洞深度溯源
  • 【小程序计算机毕业设计案例】基于小程序的乡镇智慧就医便民服务系统 基层医疗机构医患互动管理平台的设计与实现(程序+文档+讲解+定制)
  • 26 分钟不谈 GPU:Agent 时代的核心竞争力,藏在 Harness 工程里
  • 【小程序毕业设计】平价临期零食购物小程序的设计与实现 基于 SpringBoot + 微信小程序的临期食品溯源售卖系统(源码+文档+远程调试,全bao定制等)
  • Agent上下文污染:如何让AI不健忘
  • 应对医疗数据分析挑战:MIMIC代码库的实战指南