detail.wxss
1.2 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
.single_item_container{
margin-top: 30rpx;
border-bottom: 2rpx solid #f5f5f5;
min-height: 400rpx;
}
.top_label{
padding: 20rpx 0;
font-size: 36rpx;
color: #333;
font-weight: bold;
position: relative;
bottom: 2rpx solid #f5f5f5;
border-bottom: 2rpx solid #f5f5f5;
}
.top_label_detail{
margin-left: 32rpx;
position: relative;
padding-left: 20rpx;
}
.top_label_detail:before{
content:'';
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 8rpx;
height: 32rpx;
left: 0;
background-color: #000;
}
.zixun_container{
padding-left: 56rpx;
}
.zixun_item{
display: flex;
justify-content: flex-start;
margin: 30rpx 0;
}
.zixun_icon{
height: 46rpx;
width: 60rpx;
align-self: flex-start;
}
.email{
width: 46rpx;
height: 30rpx;
}
.phone{
width: 42rpx;
height: 42rpx;
}
.zixun_icon image {
width: 100%;
height: 100%;
display: block;
}
.zixun_content{
font-size: 28rpx;
line-height: 1;
color: #333;
margin-left: 20rpx;
}
.erwei_code {
display: flex;
margin-bottom: 20rpx;
}
.img_box{
width: 140rpx;
height: 140rpx;
margin-right: 20rpx;
}
.img_box image{
width: 100%;
}
.zhaoshang_desc{
margin: 0 40rpx;
}