用qq浏览器太宽了,用欧朋可以,怎么改?

@Ta 2013-10-28 2468点击
<?php
header("Content-type: text/html; charset=utf-8");

error_reporting(0);


?>


<style type="text/css">

a:link
{
color:#075DE3;
}

.title
{
background-color:#09f;
color:#7FFFD4;
}
.copy,.head
{
text-align:center;
border-top:1px solid #CECECE;
background-color:#AAE25B;
}
.copy a
{
color:gray;
}
.list
{
border-bottom-width: thin;
border-bottom-style: dashed;
border-left-style: none;
border-bottom-color: #666666;
}
.board_list
{
margin-top:1px;margin-bottom:1px;border:1px solid#DDDDDF;background-repeat:no-repeat;padding-top:2px;padding-bottom:2px;
}
.zt{color:#FFFFFF;} 

</style>

<body>

<?php

include("function.php");

date_default_timezone_set('PRC');
$date=date("Y-m-d H:i:s");

echo '<a name="top"></a><div class="head">>><a href="index.php?sid='.$_GET['sid'].'">首页</a>-<a href="user.php?sid='.$_GET['sid'].'">用户中心</a>-<a href="#foot">底部</a></div>';
$jr=explode("|",file_get_contents("jr.txt"));
$jrtime=floor((strtotime($jr['1'])-strtotime($date))/86400);
echo '距离<font color="red">'.$jr[0].'</font>还有<font color="green">'.$jrtime.'</font>天 ';
echo '<title>'.$title.'</title>';

?>
回复列表(5|隐藏机器人聊天)
添加新回复
回复需要登录