1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>${title}</title>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
- <link rel="stylesheet" href="${s3('/weui/1.1.3/style/weui.min.css')}" type="text/css">
- <link rel="stylesheet" href="${s3('/jquery-weui/1.2.1/css/jquery-weui.min.css')}" type="text/css">
- <style>
- .demos-header {
- padding: 20px 0 10px 0;
- }
- .demos-title {
- text-align: center;
- font-size: 34px;
- color: #3cc51f;
- font-weight: 400;
- margin: 0 15%;
- }
- html,body{height: 100%;}
- .weui_tab_bd_item_active {
- display: block !important;
- }
- </style>
- </head>
- <body style="height: 100%" ontouchstart>
|