mine.wxss
1.9 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/* pages/mine/mine.wxss */
page {
/* background: #d3dfe8; */
height:100%;
/* background: url("http://pnb2waalt.bkt.clouddn.com/lastmy.png")no-repeat center;
background-size: 100%,100%; */
}
.mine {
height:100%;
/* position: fixed;
top: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%; */
}
.mine image{
display: block;
width:100%;
height: 100%;
}
.mine_main{
position: absolute;
left:0;
right:0;
bottom:0;
margin: 0 auto;
z-index:2;
width:686rpx;
color:#333;
font-size:26rpx;
background: #fff;
border-radius: 13rpx 13rpx 0 0;
}
.mine_main .head{
position: absolute;
z-index:3;
left:76rpx;
top:-90rpx;
width:130rpx;
height: 130rpx;
font-size: 0;
border-radius: 50%;
}
.head image{
width:100%;
height:100%;
border-radius: 50%;
}
.mine_top{
margin: 59rpx 42rpx 22rpx 76rpx;
color:#333333;
font-size:30rpx;
font-weight: bold;
display: flex;
align-items: center;
justify-content: space-between;
}
.mine_rigth{
font-weight: normal;
display: flex;
align-items: center;
color:#999;
font-size:24rpx;
}
.mine_rigth .iconfont{
margin: 0 0 0 5rpx;
}
.huiyuan{
margin: 0 0 37rpx 0;
display: flex;
align-items: center;
justify-content: center;
border-radius:0 25rpx 25rpx 0;
width:240rpx;
height: 50rpx;
color:#fff;
background: linear-gradient(to right, #318AE2 , #57ABFF);
box-shadow: 0 0 10rpx #8BC2FA;
}
.huiyuan_icon{
margin: 0 12rpx 0 0;
width:33rpx;
height:26rpx;
display: flex;
align-items: center;
justify-content: center;
}
.huiyuan_icon image{
width:100%;
height: 100%;
display: block;
}
.line{
margin: 0 27rpx 0 13rpx;
background: rgba(36, 35, 35, 0.7);
height:2rpx;
}
.mine_item{
margin: 0 42rpx 0 47rpx;
padding:27rpx 0 24rpx 0;
border-bottom: 1rpx solid #E8E8E8;
display: flex;
align-items: center;
justify-content: space-between;
color:#333;
font-weight: bold;
font-size: 32rpx;
}
.mine_item:last-child{
border-bottom:none;
}