frag.head.ftl 869 B

1234567891011121314151617181920212223242526272829
  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: 20px 0 10px 0;
  13. }
  14. .demos-title {
  15. text-align: center;
  16. font-size: 34px;
  17. color: #3cc51f;
  18. font-weight: 400;
  19. margin: 0 15%;
  20. }
  21. html,body{height: 100%;}
  22. .weui_tab_bd_item_active {
  23. display: block !important;
  24. }
  25. </style>
  26. </head>
  27. <body style="height: 100%" ontouchstart>