my.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
70
page {
background-color: #F5F9FA;
}
.myimg {
height: 258rpx;
width: 100%;
}
.headbox {
width: 160rpx;
height: 160rpx;
border-radius: 50%;
overflow: hidden;
margin: -80rpx auto 0 auto;
}
.myhead {
width: 160rpx;
height: 160rpx;
border-radius: 50%;
}
.myname {
text-align: center;
margin: 18rpx auto 78rpx auto;
font-size: 30rpx;
}
.mylist {
display: flex;
justify-content: space-between;
padding: 0 72rpx;
align-items: center;
}
.myitem {
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
font-size: 28rpx;
}
.myitem:active {
background-color: rgba(0,0,0,0.1);
}
.myitem .iconfont {
font-size: 42rpx;
}
.myoder {
display: flex;
justify-content: space-between;
padding: 45rpx 20rpx 45rpx 24rpx;
margin: 0 32rpx;
font-size: 28rpx;
background-color: #fff;
border-bottom: 1rpx solid #E6EAEB;
}
.myoder:active {
background-color: rgba(0,0,0,0.08);
}
.my {
margin: 75rpx 0 0 0;
box-shadow: 2rpx 0 4rpx rgba(0,0,0,0.08);
}