frag.head.ftl 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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-title-long {
  34. text-align: center;
  35. font-size: 15px;
  36. color: #000000;
  37. font-weight: 900;
  38. margin: 0 15%;
  39. }
  40. .user-title-big {
  41. text-align: center;
  42. font-size: 30px;
  43. color: #000000;
  44. font-weight: 900;
  45. margin: 0 15%;
  46. }
  47. .red {
  48. color: red;
  49. }
  50. .green {
  51. color: green;
  52. }
  53. .orange {
  54. color: orange;
  55. }
  56. .user-hr {
  57. align: center;
  58. width: 100%;
  59. color: #000000;
  60. size: 5px;
  61. }
  62. .user-font {
  63. color: #000000;
  64. }
  65. .user-div-msg {
  66. display: inline-block;
  67. width: 40%;
  68. height: 40%;
  69. }
  70. .maindiv{
  71. width: 100%;
  72. overflow: hidden; /*关键*/
  73. padding: 15px 0 5px 0;
  74. }
  75. .leftdiv{
  76. float: left;
  77. width: 40%;
  78. }
  79. .rightdiv{
  80. float: right;
  81. width: 50%;
  82. }
  83. .centerdiv{
  84. float: left;
  85. width: 5%;
  86. border-right:1px dashed rgba(0, 0, 0, 0.46);
  87. padding-bottom:45%; /*关键*/
  88. margin-bottom:-45%; /*关键*/
  89. }
  90. html,body{height: 100%;}
  91. .ri_bao_weui_tab_bd_item_active {
  92. display: block !important;
  93. }
  94. .qiu_zhu_weui_tab_bd_item_active {
  95. display: block !important;
  96. }
  97. .tuan_gou_weui_tab_bd_item_active {
  98. display: block !important;
  99. }
  100. .msgInfoTabHeaderDiv {
  101. background-color: gray;
  102. width: 100%;
  103. height: 8vw;
  104. display: -webkit-flex;
  105. display: flex;
  106. text-align: center;
  107. }
  108. .msgInfoTabFooterDiv {
  109. background-color: gray;
  110. width: 100%;
  111. height: 0.7vw;
  112. }
  113. .msgInfoTabColumn1 {
  114. width: 30%;
  115. background-color: white;
  116. height: 7.3vw;
  117. line-height: 7.3vw;
  118. margin-left: 0.5vw;
  119. margin-top: 0.7vw;
  120. }
  121. .msgInfoTabColumn2 {
  122. width: 26%;
  123. background-color: white;
  124. height: 7.3vw;
  125. line-height: 7.3vw;
  126. margin-left: 0.5vw;
  127. margin-top: 0.7vw;
  128. }
  129. .msgInfoTabColumn3 {
  130. width: 42%;
  131. background-color: white;
  132. height: 7.3vw;
  133. line-height: 7.3vw;
  134. margin-left: 0.5vw;
  135. margin-right: 0.5vw;
  136. margin-top: 0.7vw;
  137. }
  138. .tt{
  139. border-top: 3px solid #75859f;
  140. margin-top:2.4em
  141. }
  142. </style>
  143. </head>
  144. <span hidden="hidden" id="id"></span>
  145. <body style="height: 100%" ontouchstart>