提交 962a15a2aea01d50828b71ba2b474941a982b451

作者 wangyu
1 个父辈 e505ebf3

优化退出登录的操作

14.6 KB | 宽: | 高:

3.7 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;
... ...
注册登录 后发表评论