mine.wxss
1.2 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
.minhead {
width: 750rpx;
height: 348rpx;
font-size: 0;
position: relative;
}
.myinfo {
position: absolute;
top: 129rpx;
left: 30rpx;
width: 690rpx;
height: 305rpx;
background: rgba(255, 255, 255, 1);
opacity: 1;
border-radius: 10rpx;
box-shadow: 5rpx 6rpx 50rpx #FFEBAE;
padding: 30rpx;
box-sizing: border-box
}
.myword{
color:#fff;
font-size: 36rpx;
position: absolute;
top:30rpx;
left:30rpx;
font-weight: bold
}
.myname{
color:#333333;
font-size: 32rpx;
margin-top:70rpx;
text-align: center;
font-weight: bold;
}
.number{
color:#333333;
font-size: 28rpx;
margin-top:30rpx;
text-align: center
}
.jigou{
color:#333333;
font-size: 28rpx;
margin-top:10rpx;
text-align: center;
}
.mylist{
margin-top:191rpx;
}
.mylistitem{
display:flex;
align-items: center;
padding: 32rpx;
box-sizing: border-box;
border-bottom:1rpx solid #f5f5f5;
justify-content: space-between
}
.itemleft{
width:38rpx;
height:42rpx;
font-size:0;
}
.myrow{
width:27rpx;
height:27rpx;
font-size: 0
}
.left{
display:flex;
align-items: center;
}
.itemname{
color:#333333;
font-size: 28rpx;
margin-left:23rpx;
}