See999 4 년 전
부모
커밋
ca5ead06b2
5개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      static/css/mobileAbout.css
  2. 1 1
      static/css/mobileIndex.css
  3. 1 1
      static/css/newAbout.css
  4. 1 1
      static/css/newIndex.css
  5. 3 2
      views/mobile_site/regist.html

+ 1 - 1
static/css/mobileAbout.css 파일 보기

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

+ 1 - 1
static/css/mobileIndex.css 파일 보기

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

+ 1 - 1
static/css/newAbout.css 파일 보기

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

+ 1 - 1
static/css/newIndex.css 파일 보기

@@ -68,7 +68,7 @@ body{
68 68
     position: relative;
69 69
     margin-top: 80px;
70 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 72
     background-position: center center;
73 73
     background-size: cover;
74 74
     -webkit-background-size: cover;

+ 3 - 2
views/mobile_site/regist.html 파일 보기

@@ -54,7 +54,8 @@
54 54
         </div>
55 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 59
     <script src="/static/js/layer.js"></script>
59 60
     <script src="/static/js/md5.js"></script>
60 61
     <script src="/static/js/common.js"></script>
@@ -180,4 +181,4 @@
180 181
     }
181 182
     </script>
182 183
 </body>
183
-</html>
184
+</html>