mainMobileBody.htm 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>mainBody</title>
  5. <style type="text/css">
  6. .fontContent{
  7. font-size:100%;
  8. color: white;
  9. text-shadow: 0 0 0;
  10. line-height:20px;
  11. padding:10px;
  12. }
  13. .whileWidth{
  14. height:1px;
  15. width:100%;
  16. background-color:white;
  17. }
  18. .content{
  19. /* Webkit: Safari 4-5, Chrome 1-9 */
  20. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52ADE7), to(#2CD3F3));
  21. /* Webkit: Safari 5.1+, Chrome 10+ */
  22. background: -webkit-linear-gradient(top, #52ADE7, #2CD3F3);
  23. /* Firefox 3.6+ */
  24. background: -moz-linear-gradient(top, #52ADE7, #2CD3F3);
  25. /* Opera 11.10+ */
  26. background: -o-linear-gradient(top, #52ADE7, #2CD3F3);
  27. /* IE 10 */
  28. background: -ms-linear-gradient(top, #52ADE7, #2CD3F3);
  29. /* IE < 10 */
  30. /* 注意:这一行必须写在最后 */
  31. FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#52ADE7, endColorStr=#2CD3F3);
  32. }
  33. </style>
  34. </head>
  35. <body>
  36. <center>
  37. <iframe name="weather_inc" src="http://tianqi.xixik.com/cframe/2" width="170" height="70" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" sandbox=""></iframe>
  38. </center>
  39. <div class="fontContent">
  40. <div class="whileWidth"></div>
  41. <br>
  42. 欢迎您:<font size="5" face="verdana">$!yhxm</font>
  43. <br><br>
  44. 上次登录时间:$!dateTool.format('yyyy-MM-dd HH:mm:ss', $!xtLsjl.fwsj)
  45. <br><br>
  46. 上次登录方式:$!xtLsjl.sblx
  47. <br><br>
  48. 上次登录地点:$!xtLsjl.dldd
  49. <br><br>
  50. #if("$!xxtz_kz_xxtz" == "true")
  51. 消息通知:
  52. #if("$!xxFlag" != "")
  53. #set($count = 1)
  54. #foreach($!obj in $!xxXxtsList)
  55. <br>
  56. <a href="#" onclick="javascript:menuLiClick('xx','hide')" class="fontContent">&nbsp;&nbsp;$!count、$!obj.bt</a>
  57. #set($count = $count + 1)
  58. #end
  59. #else
  60. <br><br>
  61. <div style="height:50px">&nbsp;&nbsp;&nbsp;&nbsp;暂无未读消息</div>
  62. #end
  63. #else
  64. <div style="height:70px">&nbsp;</div>
  65. #end
  66. </div>
  67. <div style="height:50px"></div>
  68. </body>
  69. </html>