6c5a9249 by 田浩浩
2 parents e623e0a0 bdb59604
...@@ -144,49 +144,61 @@ ...@@ -144,49 +144,61 @@
144 </a> 144 </a>
145 </h2> 145 </h2>
146 <ul class="notice_list" id="ulNotice"> 146 <ul class="notice_list" id="ulNotice">
147 <li> 147 <li class="item_notice">
148 <a href="" title="1地信中心开展外业安全生产监控系统培训工作"> 148 <a href="" title="1地信中心开展外业安全生产监控系统培训工作">
149 1地信中心开展外业安全生产监控系统培训工作 149 <p>
150 1地信中心开展外业安全生产监控系统培训工作
151 </p>
150 <svg class="icon svg-icon" aria-hidden="true"> 152 <svg class="icon svg-icon" aria-hidden="true">
151 <use xlink:href="#icongonggao1"></use> 153 <use xlink:href="#icongonggao1"></use>
152 </svg> 154 </svg>
153 </a> 155 </a>
154 </li> 156 </li>
155 <li> 157 <li class="item_notice">
156 <a href="" title="2地信中心开展外业安全生产监控系统培训工作"> 158 <a href="" title="2地信中心开展外业安全生产监控系统培训工作">
157 2地信中心开展外业安全生产监控系统培训工作 159 <p>
160 2地信中心开展外业安全生产监控系统培训工作
161 </p>
158 <svg class="icon svg-icon" aria-hidden="true"> 162 <svg class="icon svg-icon" aria-hidden="true">
159 <use xlink:href="#icongonggao1"></use> 163 <use xlink:href="#icongonggao1"></use>
160 </svg> 164 </svg>
161 </a> 165 </a>
162 </li> 166 </li>
163 <li> 167 <li class="item_notice">
164 <a href="" title="3地信中心开展外业安全生产监控系统培训工作"> 168 <a href="" title="3地信中心开展外业安全生产监控系统培训工作">
165 3地信中心开展外业安全生产监控系统培训工作 169 <p>
170 3地信中心开展外业安全生产监控系统培训工作
171 </p>
166 <svg class="icon svg-icon" aria-hidden="true"> 172 <svg class="icon svg-icon" aria-hidden="true">
167 <use xlink:href="#icongongshi"></use> 173 <use xlink:href="#icongongshi"></use>
168 </svg> 174 </svg>
169 </a> 175 </a>
170 </li> 176 </li>
171 <li> 177 <li class="item_notice">
172 <a href="" title="4地信中心开展外业安全生产监控系统培训工作"> 178 <a href="" title="4地信中心开展外业安全生产监控系统培训工作">
173 4地信中心开展外业安全生产监控系统培训工作 179 <p>
180 4地信中心开展外业安全生产监控系统培训工作
181 </p>
174 <svg class="icon svg-icon" aria-hidden="true"> 182 <svg class="icon svg-icon" aria-hidden="true">
175 <use xlink:href="#icongongshi"></use> 183 <use xlink:href="#icongongshi"></use>
176 </svg> 184 </svg>
177 </a> 185 </a>
178 </li> 186 </li>
179 <li> 187 <li class="item_notice">
180 <a href="" title="5地信中心开展外业安全生产监控系统培训工作"> 188 <a href="" title="5地信中心开展外业安全生产监控系统培训工作">
181 5地信中心开展外业安全生产监控系统培训工作 189 <p>
190 5地信中心开展外业安全生产监控系统培训工作
191 </p>
182 <svg class="icon svg-icon" aria-hidden="true"> 192 <svg class="icon svg-icon" aria-hidden="true">
183 <use xlink:href="#icongongshi"></use> 193 <use xlink:href="#icongongshi"></use>
184 </svg> 194 </svg>
185 </a> 195 </a>
186 </li> 196 </li>
187 <li> 197 <li class="item_notice">
188 <a href="" title="6地信中心开展外业安全生产监控系统培训工作"> 198 <a href="" title="6地信中心开展外业安全生产监控系统培训工作">
189 6地信中心开展外业安全生产监控系统培训工作 199 <p>
200 6地信中心开展外业安全生产监控系统培训工作
201 </p>
190 <svg class="icon svg-icon" aria-hidden="true"> 202 <svg class="icon svg-icon" aria-hidden="true">
191 <use xlink:href="#icongongshi"></use> 203 <use xlink:href="#icongongshi"></use>
192 </svg> 204 </svg>
......
1 /* ------------------------公共头部和尾部css------------------------------------ */ 1 /* ------------------------公共头部和尾部css------------------------------------ */
2 /* layer confim */ 2 /* layer confim */
3 .layui-layer-btn .layui-layer-btn0 { 3 .layui-layer-btn .layui-layer-btn0 {
4 background-color: #fff!important; 4 background-color: #F7B500!important;
5 color: #333!important; 5 color: #fff!important;
6 border: 1px solid #dedede!important; 6 border: 1px solid #F7B500!important;
7 } 7 }
8 .layui-layer-btn .layui-layer-btn1 { 8 .layui-layer-btn .layui-layer-btn1 {
9 border-color: #1E9FFF; 9 border-color: #1E9FFF;
...@@ -13,6 +13,10 @@ ...@@ -13,6 +13,10 @@
13 .layui-icon-search { 13 .layui-icon-search {
14 color: #6D7278; 14 color: #6D7278;
15 } 15 }
16 .active1 {
17 background-color: #1E9FFF!important;
18 color: #fff!important;
19 }
16 /* ----------------------公共样式-------------------------- */ 20 /* ----------------------公共样式-------------------------- */
17 .contentBox { 21 .contentBox {
18 width: 1200px; 22 width: 1200px;
......
1 .layui-layer-title {
2 background-color: #1E9FFF!important;
3 color: #fff!important;
4 }
5 .layui-layer-ico {
6 background: none!important;
7 position: relative;
8 }
9 .layui-layer-ico::after {
10 content: '\2716';
11 position: absolute;
12 left: 0;
13 top: -5px;
14 font-size: 14px;
15 color: #fff;
16 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -5,41 +5,6 @@ ...@@ -5,41 +5,6 @@
5 padding-top: 25px; 5 padding-top: 25px;
6 margin-bottom: 25px; 6 margin-bottom: 25px;
7 } 7 }
8 .app_progress li {
9 padding: 0 30px;
10 line-height: 40px;
11 background: #eee;
12 display: inline-block;
13 color: #fff;
14 position: relative;
15 color: black;
16 cursor: pointer;
17 }
18 .app_progress li:hover {
19 background-color: #1E9FFF;
20 color: #fff;
21 }
22
23 .app_progress li:hover:after {
24 border-left-color: #1E9FFF;
25 }
26 .app_progress li:after{
27 content: '';
28 display: block;
29 border-top: 20px solid #fff;
30 border-bottom: 20px solid #fff;
31 border-left: 12px solid #eee;
32 position: absolute;
33 right:0;
34 top: 0;
35 }
36 .active {
37 background-color: #1E9FFF!important;
38 color: #fff!important;
39 }
40 .app_progress li.active:after {
41 border-left-color: #1E9FFF;
42 }
43 .selected { 8 .selected {
44 background-color: #5FB878!important; 9 background-color: #5FB878!important;
45 color: #fff!important; 10 color: #fff!important;
...@@ -60,6 +25,7 @@ ...@@ -60,6 +25,7 @@
60 .selectCity { 25 .selectCity {
61 width: 1200px; 26 width: 1200px;
62 margin: 0 auto; 27 margin: 0 auto;
28 margin-top: 50px;
63 } 29 }
64 .selectCity h2 { 30 .selectCity h2 {
65 display: inline-block; 31 display: inline-block;
...@@ -67,7 +33,7 @@ ...@@ -67,7 +33,7 @@
67 } 33 }
68 .area_list_content { 34 .area_list_content {
69 overflow: hidden; 35 overflow: hidden;
70 margin-top: 20px; 36 margin-top: 30px;
71 width: 100%; 37 width: 100%;
72 } 38 }
73 .area_list_content h2 { 39 .area_list_content h2 {
...@@ -81,22 +47,26 @@ ...@@ -81,22 +47,26 @@
81 } 47 }
82 .selectCity .area_list li { 48 .selectCity .area_list li {
83 display: inline-block; 49 display: inline-block;
84 width: 100px; 50 width: 140px;
85 height: 32px; 51 height: 48px;
86 border-radius: 3px; 52 border-radius: 3px;
87 background-color: #01AAED; 53 margin-right: 15px;
88 margin-right: 10px; 54 color: #9B9B9B;
89 color: #fff;
90 text-align: center; 55 text-align: center;
91 line-height: 32px; 56 line-height: 48px;
92 margin-bottom: 10px; 57 margin-bottom: 15px;
93 cursor: pointer; 58 cursor: pointer;
59 background: #FFFFFF;
60 border-radius: 4px;
61 border: 1px solid #DEDEDE;
94 } 62 }
95 .selectCity .area_list li:hover { 63 .selectCity .area_list li:hover {
96 background-color: #5FB878; 64 border-color: #0091FF;
65 color: #0091FF;
97 } 66 }
98 .active1 { 67 .active1 {
99 background-color: #5FB878!important; 68 border-color: #0091FF!important;
69 color: #0091FF!important;
100 } 70 }
101 .select_officehall { 71 .select_officehall {
102 width: 1200px; 72 width: 1200px;
...@@ -109,7 +79,7 @@ ...@@ -109,7 +79,7 @@
109 } 79 }
110 /* -----------------------------地图--------------------------------------- */ 80 /* -----------------------------地图--------------------------------------- */
111 .map_content { 81 .map_content {
112 margin-top: 20px; 82 margin-top: 20px!important;
113 } 83 }
114 .office_halls { 84 .office_halls {
115 width: 15%; 85 width: 15%;
...@@ -118,26 +88,48 @@ ...@@ -118,26 +88,48 @@
118 } 88 }
119 .office_halls h2 { 89 .office_halls h2 {
120 font-weight: 600; 90 font-weight: 600;
121 margin-bottom: 6px; 91 margin-bottom: 15px;
92 color: #6D7278;
93 line-height: 16px;
122 } 94 }
123 .office_halls li{ 95 .office_halls li{
124 line-height: 28px; 96 width: 150px;
97 height: 48px;
98 background: #FFFFFF;
99 border-radius: 4px;
100 border: 1px solid #DEDEDE;
125 cursor: pointer; 101 cursor: pointer;
102 text-align: center;
103 line-height: 48px;
104 margin-bottom: 10px;
105 color: #9B9B9B;
126 } 106 }
127 .office_halls li:hover { 107 .office_halls li:hover {
128 color: #0091FF; 108 color: #006CFF;
109 border-color: #006CFF;
129 } 110 }
130 .footer_button { 111 .footer_button {
131 margin: 20px 0; 112 margin: 30px 0 100px 0;
132 text-align: center; 113 text-align: center;
133 } 114 }
134 .footer_button button { 115 .footer_button button {
135 margin-right: 10px; 116 margin-right: 10px;
117 width: 140px;
118 height: 42px;
119 position: relative;
136 } 120 }
137 .footer_button a { 121 .footer_button a {
138 color: #fff; 122 color: #fff;
123 display: block;
124 width: 140px;
125 height: 42px;
126 position: absolute;
127 left: 0;
128 top: 0;
129 }
130 .footer_button a:hover {
131 color: #fff;
139 } 132 }
140
141 .hallActive { 133 .hallActive {
142 background-color: rgb(236, 236, 236); 134 background-color: rgb(236, 236, 236);
143 color: #0091FF; 135 color: #0091FF;
......
1 .central_area { 1 .central_area {
2 min-height:calc(100vh - 227px); 2 min-height:calc(100vh - 197px);
3 } 3 }
4 .ovfHiden{overflow: hidden;height: 100%;} 4 .ovfHiden{overflow: hidden;height: 100%;}
5 .navigation_crumbs { 5 .navigation_crumbs {
...@@ -10,38 +10,6 @@ ...@@ -10,38 +10,6 @@
10 padding-top: 25px; 10 padding-top: 25px;
11 margin-bottom: 25px; 11 margin-bottom: 25px;
12 } 12 }
13 .app_progress li {
14 padding: 0 30px;
15 line-height: 40px;
16 background: #eee;
17 display: inline-block;
18 color: #fff;
19 position: relative;
20 color: black;
21 cursor: pointer;
22 }
23 .app_progress li:hover {
24 background-color: #1E9FFF;
25 color: #fff;
26 }
27
28 .app_progress li:hover:after {
29 border-left-color: #1E9FFF;
30 }
31 .app_progress li:after{
32 content: '';
33 display: block;
34 border-top: 20px solid #fff;
35 border-bottom: 20px solid #fff;
36 border-left: 12px solid #eee;
37 position: absolute;
38 right:0;
39 top: 0;
40 }
41 .active {
42 background-color: #1E9FFF!important;
43 color: #fff!important;
44 }
45 .app_progress li.active:after { 13 .app_progress li.active:after {
46 border-left-color: #1E9FFF; 14 border-left-color: #1E9FFF;
47 } 15 }
...@@ -70,6 +38,7 @@ ...@@ -70,6 +38,7 @@
70 padding: 0 50px; 38 padding: 0 50px;
71 box-sizing: border-box; 39 box-sizing: border-box;
72 position: relative; 40 position: relative;
41 margin-top: 30px;
73 } 42 }
74 .swiper-container { 43 .swiper-container {
75 width: 100%; 44 width: 100%;
...@@ -88,8 +57,9 @@ ...@@ -88,8 +57,9 @@
88 font-size: 14px; 57 font-size: 14px;
89 margin-top: 3px; 58 margin-top: 3px;
90 } 59 }
91 .active { 60 .active1 {
92 background-color: #1E9FFF; 61 background-color: #1E9FFF;
62 color: #fff;
93 } 63 }
94 .business_choice { 64 .business_choice {
95 margin: 20px auto; 65 margin: 20px auto;
...@@ -299,13 +269,40 @@ ...@@ -299,13 +269,40 @@
299 text-align: center; 269 text-align: center;
300 margin: 20px 0; 270 margin: 20px 0;
301 } 271 }
272 .next_button button {
273 width: 140px;
274 height: 42px;
275 position: relative;
276 }
302 .next_button a { 277 .next_button a {
303 color: #fff; 278 color: #fff;
279 display: block;
280 width: 140px;
281 height: 42px;
282 position: absolute;
283 left: 0;
284 top: 0;
285 }
286 .next_button a:hover{
287 color: #fff;
304 } 288 }
305 .layui-layer-title { 289 .layui-layer-title {
306 background-color: #1E9FFF!important; 290 background-color: #1E9FFF!important;
307 color: #fff!important; 291 color: #fff!important;
308 } 292 }
293 .layui-layer-ico {
294 background: none!important;
295 position: relative;
296 }
297 .layui-layer-ico::after {
298 content: '\2716';
299 position: absolute;
300 left: 0;
301 top: -2px;
302 font-size: 14px;
303 color: #fff;
304 }
305
309 /* ---------------------信息确认弹框样式------------------------------- */ 306 /* ---------------------信息确认弹框样式------------------------------- */
310 307
311 .infoContent { 308 .infoContent {
...@@ -340,18 +337,6 @@ ...@@ -340,18 +337,6 @@
340 height: 30px; 337 height: 30px;
341 line-height: 30px; 338 line-height: 30px;
342 } 339 }
343 .layui-layer-ico {
344 background: none!important;
345 position: relative;
346 }
347 .layui-layer-ico::after {
348 content: '\2716';
349 position: absolute;
350 left: 0;
351 top: -2px;
352 font-size: 14px;
353 color: #fff;
354 }
355 /* ----------------------------------------------- */ 340 /* ----------------------------------------------- */
356 .business_item .item_time { 341 .business_item .item_time {
357 float: left; 342 float: left;
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
9 border: 1px solid #CBCBCB; 9 border: 1px solid #CBCBCB;
10 padding: 30px 20px; 10 padding: 30px 20px;
11 margin-bottom: 20px; 11 margin-bottom: 20px;
12 margin-top: 30px;
12 } 13 }
13 .clause p { 14 .clause p {
14 line-height: 26px; 15 line-height: 26px;
...@@ -68,5 +69,9 @@ ...@@ -68,5 +69,9 @@
68 } 69 }
69 .next_button { 70 .next_button {
70 text-align: center; 71 text-align: center;
71 margin: 20px auto; 72 margin: 30px 0 100px 0;
73 }
74 .next_button button {
75 width: 140px;
76 height: 42px;
72 } 77 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -81,7 +81,7 @@ $(function () { ...@@ -81,7 +81,7 @@ $(function () {
81 function a(i) { 81 function a(i) {
82 Date = data.dateList[i].date 82 Date = data.dateList[i].date
83 bustime = data.dateList[i].week 83 bustime = data.dateList[i].week
84 $(".swiper-slide").eq(i).addClass('active').siblings().removeClass('active'); 84 $(".swiper-slide").eq(i).addClass('active1').siblings().removeClass('active1');
85 } 85 }
86 86
87 layui.use('laytpl', function () { 87 layui.use('laytpl', function () {
...@@ -107,6 +107,7 @@ $(function () { ...@@ -107,6 +107,7 @@ $(function () {
107 on: { 107 on: {
108 click: function (swiper) { 108 click: function (swiper) {
109 var index = swiper['clickedIndex']; 109 var index = swiper['clickedIndex'];
110 console.log(index)
110 a(index); 111 a(index);
111 } 112 }
112 }, 113 },
......
...@@ -9,15 +9,7 @@ $(function () { ...@@ -9,15 +9,7 @@ $(function () {
9 }); 9 });
10 var accept = $('.accept'); 10 var accept = $('.accept');
11 $('.next_button button').click(function () { 11 $('.next_button button').click(function () {
12 if (!accept.is(':checked')) { 12 if ($('.checkbox').find(".img").length>0) {
13 layui.use('layer', function () {
14 var layer = layui.layer;
15 layer.open({
16 title: '标题'
17 , content: '请先选择同意协议'
18 });
19 });
20 } else {
21 layui.use('layer', function () { 13 layui.use('layer', function () {
22 var layer = layui.layer; 14 var layer = layui.layer;
23 layer.confirm('本人承诺所填的预约信息属实,如有虚假,将承担法律责任', { 15 layer.confirm('本人承诺所填的预约信息属实,如有虚假,将承担法律责任', {
...@@ -29,6 +21,11 @@ $(function () { ...@@ -29,6 +21,11 @@ $(function () {
29 window.location.href = "./xzqy.html"; 21 window.location.href = "./xzqy.html";
30 }); 22 });
31 }); 23 });
24
25 } else {
26 layui.use('layer', function () {
27 layer.alert('请先同意以上协议', {icon: 6,title:'提示'});
28 })
32 } 29 }
33 }) 30 })
34 $('.checkbox').click(function(){ 31 $('.checkbox').click(function(){
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
8 <title>我的预约-选择区域</title> 8 <title>我的预约-选择区域</title>
9 <script type="text/javascript" src="../staticJs/head.js"></script> 9 <script type="text/javascript" src="../staticJs/head.js"></script>
10 <link rel="stylesheet" type="text/css" href="../staticCss/xzqy.css"> 10 <link rel="stylesheet" type="text/css" href="../staticCss/xzqy.css">
11 <link rel="stylesheet" type="text/css" href="../staticCss/progressBar.css">
11 </head> 12 </head>
12 13
13 <body> 14 <body>
...@@ -22,26 +23,40 @@ ...@@ -22,26 +23,40 @@
22 </div> 23 </div>
23 </div> 24 </div>
24 <!-- ----------------------------------内容模块的开始----------------------------------------------- --> 25 <!-- ----------------------------------内容模块的开始----------------------------------------------- -->
25 <div class="appointment_notice contentBox"> 26 <div class="progressBar contentBox">
26 <ul class="app_progress"> 27 <ul class="app_progress">
27 <li class="selected"> 28 <li>
28 <span>1</span> 29 <p class="active"></p>
29 预约须知 30 <h5>
31 预约须知
32 </h5>
30 </li> 33 </li>
31 <div class="line"></div> 34 <div class="layui-progress">
32 <li class="active"> 35 <div class="layui-progress-bar" lay-percent="100%"></div>
33 <span>2</span> 36 </div>
34 选择区域 37 <li>
38 <p class="active"></p>
39 <h5>
40 选择区域
41 </h5>
35 </li> 42 </li>
36 <div class="line"></div> 43 <div class="layui-progress">
44 <div class="layui-progress-bar" lay-percent="50%"></div>
45 </div>
37 <li> 46 <li>
38 <span>3</span> 47 <p></p>
39 预约时间 48 <h5>
49 预约时间
50 </h5>
40 </li> 51 </li>
41 <div class="line"></div> 52 <div class="layui-progress">
53 <div class="layui-progress-bar"></div>
54 </div>
42 <li> 55 <li>
43 <span>4</span> 56 <p></p>
44 预约结果 57 <h5>
58 预约结果
59 </h5>
45 </li> 60 </li>
46 </ul> 61 </ul>
47 </div> 62 </div>
......
...@@ -8,6 +8,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD ...@@ -8,6 +8,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD
8 <title>我的预约-预约时间</title> 8 <title>我的预约-预约时间</title>
9 <script type="text/javascript" src="../staticJs/head.js"></script> 9 <script type="text/javascript" src="../staticJs/head.js"></script>
10 <link rel="stylesheet" href="../staticCss/swiper-bundle.min.css"> 10 <link rel="stylesheet" href="../staticCss/swiper-bundle.min.css">
11 <link rel="stylesheet" type="text/css" href="../staticCss/progressBar.css">
11 <link rel="stylesheet" type="text/css" href="../staticCss/yysj.css"> 12 <link rel="stylesheet" type="text/css" href="../staticCss/yysj.css">
12 </head> 13 </head>
13 14
...@@ -25,26 +26,40 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD ...@@ -25,26 +26,40 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD
25 </div> 26 </div>
26 <!-- ----------------------------------内容模块的开始----------------------------------------------- --> 27 <!-- ----------------------------------内容模块的开始----------------------------------------------- -->
27 <div class="central_area"> 28 <div class="central_area">
28 <div class="appointment_notice contentBox"> 29 <div class="progressBar contentBox">
29 <ul class="app_progress"> 30 <ul class="app_progress">
30 <li class="selected"> 31 <li>
31 <span>1</span> 32 <p class="active"></p>
32 预约须知 33 <h5>
34 预约须知
35 </h5>
33 </li> 36 </li>
34 <div class="line"></div> 37 <div class="layui-progress">
35 <li class="selected"> 38 <div class="layui-progress-bar" lay-percent="100%"></div>
36 <span>2</span> 39 </div>
37 选择区域 40 <li>
41 <p class="active"></p>
42 <h5>
43 选择区域
44 </h5>
38 </li> 45 </li>
39 <div class="line"></div> 46 <div class="layui-progress">
40 <li class="active"> 47 <div class="layui-progress-bar" lay-percent="100%"></div>
41 <span>3</span> 48 </div>
42 预约时间 49 <li>
50 <p class="active"></p>
51 <h5>
52 预约时间
53 </h5>
43 </li> 54 </li>
44 <div class="line"></div> 55 <div class="layui-progress">
56 <div class="layui-progress-bar" lay-percent="50%"></div>
57 </div>
45 <li> 58 <li>
46 <span>4</span> 59 <p></p>
47 预约结果 60 <h5>
61 预约结果
62 </h5>
48 </li> 63 </li>
49 </ul> 64 </ul>
50 </div> 65 </div>
...@@ -91,7 +106,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD ...@@ -91,7 +106,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD
91 <script id="date" type="text/html"> 106 <script id="date" type="text/html">
92 {{# layui.each(d.dateList, function(index, item){ }} 107 {{# layui.each(d.dateList, function(index, item){ }}
93 {{# if(item.isSelect){ }} 108 {{# if(item.isSelect){ }}
94 <ul class="swiper-slide layui-bg-gray active"> 109 <ul class="swiper-slide layui-bg-gray active1">
95 <li>{{item.week}}</li> 110 <li>{{item.week}}</li>
96 <li>{{item.date}}</li> 111 <li>{{item.date}}</li>
97 </ul> 112 </ul>
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
10 <script type="text/javascript" src="../staticJs/head.js"></script> 10 <script type="text/javascript" src="../staticJs/head.js"></script>
11 <link rel="stylesheet" type="text/css" href="../staticCss/yyxz.css"> 11 <link rel="stylesheet" type="text/css" href="../staticCss/yyxz.css">
12 <link rel="stylesheet" type="text/css" href="../staticCss/progressBar.css"> 12 <link rel="stylesheet" type="text/css" href="../staticCss/progressBar.css">
13 <link rel="stylesheet" type="text/css" href="../staticCss/layuiedit.css">
13 </head> 14 </head>
14 15
15 <body> 16 <body>
......