Browse Source

user

tags/2.2.4
LengYingxin 6 years ago
parent
commit
d8f5ab617e
2 changed files with 14 additions and 2 deletions
  1. +1
    -1
      pages/user/index.wxml
  2. +13
    -1
      pages/user/index.wxss

+ 1
- 1
pages/user/index.wxml View File

@@ -50,7 +50,7 @@
</navigator>
</view>
<view class="margin"></view>
<button type="default" class="user-out-btn">
<button class="user-out-btn">
退出登陆
</button>
</view>

+ 13
- 1
pages/user/index.wxss View File

@@ -2,7 +2,10 @@
background: #f5f5f5;
height: 20rpx;
}

.user{
background: #f5f5f5;
min-height: 100vh;
}
.user-title {
height: 186rpx;
padding: 30rpx;
@@ -34,6 +37,9 @@
letter-spacing: 0.64rpx;
}

.user-btns{
background: #FFFFFF;
}
.user-btns .user-btn {
display: flex;
height: 88rpx;
@@ -68,4 +74,10 @@
text-align: center;
border-radius:0;
border: none;
}
.user-out-btn.button-hover{
background-color: rgba(237, 237, 237, 1);
}
.user-out-btn::after{
opacity: 0;
}

Loading…
Cancel
Save