See999 4 years ago
parent
commit
ca5ead06b2

+ 1 - 1
static/css/mobileAbout.css View File

94
 .aboutBanner{
94
 .aboutBanner{
95
     width: 100%;
95
     width: 100%;
96
     height: 3.34rem;
96
     height: 3.34rem;
97
-    background-image: url(/static/images/img/banner6.jpg);
97
+    background-image: url(http://kuyi.shengws.com/about.jpg);
98
     background-position: center center;
98
     background-position: center center;
99
     background-size: cover;
99
     background-size: cover;
100
     -webkit-background-size: cover;
100
     -webkit-background-size: cover;

+ 1 - 1
static/css/mobileIndex.css View File

64
     display: block;
64
     display: block;
65
 }
65
 }
66
 .main-container .banner{
66
 .main-container .banner{
67
-    background-image: url(/static/images/img/banner3.jpg);
67
+    background-image: url(http://images.shengws.com/banner.jpg);
68
     background-position: center center;
68
     background-position: center center;
69
     background-size: cover;
69
     background-size: cover;
70
     -webkit-background-size: cover;
70
     -webkit-background-size: cover;

+ 1 - 1
static/css/newAbout.css View File

67
     height: 42vw;
67
     height: 42vw;
68
     position: relative;
68
     position: relative;
69
     margin-top: 80px;
69
     margin-top: 80px;
70
-    background-image: url(/static/images/img/banner6.jpg);
70
+    background-image: url(http://kuyi.shengws.com/about.jpg);
71
     background-position: center center;
71
     background-position: center center;
72
     background-size: cover;
72
     background-size: cover;
73
     -webkit-background-size: cover;
73
     -webkit-background-size: cover;

+ 1 - 1
static/css/newIndex.css View File

68
     position: relative;
68
     position: relative;
69
     margin-top: 80px;
69
     margin-top: 80px;
70
     /* background-image: url(https://kuyi.shengws.com/WechatIMG895.png); */
70
     /* background-image: url(https://kuyi.shengws.com/WechatIMG895.png); */
71
-    background-image: url(/static/images/img/banner3.jpg);
71
+    background-image: url(http://images.shengws.com/banner.jpg);
72
     background-position: center center;
72
     background-position: center center;
73
     background-size: cover;
73
     background-size: cover;
74
     -webkit-background-size: cover;
74
     -webkit-background-size: cover;

+ 3 - 2
views/mobile_site/regist.html View File

54
         </div>
54
         </div>
55
     </div>
55
     </div>
56
 
56
 
57
-    <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
57
+    <!-- <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> -->
58
+    <script src="/static/js/jquery-1.11.0.min.js" type="text/javascript"></script>
58
     <script src="/static/js/layer.js"></script>
59
     <script src="/static/js/layer.js"></script>
59
     <script src="/static/js/md5.js"></script>
60
     <script src="/static/js/md5.js"></script>
60
     <script src="/static/js/common.js"></script>
61
     <script src="/static/js/common.js"></script>
180
     }
181
     }
181
     </script>
182
     </script>
182
 </body>
183
 </body>
183
-</html>
184
+</html>