소스 검색

修改关于我们提示2

git 5 년 전
부모
커밋
9b137a9f05

+ 11 - 1
pages/my/aboutadms/aboutadms.css

@@ -38,4 +38,14 @@
         font-size: 12px;
         color: #999;
         padding-top: 20px;
-    }
+    }
+    .about-us{
+    width: 100%;
+    height: 100px;
+    line-height: 100px;
+    font-size: 18px;
+    text-align: center;
+    margin-top: 40%;
+    background-color: #EFEFF4;
+    border-style: none;
+}

+ 1 - 1
pages/my/aboutadms/aboutadms.html

@@ -1 +1 @@
-<div class="lr-list aboutadms"></div>
+<div class="aboutadms"></div>

+ 1 - 1
pages/my/aboutadms/aboutadms.js

@@ -11,7 +11,7 @@
 					        ';
 				    $page.find('.aboutadms').html(clean_nbsp(html));
 				}else{
-					html = '您还没有配置联系我们';
+					html = '<div class="about-us">暂无配置</div>';
 					$page.find('.aboutadms').html(html);
 				}
 			})

+ 13 - 0
pages/my/aboutrenlian/aboutrenlian.css

@@ -48,4 +48,17 @@
 }
 .value{
      text-align: center;
+}
+.contact-us{
+    width: 100%;
+    height: 100px;
+    line-height: 100px;
+    font-size: 18px;
+    text-align: center;
+    margin-top: 40%;
+    background-color: #EFEFF4;
+    border-style: none;
+}
+.lr-list-item{
+    background-color: #fff;
 }

+ 1 - 1
pages/my/aboutrenlian/aboutrenlian.html

@@ -1,2 +1,2 @@
-<div class="lr-list aboutrenlian">
+<div class="aboutrenlian">
 </div>

+ 1 - 1
pages/my/aboutrenlian/aboutrenlian.js

@@ -13,7 +13,7 @@
 					$page.find('.aboutrenlian').html(html);
 				}else{
 					//renlian.layer.warning("联系我们信息出错", function () { }, '提示', '关闭');
-					 html = '您还没有配置关于我们';
+					 html = '<div class="contact-us">暂无配置</div>';
 					$page.find('.aboutrenlian').html(html);
 				}
 			})