detail.wxss
786 字节
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
@import '../../mainindex/mainindex.wxss';
.box{
padding: 0 36rpx;
}
.diepeoplename{
color:#333333;
font-size: 54rpx;
}
.dietitle{
font-size: 30rpx
}
.topnonecontent{
margin-top: 10rpx;
}
.diepeopletext{
color:#333333;
font-size:34rpx;
}
.diepeopleimg{
width:694rpx;
height:258rpx;
font-size: 0
}
.diepeopleimg image{
width:100%;
height:100%;
margin: 0 auto
}
.diepeoplecontent{
margin-top: 68rpx;
}
.diepeopletext{
margin: 18rpx 0
}
.diepeopleimgtitle{
color:#333333;
font-size: 34rpx;
text-align: center;
margin-top: 18rpx;
}
.textover{
color:#999999;
font-size:22rpx;
height:86rpx;
line-height: 86rpx;
/* position:fixed;
bottom:0;
left:0;
right:0; */
text-align: center;
background: #fff;
border-top:2rpx solid #E6E6E6
}