This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
user
tags/2.2.4
LengYingxin
6 years ago
parent
85e4784f46
commit
d8f5ab617e
2 changed files
with
14 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/user/index.wxml
+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;
}
Write
Preview
Loading…
Cancel
Save