admin-user.wxss
1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.content {
min-height: 100vh;
background-color: #F7F8FA;
}
.imgBox {
width: 100%;
height: 462rpx;
position: relative;
}
.topImg {
width: 100%;
height: 100%;
}
.userInfo {
width: 92%;
margin-left: 4%;
background-color: #fff;
border-radius: 16rpx;
height: 186rpx;
margin-top: -50rpx;
z-index: 2;
position: relative;
text-align: center;
}
.userInfo image {
width: 116rpx;
height: 116rpx;
border-radius: 50%;
margin-top: -56rpx;
}
.userName {
color: #323233;
font-size: 36rpx;
margin-top: 20rpx;
font-weight: 600;
}
.outLogin{
width: 92%;
margin-left: 4%;
height: 80rpx;
line-height: 80rpx;
font-size: 32rpx;
color: #fff;
text-align: center;
margin-top: 200rpx ;
background: #ff2f2f;
}
.bottomTab {
position: fixed;
bottom: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
height: 120rpx;
font-size: 20rpx;
background-color: #fff;
}
.bottomIcon image {
width: 48rpx;
height: 48rpx;
}