frag.head.ftl 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. </style>
  78. </head>
  79. <span hidden="hidden" id="id"></span>
  80. <body style="height: 100%" ontouchstart>