myteam.wxss
936 字节
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
/* pages/myteam/myteam.wxss */
page {
background-color: rgb(240, 240, 240);
}
.myteamBox {
margin: 24rpx 32rpx;
padding: 32rpx 24rpx;
/* height: 266rpx; */
background-color: #ffffff;
border-radius: 7px;
font-size: 28rpx;
}
.teamtop {
display: flex;
align-items: center;
color: #FF976A;
}
.teamtop image {
width: 40rpx;
height: 40rpx;
}
.teamAddress {
margin-right: 44rpx;
}
.teambottom {
display: flex;
margin-top: 24rpx;
}
.teambottom image {
width: 182rpx;
height: 132rpx;
border-radius: 7px;
margin-right: 24rpx;
}
.teamright {
width: 434rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.teamName {
font-size: 28rpx;
font-weight: 600;
color: #323233;
text-align: justify;
}
.teamTime {
display: flex;
justify-content: space-between;
font-size: 24rpx;
color: #7D7E80;
}