12345678910111213141516171819202122232425262728 |
- <html>
- <head>
- <title>鲸致生活-抖音服务单预约流程</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
-
- <!-- weui 样式 -->
- <link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/2.4.1/weui.min.css">
- </link>
- <!-- 调试用的移动端 console -->
- <script src="../service/js/jquery-1.7.2.min.js"></script>
-
- </head>
- <body style="background-color: #F0F2F4;">
- <div
- style="background-image: url('../dy/img/dybook.jpg');background-size: 90% 100%;
- text-align: center;
- background-position: center;
- height: 100%;
- background-repeat: no-repeat;">
- </div>
- </div>
- </body>
- </html>
|