mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 17:05:55 +08:00
删除无用文件夹
This commit is contained in:
52
wechat/pages/my/my.wxss
Normal file
52
wechat/pages/my/my.wxss
Normal file
@@ -0,0 +1,52 @@
|
||||
/* pages/my/my.wxss */
|
||||
.top{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 270rpx;
|
||||
background-image: linear-gradient(120deg,#58bcff ,#2b63ff);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.userInfo{
|
||||
width: 85%;
|
||||
height: 200rpx;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
background-color: #ffffff;
|
||||
border-radius: 15rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
box-shadow: 0 0 10rpx #47b6ff;
|
||||
|
||||
}
|
||||
.picture{
|
||||
width: 150rpx;
|
||||
height: 150rpx;
|
||||
border-radius: 50%;
|
||||
margin: 0 60rpx;
|
||||
box-shadow: 0 0 10rpx #a0a0a0;
|
||||
background-color: #6fc5ff;
|
||||
}
|
||||
.picture>image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.other{
|
||||
flex: 1;
|
||||
height: 160rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.username{
|
||||
font-size: 42rpx;
|
||||
}
|
||||
.phone{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.tips{
|
||||
margin: 95rpx 0;
|
||||
}
|
||||
Reference in New Issue
Block a user