my.wxss
1.3 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
/* pages/my/my.wxss */
@import 'myProfile/myProfile.wxss';
.header_box {
width: 100%;
height: 200rpx;
background: #3fa9f5;
border-radius: 10rpx;
margin-top: 20rpx;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 32rpx;
color: #fff;
padding: 0 24rpx;
box-sizing: border-box;
}
.modal {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: transparent;
/*opacity: 0.8;*/
z-index: 10;
}
.icon-bianji2{
font-size: 50rpx;
text-align: center;
}
.head_box {
display: flex;
align-items: center;
}
.head_img{
margin-right: 25rpx!important;
}
.phone_num{
font-size: 24rpx;
}
.my_info_box {
font-size: 18rpx;
}
.head_img {
margin: 0;
}
.info_box {
border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
padding: 20rpx 20rpx;
margin-top: 0;
}
.list_item_box .info_box:last-child {
border: 0;
}
.list_item_box {
margin-top: 20rpx;
padding: 0 20rpx;
background: #fff;
}
.list_img {
width: 60rpx;
height: 60rpx;
margin: 0 auto 20rpx auto;
}
.list_img image {
width: 100%;
height: 100%;
}
.list_tab_box {
background: #fff;
display: flex;
align-items: center;
justify-content: space-between;
padding: 20rpx 70rpx;
}
.tab_item {
font-size: 24rpx;
color: #6f6f6f;
}
.all{
font-size: 28rpx;
color: #464646;
}