Browse Source

小程序:自定义tabbar

panyong 2 năm trước cách đây
mục cha
commit
c77086fe81
2 tập tin đã thay đổi với 15 bổ sung0 xóa
  1. 11 0
      htmldev/wxMini/pages/mine/mine.scss
  2. 4 0
      htmldev/wxMini/pages/mine/mine.wxml

+ 11 - 0
htmldev/wxMini/pages/mine/mine.scss

@@ -142,3 +142,14 @@
     color: rgba(51, 62, 99, 1);
   }
 }
+
+button.logout[type="primary"] {
+  width: 627rpx;
+  height: 80rpx;
+  margin: 40rpx auto 0;
+  border-radius: 40rpx;
+  background-color: rgba(145, 179, 121, 1);
+  font-size: 36rpx;
+  font-weight: 500;
+  color: rgba(255, 255, 255, 1);
+}

+ 4 - 0
htmldev/wxMini/pages/mine/mine.wxml

@@ -62,6 +62,10 @@
       <text class="value">客服电话</text>
     </view>
   </view>
+  <button
+    class="logout"
+    type="primary">退出当前账号
+  </button>
 </view>
   <!--自定义tabbar页面被遮挡-->
 <view style="padding-bottom:25%;"></view>