123456789101112131415161718192021222324252627282930313233 |
- <!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: 15px 0 5px 0;
- background-color: #16ae9d;
- }
- .demos-title {
- text-align: center;
- font-size: 30px;
- color: white;
- font-weight: 300;
- margin: 0 15%;
- }
- html,body{height: 100%;}
- .ri_bao_weui_tab_bd_item_active {
- display: block !important;
- }
- .qiu_zhu_weui_tab_bd_item_active {
- display: block !important;
- }
- </style>
- </head>
- <body style="height: 100%" ontouchstart>
|