frag.head.ftl 4.3 KB

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