1 Star 0 Fork 0

East月初Nemophilist/天气渲染

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
East月初Nemophilist 提交于 2022-12-08 18:22 . 项目终结
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>天知道</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<div class="wrap" id="app">
<div class="search_form">
<div class="logo"><img src="img/logo.png" alt="logo" /></div>
<div class="form_group">
<!-- 搜索框 -->
<input type="text" class="input_txt" placeholder="请输入查询的天气" />
<!-- 搜索按钮 -->
<button class="input_sub">搜 索</button>
</div>
<!-- 热门城市 -->
<div class="hotkey">
<!-- <a href="javascript:render('北京');">北京</a>
<a href="javascript:render('上海');">上海</a>
<a href="javascript:render('广州');">广州</a>
<a href="javascript:render('深圳');">深圳</a> -->
<a href="javascript:;">北京</a>
<a href="javascript:;">上海</a>
<a href="javascript:;">广州</a>
<a href="javascript:;">深圳</a>
</div>
</div>
<!-- 搜索结果 -->
<ul class="weather_list">
<!-- 列表项 -->
<li>
<div class="info_type"><span class="iconfont">小雨</span></div>
<div class="info_temp">
<b>低温 4℃</b>
~
<b>高温 13℃</b>
</div>
<div class="info_date"><span>3日星期一</span></div>
</li>
<li>
<div class="info_type"><span class="iconfont">中雪</span></div>
<div class="info_temp">
<b>低温 2℃</b>
~
<b>高温 6℃</b>
</div>
<div class="info_date"><span>4日星期二</span></div>
</li>
</ul>
</div>
<script src="./node_modules/axios/dist/axios.js"></script>
<script src="./index.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/EastyuechuNemophilist/weather-rendering.git
git@gitee.com:EastyuechuNemophilist/weather-rendering.git
EastyuechuNemophilist
weather-rendering
天气渲染
master

搜索帮助