Browse Source

测试调整

wangcz 8 years ago
parent
commit
31925a1ddf
2 changed files with 5 additions and 1 deletions
  1. 5 1
      components/store/CommodityList.vue
  2. BIN
      static/images/all/icon_nianxian.jpg

+ 5 - 1
components/store/CommodityList.vue

@@ -107,7 +107,7 @@
                 </div>
                 <div class="col-xs-4 txt-info">
                   <p class="grey f16">暂无器件信息</p>
-                  <i class="iconfont">&#xe610;</i>&nbsp;<a href="/">返回首页</a>
+                  <a href="/">马上去逛一逛</a>
                 </div>
               </div>
             </td>
@@ -508,6 +508,10 @@ export default {
 	}
 	.text-center  .txt-info a{
 		font-size: 14px;
+    display: block;
+    color: #5078cb;
+    background: url('/images/all/icon_nianxian.jpg')no-repeat 105px center;
+    padding-left: 50px;
 	}
 	.text-center  .col-xs-4 i{
 		color: #5078cb;

BIN
static/images/all/icon_nianxian.jpg