frag.head.ftl 1004 B

123456789101112131415161718192021222324252627282930313233
  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: 15px 0 5px 0;
  13. background-color: #16ae9d;
  14. }
  15. .demos-title {
  16. text-align: center;
  17. font-size: 30px;
  18. color: white;
  19. font-weight: 300;
  20. margin: 0 15%;
  21. }
  22. html,body{height: 100%;}
  23. .ri_bao_weui_tab_bd_item_active {
  24. display: block !important;
  25. }
  26. .qiu_zhu_weui_tab_bd_item_active {
  27. display: block !important;
  28. }
  29. </style>
  30. </head>
  31. <body style="height: 100%" ontouchstart>