Merge branch 'master' of yun.pashanhoo.com:renchao/portalStaticPage
Showing
2 changed files
with
16 additions
and
20 deletions
This diff is collapsed.
Click to expand it.
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 1 | <!DOCTYPE html |
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
2 | <html xmlns="http://www.w3.org/1999/xhtml"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | <head> | 4 | |
5 | <head> | ||
4 | <style></style> | 6 | <style></style> |
5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
6 | <title>我的预约-预约时间</title> | 8 | <title>我的预约-预约时间</title> |
7 | <script type="text/javascript" src="../staticJs/head.js"></script> | 9 | <script type="text/javascript" src="../staticJs/head.js"></script> |
8 | <link rel="stylesheet" href="../staticCss/swiper-bundle.min.css" /> | 10 | <link rel="stylesheet" href="../staticCss/swiper-bundle.min.css" /> |
9 | <link | 11 | <link rel="stylesheet" type="text/css" href="../staticCss/progressBar.css" /> |
10 | rel="stylesheet" | ||
11 | type="text/css" | ||
12 | href="../staticCss/progressBar.css" | ||
13 | /> | ||
14 | <link rel="stylesheet" type="text/css" href="../staticCss/yysj.css" /> | 12 | <link rel="stylesheet" type="text/css" href="../staticCss/yysj.css" /> |
15 | <link | 13 | <link rel="stylesheet" type="text/css" href="../staticCss/layuiDialog.css" /> |
16 | rel="stylesheet" | 14 | </head> |
17 | type="text/css" | ||
18 | href="../staticCss/layuiDialog.css" | ||
19 | /> | ||
20 | </head> | ||
21 | 15 | ||
22 | <body> | 16 | <body> |
23 | <div class="yysj_main"> | 17 | <div class="yysj_main"> |
24 | <div class="navigation_crumbs"> | 18 | <div class="navigation_crumbs"> |
25 | <div class="contentBox"> | 19 | <div class="contentBox"> |
... | @@ -62,7 +56,7 @@ | ... | @@ -62,7 +56,7 @@ |
62 | </ul> | 56 | </ul> |
63 | </div> | 57 | </div> |
64 | <div class="appoint_time"> | 58 | <div class="appoint_time"> |
65 | <div class="swiper-container" > | 59 | <div class="swiper-container"> |
66 | <div class="swiper-wrapper" id="swiperDate"></div> | 60 | <div class="swiper-wrapper" id="swiperDate"></div> |
67 | </div> | 61 | </div> |
68 | <!-- Add Arrows --> | 62 | <!-- Add Arrows --> |
... | @@ -74,7 +68,7 @@ | ... | @@ -74,7 +68,7 @@ |
74 | <div class="site-title"> | 68 | <div class="site-title"> |
75 | <fieldset> | 69 | <fieldset> |
76 | <legend> | 70 | <legend> |
77 | <a href="" name="fieldset"> 业务预约 </a> | 71 | <h2>业务列表</h2> |
78 | </legend> | 72 | </legend> |
79 | </fieldset> | 73 | </fieldset> |
80 | </div> | 74 | </div> |
... | @@ -91,15 +85,17 @@ | ... | @@ -91,15 +85,17 @@ |
91 | </div> | 85 | </div> |
92 | </div> | 86 | </div> |
93 | </div> | 87 | </div> |
94 | </body> | 88 | </body> |
89 | |||
95 | </html> | 90 | </html> |
96 | <script type="text/javascript" src="../staticJs/common.js"></script> | 91 | <script type="text/javascript" src="../staticJs/common.js"></script> |
97 | <script type="text/javascript" src="../staticJs/down.js"></script> | 92 | <script type="text/javascript" src="../staticJs/down.js"></script> |
98 | <script src="../staticJs/swiper-bundle.min.js"></script> | 93 | <script src="../staticJs/swiper-bundle.min.js"></script> |
99 | <script type="text/javascript" src="../staticJs/yysj.js"></script> | 94 | <script type="text/javascript" src="../staticJs/yysj.js"></script> |
100 | 95 | ||
101 | <script id="date" type="text/html"> | 96 | <!-- <script id="date" type="text/html"> |
102 | {{# layui.each(d.dateList, function(index, item){ }} {{# if(item.isSelect){ }} | 97 | {{# layui.each(d.dateList, function(index, item){ }} |
98 | {{# if(item.isSelect){ }} | ||
103 | <ul class="swiper-slide layui-bg-gray active1"> | 99 | <ul class="swiper-slide layui-bg-gray active1"> |
104 | <li>{{item.week}}</li> | 100 | <li>{{item.week}}</li> |
105 | <li>{{item.jyjh}}</li> | 101 | <li>{{item.jyjh}}</li> |
... | @@ -111,4 +107,4 @@ | ... | @@ -111,4 +107,4 @@ |
111 | <li>{{item.jyjh}}</li> | 107 | <li>{{item.jyjh}}</li> |
112 | </ul> | 108 | </ul> |
113 | {{# } }} {{# }); }} | 109 | {{# } }} {{# }); }} |
114 | </script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
110 | </script> --> | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment