Fei_Xian_Lin_Ye_Fang_Huo/public/widgets/customLocation/view.html

92 lines
3.3 KiB
HTML
Raw Normal View History

2023-08-18 08:55:52 +08:00
<!DOCTYPE html>
<html class="no-js css-menubar" lang="zh-cn">
<head>
<title>快速定位页面</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- 移动设备 viewport -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui">
<meta name="author" content="Wix.Hopetry">
<!-- 360浏览器默认使用Webkit内核 -->
<meta name="renderer" content="webkit">
<!-- Chrome浏览器添加桌面快捷方式安卓 -->
<link rel="icon" type="image/png" href="../../img/favicon/favicon.png">
<meta name="mobile-web-app-capable" content="yes">
<!-- Safari浏览器添加到主屏幕IOS -->
<link rel="icon" sizes="192x192" href="img/favicon/apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="HT">
<!-- Win8标题栏及ICON图标 -->
<link rel="apple-touch-icon-precomposed" href="../../img/favicon/apple-touch-icon.png">
<meta name="msapplication-TileImage" content="../../img/favicon/app-icon72x72@2x.png">
<meta name="msapplication-TileColor" content="#62a8ea">
<!-- 第3方lib引入 -->
<script type="text/javascript" src="../../lib/include-lib.js?time=20210329" libpath="../../lib/"
include="jquery,font-awesome,bootstrap,admui-frame"></script>
<link href="style/city-picker.css" rel="stylesheet" />
<link href="../../css/widget-win.css" rel="stylesheet" />
<style>
.toolsbar-tlist {
font-size: 13px;
padding: 4px;
border-bottom: solid 1px #CCCCCC;
}
.xzqh-back {
float: right;
text-decoration: none;
padding: 0 5px;
}
.diswrapper{
margin-top: 5px;
}
.diswrapper span{
display: inline-block;
padding: 8px 22px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
color: #ccc;
text-align: center;
outline: 0;
text-decoration: none;
cursor: pointer;
font-size: 13px;
margin-bottom: -1px;
border-bottom: 1px solid #ccc;
}
.diswrapper span:hover{
opacity: 1;
color:#62a8ea;
}
</style>
</head>
<body >
<div class="toolsbar-tlist">
地区:<span id="cityname"></span>
&nbsp;&nbsp;<a href="javascript:goHome()" class="xzqh-back">返回</a>
</div>
<div class='diswrapper'>
<span style="border-top: 1px solid #ccc;">罗西街道</span>
<span style="border-top: 1px solid #ccc;">马厂湖街道</span>
<span>科技园区</span>
</div>
<div class='contentwrapper'>
<div class="city-select city" data-count="city" style="display: block;">
<dl class="clearfix">
<dd class='ddvillage'>
</dd
></dl>
</div>
</div>
<!--页面js-->
<script src="view.js?time=20210329"></script>
</body>
</html>