frag.head.ftl 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>${title}</title>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  8. <link rel="stylesheet" href="${s3('/weui/1.1.3/style/weui.min.css')}" type="text/css">
  9. <link rel="stylesheet" href="${s3('/jquery-weui/1.2.1/css/jquery-weui.min.css')}" type="text/css">
  10. <style>
  11. .demos-header {
  12. padding: 10px 0 5px 0;
  13. background-color: #16ae9d;
  14. }
  15. .demos-title {
  16. text-align: center;
  17. font-size: 25px;
  18. color: white;
  19. font-weight: 300;
  20. margin: 0 15%;
  21. }
  22. .user-header {
  23. padding: 15px 0 5px 0;
  24. /*background-color: #16ae9d;*/
  25. }
  26. .user-title {
  27. text-align: center;
  28. font-size: 18px;
  29. color: #000000;
  30. font-weight: 900;
  31. margin: 0 15%;
  32. }
  33. .user-hr {
  34. align: center;
  35. width: 100%;
  36. color: #000000;
  37. size: 5px;
  38. }
  39. .user-font {
  40. color: #000000;
  41. }
  42. .user-div-msg {
  43. display: inline-block;
  44. width: 40%;
  45. height: 40%;
  46. }
  47. .maindiv{
  48. width: 100%;
  49. overflow: hidden; /*关键*/
  50. padding: 15px 0 5px 0;
  51. }
  52. .leftdiv{
  53. float: left;
  54. width: 40%;
  55. }
  56. .rightdiv{
  57. float: right;
  58. width: 50%;
  59. }
  60. .centerdiv{
  61. float: left;
  62. width: 5%;
  63. border-right:1px dashed rgba(0, 0, 0, 0.46);
  64. padding-bottom:45%; /*关键*/
  65. margin-bottom:-45%; /*关键*/
  66. }
  67. html,body{height: 100%;}
  68. .ri_bao_weui_tab_bd_item_active {
  69. display: block !important;
  70. }
  71. .qiu_zhu_weui_tab_bd_item_active {
  72. display: block !important;
  73. }
  74. .tuan_gou_weui_tab_bd_item_active {
  75. display: block !important;
  76. }
  77. .msgInfoTabHeaderDiv {
  78. background-color: gray;
  79. width: 100%;
  80. height: 8vw;
  81. display: -webkit-flex;
  82. display: flex;
  83. text-align: center;
  84. }
  85. .msgInfoTabFooterDiv {
  86. background-color: gray;
  87. width: 100%;
  88. height: 0.7vw;
  89. }
  90. .msgInfoTabColumn1 {
  91. width: 30%;
  92. background-color: white;
  93. height: 7.3vw;
  94. line-height: 7.3vw;
  95. margin-left: 0.5vw;
  96. margin-top: 0.7vw;
  97. }
  98. .msgInfoTabColumn2 {
  99. width: 26%;
  100. background-color: white;
  101. height: 7.3vw;
  102. line-height: 7.3vw;
  103. margin-left: 0.5vw;
  104. margin-top: 0.7vw;
  105. }
  106. .msgInfoTabColumn3 {
  107. width: 42%;
  108. background-color: white;
  109. height: 7.3vw;
  110. line-height: 7.3vw;
  111. margin-left: 0.5vw;
  112. margin-right: 0.5vw;
  113. margin-top: 0.7vw;
  114. }
  115. </style>
  116. </head>
  117. <span hidden="hidden" id="id"></span>
  118. <body style="height: 100%" ontouchstart>