detail.css
1.35 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
.main{
position: relative;
width: 100%;
height: 100%;
font-size: 0;
margin: 0 auto;
line-height: 1.2;
}
.mTitle{
position: relative;
margin: 0 auto;
width: 9.066rem;
font-size: 0;
padding-bottom: 0.506rem;
border-bottom: 1px solid rgba(240,240,240,1);
}
.mTitle span{
font-size: 0.373rem;
color: #333;
}
.mTitle span img{
width:0.4rem;
vertical-align: middle;
margin: -.08rem 0.08rem 0 0.2rem;
}
.mTitle span:nth-child(1){
margin-left: 0.053rem;
}
.mTitle span:nth-child(2),.mTitle span:nth-child(4){
color: #FF57A0;
}
.mTitle span:nth-child(3){
margin-left:0.626rem;
}
.mBox{
position: relative;
width: 9.066rem;
margin: 0 auto;
font-size: 0;
}
.mDetail{
position: relative;
width: 100%;
height: 1.386rem;
font-size: 0;
margin: 0 auto;
}
.mDetail a{
width: 0.853rem;
height: 0.853rem;
position: absolute;
left: 0;
top: 0.266rem;
}
.mDetail a img{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
object-fit: cover;
}
.mDetailName{
position: absolute;
left: 1.066rem;
top: 0;
height: 1.386rem;
line-height: 1.386rem;
width: 4.5rem;
font-size: 0.373rem;
color: #333;
}
.mDetailInter{
position: absolute;
right: 0;
top: 0;
height: 1.386rem;
line-height: 1.386rem;
text-align: right;
font-size: 0.373rem;
color: #333;
width: 2.5rem;
}