my.wxss
1.7 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
/* pages/my/my.wxss */
.my_head {
position: relative;
height: 268rpx;
width: 750rpx;
}
.my_head image {
width: 100%;
height: 100%;
display: block;
}
.my_headitem {
position: absolute;
left: 50%;
bottom: -93rpx;
transform: translateX(-50%);
color: #5e6661;
font-weight: bold;
font-size: 32rpx;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.my_headitemimg {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.my_headitemimg image {
width: 132rpx;
height: 132rpx;
border-radius: 50%;
display: block;
}
.my_headitem .word {
width: 100%;
text-align: center;
margin-top: 10rpx;
}
.my_itembox {
margin: 210rpx 0 0 0;
}
.my_item {
display: flex;
align-items: center;
justify-content: space-between;
color: #333;
font-size: 32rpx;
padding: 30rpx 32rpx;
border-bottom: 1px solid #e6e6e6;
}
.my_item .iconfont {
color: #ccc;
font-size: 32rpx;
}
.my_itemletf {
display: flex;
align-items: center;
justify-content: center;
color: #333;
font-size: 32rpx;
}
.my_itemletf image{
width: 64rpx;
height: 64rpx;
margin-right: 5rpx;
position: relative;
left: -10rpx;
top: 0;
}
.my_itemletf .time{
width: 34rpx;
height: 32rpx;
margin-right: 30rpx;
left: 0;
}
.my_itemletf .iconfont {
font-size: 40rpx;
color: #fa8286;
margin: 0 32rpx 0 0;
}
.my_itemletf .icon-chakanshenqing {
color: #68a6ff;
}
.my_itemletf .icon-renyuanxiaozu {
color: #f9a949;
}
.my_itemletf .icon-gongzhang {
color: #44cbee;
}
.star_box {
width: auto;
height: auto;
margin-top: 16rpx;
display: flex;
justify-content: space-between;
}
.star_box image {
width: 28rpx;
height: 26rpx;
padding-left: 10rpx;
padding-right: 10rpx;
}