浏览代码

perf[litemall-wx]: 继续删除网易图标链接

Junling Bu 6 年之前
父节点
当前提交
a826e96fc8

+ 4 - 1
litemall-wx/pages/goods/goods.wxml

@@ -54,7 +54,10 @@
     <view class="h">
       <navigator url="/pages/comment/comment?valueId={{goods.id}}&type=0">
         <text class="t">评价({{comment.count > 999 ? '999+' : comment.count}})</text>
-        <text class="i">查看全部</text>
+        <view class="i">
+          查看全部
+          <van-icon name="arrow" />
+        </view>
       </navigator>
     </view>
     <view class="b">

+ 3 - 5
litemall-wx/pages/goods/goods.wxss

@@ -136,8 +136,7 @@
   border: 1px solid #f48f18;
   font-size: 25rpx;
   color: #f48f18;
-  border-radius: 4px;
-  background: url(http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/detailTagArrow-18bee52dab.png) 95% center no-repeat;
+  border-radius: 4rpx;
   background-size: 10.75rpx 18.75rpx;
 }
 
@@ -220,14 +219,13 @@
   line-height: 100.5rpx;
   width: 718.75rpx;
   padding-right: 16rpx;
-  border-bottom: 1px solid #d9d9d9;
 }
 
 .comments .h .t {
   display: block;
   float: left;
   width: 50%;
-  font-size: 38.5rpx;
+  font-size: 30rpx;
   color: #333;
 }
 
@@ -237,7 +235,6 @@
   width: 164rpx;
   height: 100.5rpx;
   line-height: 100.5rpx;
-  background: url(http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/address-right-990628faa7.png) right center no-repeat;
   background-size: 52rpx;
 }
 
@@ -250,6 +247,7 @@
   height: auto;
   width: 720rpx;
   overflow: hidden;
