Files
ClassContent/历届学生/苏琪/项目练习/weather/index.html
2024-09-27 02:06:13 +08:00

79 lines
2.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta content="telephone=no" name="format-detection" />
<link rel="stylesheet" href="./css/ydui.css" />
<script src="./js/ydui.flexible.js"></script>
<link rel="stylesheet" href="./css/clear.css">
<link rel="stylesheet" href="./css/public.css">
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div class="drop-menu">
<div class="header">
<p class="title_city"></p>
<svg class="icon open-drap" aria-hidden="true">
<use xlink:href="#icon-caidan"></use>
</svg>
</div>
<div class="main">
<div class="content">
<div class="content_top">
<h2></h2>
<p></p>
</div>
<div class="content_today">
<ul>
</ul>
</div>
<div class="content_future">
<ul>
</ul>
</div>
</div>
</div>
<div class="menu">
<div class="menu_center">
<input type="text" placeholder="请输入您的城市..">
<ul>
</ul>
<div class="history">
<div class="his_info">
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="./js/ydui.js"></script>
<script src="./js/font.js"></script>
<script src="./js/util.js"></script>
<script src="./js/index.js"></script>
<script>
!function ($) {
$('#J_Btn').on('click', function () {
/* 使用js模块以dialog为例 */
YDUI.dialog.alert('我有一个小毛驴我从来也不骑!');
});
}(jQuery);
</script>
</body>
</html>