my.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
123
124
125
126
127
128
129
/* pages/my/my.wxss */
page {
background-color: #F7F8FA;
}
.mybg {
width: 100%;
height: 300rpx;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.myBox {
padding: 34rpx 32rpx;
display: flex;
align-items: center;
position: absolute;
/* justify-content: center;
flex-direction: column;
width: 100%;
margin-top: 72rpx; */
}
.myBox image {
width: 118rpx;
height: 118rpx;
border-radius: 50%;
}
.name {
font-weight: 600;
font-size: 28rpx;
color: #ffffff;
margin-left: 24rpx;
}
.box {
padding: 0 32rpx;
box-sizing: border-box;
position: absolute;
top: 145rpx;
}
.box_top {
display: flex;
align-items: center;
margin-top: 32rpx;
width: 100%;
height: 168rpx;
background: rgba(255, 255, 255, 1);
border-radius: 32rpx;
}
.boxlis {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.shu {
font-size: 56rpx;
font-weight: bold;
color: rgba(6, 18, 31, 1);
}
.mc {
color: rgba(140, 145, 152, 1);
font-size: 28rpx;
}
.box_bottom {
width: 100%;
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 32rpx;
background: rgba(255, 255, 255, 1);
border-radius: 32rpx;
width: 100%;
height: 360rpx;
}
.bottomlid {
flex: 33.33%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.bottomlid image {
width: 72rpx;
height: 72rpx;
}
button::after {
border: none;
width: 0rpx;
}
.bottomlid button {
background-color: #fff;
border-radius: 0;
width: 100%;
padding: 0;
font-size: 28rpx;
font-weight: 400;
}
button[plain] {
border: none;
}
.bottomlid button:not([size='mini']) {
width: 100%;
}
.kf {
background-color: white;
}
.border {
border-right: solid 2rpx rgba(238, 238, 238, 1);
}