frag.head.ftl 3.5 KB

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