Commit a826e96f authored by Junling Bu's avatar Junling Bu
Browse files

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

parent bf633448
...@@ -54,7 +54,10 @@ ...@@ -54,7 +54,10 @@
<view class="h"> <view class="h">
<navigator url="/pages/comment/comment?valueId={{goods.id}}&type=0"> <navigator url="/pages/comment/comment?valueId={{goods.id}}&type=0">
<text class="t">评价({{comment.count > 999 ? '999+' : comment.count}})</text> <text class="t">评价({{comment.count > 999 ? '999+' : comment.count}})</text>
<text class="i">查看全部</text> <view class="i">
查看全部
<van-icon name="arrow" />
</view>
</navigator> </navigator>
</view> </view>
<view class="b"> <view class="b">
......
...@@ -136,8 +136,7 @@ ...@@ -136,8 +136,7 @@
border: 1px solid #f48f18; border: 1px solid #f48f18;
font-size: 25rpx; font-size: 25rpx;
color: #f48f18; color: #f48f18;
border-radius: 4px; border-radius: 4rpx;
background: url(http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/detailTagArrow-18bee52dab.png) 95% center no-repeat;
background-size: 10.75rpx 18.75rpx; background-size: 10.75rpx 18.75rpx;
} }
...@@ -220,14 +219,13 @@ ...@@ -220,14 +219,13 @@
line-height: 100.5rpx; line-height: 100.5rpx;
width: 718.75rpx; width: 718.75rpx;
padding-right: 16rpx; padding-right: 16rpx;
border-bottom: 1px solid #d9d9d9;
} }
.comments .h .t { .comments .h .t {
display: block; display: block;
float: left; float: left;
width: 50%; width: 50%;
font-size: 38.5rpx; font-size: 30rpx;
color: #333; color: #333;
} }
...@@ -237,7 +235,6 @@ ...@@ -237,7 +235,6 @@
width: 164rpx; width: 164rpx;
height: 100.5rpx; height: 100.5rpx;
line-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; background-size: 52rpx;
} }
...@@ -250,6 +247,7 @@ ...@@ -250,6 +247,7 @@
height: auto; height: auto;
width: 720rpx; width: 720rpx;
overflow: hidden; overflow: hidden;
border-top: 1px solid #d9d9d9;
} }
.comments .info { .comments .info {
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
</view> </view>
<view class="no-order" wx:if="{{orderList.length <= 0}}"> <view class="no-order" wx:if="{{orderList.length <= 0}}">
<view class="c"> <view class="c">
<image src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/noCart-a8fe3f12e5.png" />
<text>尚未参加任何团购</text> <text>尚未参加任何团购</text>
</view> </view>
</view> </view>
......
...@@ -43,7 +43,7 @@ page { ...@@ -43,7 +43,7 @@ page {
.no-order .c { .no-order .c {
width: 100%; width: 100%;
height: auto; height: auto;
margin-top: 200rpx; margin-top: 400rpx;
} }
.no-order .c image { .no-order .c image {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class="container"> <view class="container">
<view class="search"> <view class="search">
<navigator url="/pages/search/search" class="input"> <navigator url="/pages/search/search" class="input">
<image class="icon"></image> <van-icon name="search"/>
<text class="txt">商品搜索, 共{{goodsCount}}款好物</text> <text class="txt">商品搜索, 共{{goodsCount}}款好物</text>
</navigator> </navigator>
</view> </view>
......
...@@ -512,6 +512,10 @@ ...@@ -512,6 +512,10 @@
align-items: center; align-items: center;
} }
.search .van-icon-search {
line-height: 59rpx;
}
.search .input { .search .input {
width: 690rpx; width: 690rpx;
height: 56rpx; height: 56rpx;
...@@ -522,13 +526,6 @@ ...@@ -522,13 +526,6 @@
justify-content: center; 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 { .search .txt {
height: 42rpx; height: 42rpx;
line-height: 42rpx; line-height: 42rpx;
......
<scroll-view class="container" style="height: 100%;"> <scroll-view class="container" style="height: 100%;">
<view class="search-header"> <view class="search-header">
<view class="input-box"> <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}}" /> <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>
<view class="right" bindtap="closeSearch">取消</view> <view class="right" bindtap="closeSearch">取消</view>
</view> </view>
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<view class="search-keywords search-history" wx:if="{{!keyword && historyKeyword.length}}"> <view class="search-keywords search-history" wx:if="{{!keyword && historyKeyword.length}}">
<view class="h"> <view class="h">
<text class="title">历史记录</text> <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>
<view class="b"> <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> <view class="item" bindtap="onKeywordTap" data-keyword="{{item.keyword}}" wx:for="{{historyKeyword}}" wx:key="keyword" hover-class="navigator-hover">{{item.keyword}}</view>
......
...@@ -21,6 +21,10 @@ page { ...@@ -21,6 +21,10 @@ page {
color: #333; color: #333;
} }
.search-header .van-icon-search {
line-height: 59rpx;
}
.search-header .input-box { .search-header .input-box {
position: relative; position: relative;
margin-top: 16rpx; margin-top: 16rpx;
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<scroll-view class="comments"> <scroll-view class="comments">
<view class="h"> <view class="h">
<text class="t">精选留言</text> <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>
<view class="has-comments" wx:if="{{commentList.length > 0 }}"> <view class="has-comments" wx:if="{{commentList.length > 0 }}">
<view class="b"> <view class="b">
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<view class="address">{{item.addressDetail}}</view> <view class="address">{{item.addressDetail}}</view>
</view> </view>
<view class="r"> <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> </view>
</view> </view>
......
<view class="container"> <view class="container">
<view class="no-collect" wx:if="{{collectList.length <= 0}}"> <view class="no-collect" wx:if="{{collectList.length <= 0}}">
<view class="c"> <view class="c">
<image src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/noCart-a8fe3f12e5.png" />
<text>还没有收藏</text> <text>还没有收藏</text>
</view> </view>
</view> </view>
......
...@@ -20,15 +20,7 @@ page { ...@@ -20,15 +20,7 @@ page {
.no-collect .c { .no-collect .c {
width: 100%; width: 100%;
height: auto; height: auto;
margin-top: 200rpx; margin-top: 400rpx;
}
.no-collect .c image {
margin: 0 auto;
display: block;
text-align: center;
width: 258rpx;
height: 258rpx;
} }
.no-collect .c text { .no-collect .c text {
......
<view class="container"> <view class="container">
<view class="no-footprint" wx:if="{{footprintList.length <= 0}}"> <view class="no-footprint" wx:if="{{footprintList.length <= 0}}">
<view class="c"> <view class="c">
<image src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/noCart-a8fe3f12e5.png" />
<text>没有浏览足迹</text> <text>没有浏览足迹</text>
</view> </view>
</view> </view>
......
...@@ -20,15 +20,7 @@ page { ...@@ -20,15 +20,7 @@ page {
.no-footprint .c { .no-footprint .c {
width: 100%; width: 100%;
height: auto; height: auto;
margin-top: 200rpx; margin-top: 400rpx;
}
.no-footprint .c image {
margin: 0 auto;
display: block;
text-align: center;
width: 258rpx;
height: 258rpx;
} }
.no-footprint .c text { .no-footprint .c text {
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
</view> </view>
<view class="no-order" wx:if="{{orderList.length <= 0}}"> <view class="no-order" wx:if="{{orderList.length <= 0}}">
<view class="c"> <view class="c">
<image src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/noCart-a8fe3f12e5.png" />
<text>还没有任何订单呢</text> <text>还没有任何订单呢</text>
</view> </view>
</view> </view>
......
...@@ -43,15 +43,7 @@ page { ...@@ -43,15 +43,7 @@ page {
.no-order .c { .no-order .c {
width: 100%; width: 100%;
height: auto; height: auto;
margin-top: 200rpx; margin-top: 400rpx;
}
.no-order .c image {
margin: 0 auto;
display: block;
text-align: center;
width: 258rpx;
height: 258rpx;
} }
.no-order .c text { .no-order .c text {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment