正在显示
5 个修改的文件
包含
13 行增加
和
3 行删除
images/8KB.png
已删除
100644 → 0
4.5 KB
images/icon_logout.png
0 → 100644
4.3 KB
... | ... | @@ -56,10 +56,12 @@ |
56 | 56 | <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image> |
57 | 57 | </view> --> |
58 | 58 | |
59 | - <text style="font-size:34rpx;color:#999;text-align:center;padding:20rpx;margin:80rpx 0" bindtap='loginout'>退出登录</text> | |
59 | + <!-- <text style="font-size:34rpx;color:#999;text-align:center;padding:20rpx;margin:80rpx 0" bindtap='loginout'>退出登录</text> --> | |
60 | 60 | </view> |
61 | 61 | </scroll-view> |
62 | 62 | |
63 | 63 | <image class='chat-img' bindtap='gochat' src='/images/icon_chat.png'></image> |
64 | 64 | |
65 | + <image class='logout-img' bindtap='loginout' src='/images/icon_logout.png'></image> | |
66 | + | |
65 | 67 | </view> | ... | ... |
... | ... | @@ -60,8 +60,16 @@ text_wrap_sub_999 { |
60 | 60 | } |
61 | 61 | |
62 | 62 | .chat-img { |
63 | - width: 96rpx; | |
64 | - height: 96rpx; | |
63 | + width: 80rpx; | |
64 | + height: 80rpx; | |
65 | + position: fixed; | |
66 | + right: 40rpx; | |
67 | + bottom: 140rpx; | |
68 | +} | |
69 | + | |
70 | +.logout-img { | |
71 | + width: 80rpx; | |
72 | + height: 80rpx; | |
65 | 73 | position: fixed; |
66 | 74 | right: 40rpx; |
67 | 75 | bottom: 40rpx; | ... | ... |
请
注册
或
登录
后发表评论