frag.head.ftl 4.2 KB

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