+  border-top: 1px solid #d9d9d9;
 }
 
 .comments .info {

+ 0 - 1
litemall-wx/pages/groupon/myGroupon/myGroupon.wxml

@@ -9,7 +9,6 @@
   </view>
   <view class="no-order" wx:if="{{orderList.length <= 0}}">
     <view class="c">
-      <image src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/noCart-a8fe3f12e5.png" />
       <text>尚未参加任何团购</text>
     </view>
   </view>

+ 1 - 1
litemall-wx/pages/groupon/myGroupon/myGroupon.wxss

@@ -43,7 +43,7 @@ page {
 .no-order .c {
   width: 100%;
   height: auto;
-  margin-top: 200rpx;
+  margin-top: 400rpx;
 }
 
 .no-order .c image {

+ 1 - 1
litemall-wx/pages/index/index.wxml

@@ -2,7 +2,7 @@
 <view class="container">
 <view class="search">
     <navigator url="/pages/search/search" class="input">
-      <image class="icon"></image>
+      <van-icon name="search"/>
       <text class="txt">商品搜索, 共{{goodsCount}}款好物</text>
     </navigator>
   </view>

+ 4 - 7
litemall-wx/pages/index/index.wxss

@@ -512,6 +512,10 @@
   align-items: center;
 }
 
+.search .van-icon-search {
+  line-height: 59rpx;
+}
+
 .search .input {
   width: 690rpx;
   height: 56rpx;
@@ -522,13 +526,6 @@
   justify-content: center;
 }
 
-.search .icon {
-  background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/search2-2fb94833aa.png) center no-repeat;
-  background-size: 100%;
-  width: 28rpx;
-  height: 28rpx;
-}
-
 .search .txt {
   height: 42rpx;
   line-height: 42rpx;

+ 3 - 3
litemall-wx/pages/search/search.wxml

@@ -1,9 +1,9 @@
 <scroll-view class="container" style="height: 100%;">
   <view class="search-header">
     <view class="input-box">
-      <image class="icon" src="http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/search2-2fb94833aa.png"></image>
+      <van-icon name="search"/>
       <input name="input" class="keywrod" focus="true" value="{{keyword}}" confirm-type="search" bindinput="inputChange" bindfocus="inputFocus" bindconfirm="onKeywordConfirm" placeholder="{{defaultKeyword.keyword}}" />
-      <image class="del" wx:if="{{keyword}}" bindtap="clearKeyword" src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/clearIpt-f71b83e3c2.png"></image>
+      <image class="del" wx:if="{{keyword}}" bindtap="clearKeyword" src="/static/images/icon_close.png"></image>
     </view>
     <view class="right" bindtap="closeSearch">取消</view>
   </view>
@@ -11,7 +11,7 @@
     <view class="search-keywords search-history" wx:if="{{!keyword  && historyKeyword.length}}">
       <view class="h">
         <text class="title">历史记录</text>
-        <image class="icon" bindtap="clearHistory" src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/del1-93f0a4add4.png"></image>
+        <image class="icon" bindtap="clearHistory" src="/static/images/delete.png"></image>
       </view>
       <view class="b">
         <view class="item" bindtap="onKeywordTap" data-keyword="{{item.keyword}}" wx:for="{{historyKeyword}}" wx:key="keyword" hover-class="navigator-hover">{{item.keyword}}</view>

+ 4 - 0
litemall-wx/pages/search/search.wxss

@@ -21,6 +21,10 @@ page {
   color: #333;
 }
 
+.search-header .van-icon-search {
+  line-height: 59rpx;
+}
+
 .search-header .input-box {
   position: relative;
   margin-top: 16rpx;

+ 1 - 1
litemall-wx/pages/topicDetail/topicDetail.wxml

@@ -27,7 +27,7 @@
   <scroll-view class="comments">
     <view class="h">
       <text class="t">精选留言</text>
-      <image bindtap="postComment" class="i" src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/comment-add-2aca147c3f.png"></image>
+      <image bindtap="postComment" class="i" src="/static/images/edit.png"></image>
     </view>
     <view class="has-comments" wx:if="{{commentList.length > 0 }}">
       <view class="b">

+ 1 - 1
litemall-wx/pages/ucenter/address/address.wxml

@@ -10,7 +10,7 @@
         <view class="address">{{item.addressDetail}}</view>
       </view>
       <view class="r">
-        <image catchtap="deleteAddress" data-address-id="{{item.id}}" class="del" src="/static/images/del-address.png"></image>
+        <image catchtap="deleteAddress" data-address-id="{{item.id}}" class="del" src="/static/images/delete.png"></image>
       </view>
     </view>
   </view>

+ 0 - 1
litemall-wx/pages/ucenter/collect/collect.wxml

@@ -1,7 +1,6 @@
 <view class="container">
   <view class="no-collect" wx:if="{{collectList.length <= 0}}">
     <view class="c">
-      <image src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/noCart-a8fe3f12e5.png" />
       <text>还没有收藏</text>
     </view>
   </view>

+ 1 - 9
litemall-wx/pages/ucenter/collect/collect.wxss

@@ -20,15 +20,7 @@ page {
 .no-collect .c {
   width: 100%;
   height: auto;
-  margin-top: 200rpx;
-}
-
-.no-collect .c image {
-  margin: 0 auto;
-  display: block;
-  text-align: center;
-  width: 258rpx;
-  height: 258rpx;
+  margin-top: 400rpx;
 }
 
 .no-collect .c text {

+ 0 - 1
litemall-wx/pages/ucenter/footprint/footprint.wxml

@@ -1,7 +1,6 @@
 <view class="container">
   <view class="no-footprint" wx:if="{{footprintList.length <= 0}}">
     <view class="c">
-      <image src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/noCart-a8fe3f12e5.png" />
       <text>没有浏览足迹</text>
     </view>
   </view>

+ 1 - 9
litemall-wx/pages/ucenter/footprint/footprint.wxss

@@ -20,15 +20,7 @@ page {
 .no-footprint .c {
   width: 100%;
   height: auto;
-  margin-top: 200rpx;
-}
-
-.no-footprint .c image {
-  margin: 0 auto;
-  display: block;
-  text-align: center;
-  width: 258rpx;
-  height: 258rpx;
+  margin-top: 400rpx;
 }
 
 .no-footprint .c text {

+ 0 - 1
litemall-wx/pages/ucenter/order/order.wxml

@@ -18,7 +18,6 @@
   </view>
   <view class="no-order" wx:if="{{orderList.length <= 0}}">
     <view class="c">
-      <image src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/noCart-a8fe3f12e5.png" />
       <text>还没有任何订单呢</text>
     </view>
   </view>

+ 1 - 9
litemall-wx/pages/ucenter/order/order.wxss

@@ -43,15 +43,7 @@ page {
 .no-order .c {
   width: 100%;
   height: auto;
-  margin-top: 200rpx;
-}
-
-.no-order .c image {
-  margin: 0 auto;
-  display: block;
-  text-align: center;
-  width: 258rpx;
-  height: 258rpx;
+  margin-top: 400rpx;
 }
 
 .no-order .c text {

二进制
litemall-wx/static/images/checkbox.png


litemall-wx/static/images/del-address.png → litemall-wx/static/images/delete.png


litemall-wx/static/images/edit-address.png → litemall-wx/static/images/edit.png