qiandao.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>www.mymps.com.cn</title>
  6. <style type="text/css">
  7. body {
  8. padding: 0px;
  9. margin: 40px 60px;
  10. background:white;
  11. font-size:14px;
  12. background-color:white;
  13. }
  14. #center {
  15. width: auto;
  16. margin-top: 0px;
  17. margin-right: auto;
  18. margin-bottom: 0px;
  19. margin-left: auto;
  20. padding-left:60px;
  21. background:url(../../template/default/images/right.gif) 0 10px no-repeat;
  22. }
  23. input{font:12px Arial;padding:6px 9px;vertical-align:middle;margin-bottom:1px; font-family:microsoft yahei;}
  24. input.gray{border:1px solid;cursor:pointer; border-radius:3px; border-color:#ddd #ddd #ddd #ddd !important;background:#F1F1F1;color:#333 !important}
  25. </style>
  26. </head>
  27. <body>
  28. <div id="center">
  29. 恭喜!签到成功,您的账户已成功增加 <?php echo intval($score_changer);?> 个积分!<br><br>
  30. 当前积分值:<?=$score?><br><br>
  31. <input value="关闭窗口" type="button" onclick='parent.window.location.reload();parent.closeopendiv();' style="margin-left:auto;margin-right:auto;" class="gray">
  32. </div>
  33. </body>
  34. </html>