Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
a826e96f
Commit
a826e96f
authored
Dec 14, 2019
by
Junling Bu
Browse files
perf[litemall-wx]: 继续删除网易图标链接
parent
bf633448
Changes
19
Show whitespace changes
Inline
Side-by-side
litemall-wx/pages/goods/goods.wxml
View file @
a826e96f
...
...
@@ -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">
...
...
litemall-wx/pages/goods/goods.wxss
View file @
a826e96f
...
...
@@ -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: 3
8.5
rpx;
font-size: 3
0
rpx;
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 {
...
...
litemall-wx/pages/groupon/myGroupon/myGroupon.wxml
View file @
a826e96f
...
...
@@ -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>
...
...
litemall-wx/pages/groupon/myGroupon/myGroupon.wxss
View file @
a826e96f
...
...
@@ -43,7 +43,7 @@ page {
.no-order .c {
width: 100%;
height: auto;
margin-top:
2
00rpx;
margin-top:
4
00rpx;
}
.no-order .c image {
...
...
litemall-wx/pages/index/index.wxml
View file @
a826e96f
...
...
@@ -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>
...
...
litemall-wx/pages/index/index.wxss
View file @
a826e96f
...
...
@@ -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;
...
...
litemall-wx/pages/search/search.wxml
View file @
a826e96f
<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>
...
...
litemall-wx/pages/search/search.wxss
View file @
a826e96f
...
...
@@ -21,6 +21,10 @@ page {
color: #333;
}
.search-header .van-icon-search {
line-height: 59rpx;
}
.search-header .input-box {
position: relative;
margin-top: 16rpx;
...
...
litemall-wx/pages/topicDetail/topicDetail.wxml
View file @
a826e96f
...
...
@@ -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">
...
...
litemall-wx/pages/ucenter/address/address.wxml
View file @
a826e96f
...
...
@@ -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/del
ete
.png"></image>
</view>
</view>
</view>
...
...
litemall-wx/pages/ucenter/collect/collect.wxml
View file @
a826e96f
<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>
...
...
litemall-wx/pages/ucenter/collect/collect.wxss
View file @
a826e96f
...
...
@@ -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 {
...
...
litemall-wx/pages/ucenter/footprint/footprint.wxml
View file @
a826e96f
<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>
...
...
litemall-wx/pages/ucenter/footprint/footprint.wxss
View file @
a826e96f
...
...
@@ -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 {
...
...
litemall-wx/pages/ucenter/order/order.wxml
View file @
a826e96f
...
...
@@ -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>
...
...
litemall-wx/pages/ucenter/order/order.wxss
View file @
a826e96f
...
...
@@ -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
deleted
100644 → 0
View file @
bf633448
1.39 KB
litemall-wx/static/images/del
-address
.png
→
litemall-wx/static/images/del
ete
.png
View file @
a826e96f
File moved
litemall-wx/static/images/edit
-address
.png
→
litemall-wx/static/images/edit.png
View file @
a826e96f
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment