@@ -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 @@
-<div class="lr-list aboutadms"></div>
+<div class="aboutadms"></div>
@@ -11,7 +11,7 @@
';
$page.find('.aboutadms').html(clean_nbsp(html));
}else{
- html = '您还没有配置联系我们';
+ html = '<div class="about-us">暂无配置</div>';
$page.find('.aboutadms').html(html);
}
})
@@ -48,4 +48,17 @@
.value{
text-align: center;
+.contact-us{
+.lr-list-item{
+ background-color: #fff;
@@ -1,2 +1,2 @@
-<div class="lr-list aboutrenlian">
+<div class="aboutrenlian">
</div>
@@ -13,7 +13,7 @@
$page.find('.aboutrenlian').html(html);
//renlian.layer.warning("联系我们信息出错", function () { }, '提示', '关闭');
- html = '您还没有配置关于我们';
+ html = '<div class="contact-us">暂无配置</div>';