<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 
<title></title> 
<link rel="stylesheet" type="text/css" /> 
<link rel="stylesheet" type="text/css" /> 
<style type="text/css"> 
        a {color:#055683;} 
        a:hover { 
                   text-decoration: underline; 
        } 
           .city_wind .temp_pic div{width:60px;color:black;float: left;text-align: right;} 
        .vessel{width:300px;height:200px;margin:0px;float:left;} 
        .comfort_container{float:left;width:150px;height:119px;position:relative;} 
        .comfort_container b{margin-left:-30px;} 
        .comfort{text-align:center;width:93px;height:93px;position:absolute;bottom:10px;right:0px;} 
 
        .wind_container{float:right;width:150px;height:119px;position:relative;} 
        .wind_container b{margin-left:-60px;} 
        .wind{t;width:112px;height:119px;text-align:center;position:absolute;bottom:0px;right:0px;} 
        .wind_text{font-weight:bold;width:36px;height:16px;text-align:center;line-height:18px;z-index:2;position:absolute;left:75px;} 
 
        .wdj_container{width:300px;height:50px;position:relative;top:120px;+top:0px;_top:0px;left:30px;} 
        .wdj{float:right;width:300px;height:40px;position:absolute;bottom:0px;right:0px;} 
        .wdj_hz{z-index: 100; height: 13px; position: absolute; bottom: 22px; border: 1px solid red;float:left;*left:0px;} 
        .wdj_size{height:14px;position: absolute;top:0px;float:left;*left:0px;font-weight:bold;} 
 
        .wdj_width{background:url("/images/monitor/qwj.png") repeat-x scroll 0 0 transparent;bottom: 22px !important;*bottom:12px;height: 4px;left: 65px;line-height: 0;padding: 0;position: absolute;z-index:10;} 
 </style>  
</head> 
<body style="font-size:12px;font-family:宋体,Verdana,Arial,Helvetica,sans-serif;margin:0px;"> 
                <div style="height:180px;"> 
 
                <div class="city_wind"><div> 
                                 
                        </div> 
                        <div class="temp_pic"><b>最新天气实况</b></div> 
                        <div class="temp_pic" style="color:#055683;"> 
                        <div>气温:</div>28℃<br/> 
                         
                                <div>体感温度:</div>26.2℃<br/> 
                         
                        <div>气压:</div>991hPa<br/> 
                        <div>降水:</div>无数据<br/> 
                        <div>相对湿度:</div>58%<br/> 
                        <div>风向风速:</div>西北风 3级 4.9M/S<br/> 
                         
                        <div>舒适度:</div><font color="#53aaae">舒适,最可接受</font><br/> 
                                                 
                         
                        </div> 
                </div> 
                 
                </div> 
        <script type="text/javascript"        src="http://image.weather.gov.cn/resource/js/jquery-1.4.2.min_newsticker_1.1.js"></script> 
        <script type="text/javascript" src="http://image.weather.gov.cn/resource/js/calendar-1.2.js"></script> 
        <script language="javascript"> 
        try{ 
        parent.setRealWeatherDate('2013-07-24 13:20'); 
        }catch(e){} 
        </script> 
        </body> 
        </html> |