12345678910111213141516171819202122232425 |
- <!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="https://cdn.bootcss.com/weui/1.1.3/style/weui.min.css">
- <link rel="stylesheet" href="https://cdn.bootcss.com/jquery-weui/1.2.1/css/jquery-weui.min.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%;
- }
- </style>
- </head>
- <body ontouchstart>
|