mydetail.wxss
725 字节
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
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;
}