more_other.wxss
2.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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
page {
background-color: rgb(240, 240, 240);
}
.apply_item {
padding: 0 32rpx;
height: 88rpx;
color: #333;
font-size: 28rpx;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
}
.apply_item_list {
text-align: right;
width: 70%;
color: #333;
font-size: 28rpx;
}
.apply_item_list image {
width: 56rpx;
height: 56rpx;
border-radius: 50%;
}
.distance {
margin-top: 16rpx;
}
.distance image {
width: 16rpx;
height: 27rpx;
}
.star image {
width: 28rpx;
height: 28rpx;
}
.line view {
margin: 0 32rpx;
background-color: #e6e6e6;
height: 1px;
}
.line {
background-color: #ffffff;
}
/* 导航条开始 */
.navbar {
height: 88rpx;
padding: 0 62rpx;
margin-top: 24rpx;
display: flex;
justify-content: space-around;
/* background : linear-gradient(136deg,#4e8fff 2%, #55c2fa); */
background-color: #ffffff;
font-size: 30rpx;
color: #969799;
border-radius: 2px 0px 0px 2px;
}
.navbar .item {
width: 346rpx;
height: 64rpx;
line-height: 66rpx;
font-size: 24rpx;
position: relative;
text-align: center;
/* background-color: #FFC909; */
/* border-radius : 19px; */
}
.navbar .item.choose {
color: black;
/* background: linear-gradient(136deg, #4e8fff 2%, #55c2fa); */
}
.navbar .item.choose:after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 80rpx;
height: 6rpx;
background: #21AE58;
margin: 0 auto;
}
/* 团队 */
.myactive_wrap {
margin: 32rpx 24rpx;
padding: 32rpx 24rpx;
background-color: #ffffff;
border-radius: 16rpx;
}
.myactive_time image {
width: 26rpx;
height: 26rpx;
}
.myactive_name {
width: 434rpx;
padding: 6rpx 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.myactive_list {
font-size: 28rpx;
margin-top: 24rpx;
display: flex;
justify-content: space-between;
}
.myactive_list image {
width: 182rpx;
height: 138rpx;
margin-right: 24rpx;
border-radius: 5px;
}
.myactive_gps {
margin-top: 16rpx;
color: #7D7E80;
}
.myactive_gps image {
width: 28rpx;
height: 28rpx;
}