28 lines
608 B
HTML
28 lines
608 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>中国天气</title>
|
|
<style>
|
|
#weather-float-he {
|
|
position: fixed !important;
|
|
z-index: 99999 !important;
|
|
left: 0 !important;
|
|
top: 0 !important;
|
|
transform: scale(.9);
|
|
}
|
|
body,html{
|
|
margin: 0;
|
|
width: 100%;
|
|
height: max-content;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
WIDGET = {FID: 'RgKVDBQZUQ'}
|
|
</script>
|
|
<script type="text/javascript" src="https://apip.weatherdt.com/float/static/js/r.js?v=1111"></script>
|
|
</body>
|
|
</html>
|
|
<!-- ok-admin-weather -->
|