Commit 398f1830 authored by Junling Bu's avatar Junling Bu
Browse files

update[litemall-wx}: 修改购物车未登录时登录按钮样式。

parent e9f2d737
......@@ -3,7 +3,7 @@
<view class="c">
<image src="http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/noCart-a8fe3f12e5.png" />
<text>还没有登录</text>
<button type="primary" bindtap="goLogin">去登录</button>
<button type="primary" plain="true" bindtap="goLogin">去登录</button>
</view>
</view>
<view class='login' wx:else>
......
......@@ -63,6 +63,11 @@ page{
color: #999;
}
.no-login button{
width: 60%;
margin: 0 auto;
}
.no-cart{
width: 100%;
height: auto;
......
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