guard.css
2.34 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
148
149
150
151
152
153
154
155
156
body{
background-color: #FFF;
}
.main{
position: relative;
width: 10rem;
margin: 0 auto;
font-size: 0;
min-height: 100%;
background-color: #FFF;
}
.mBg{
position: absolute;
left: 50%;
top: 0;
width: 5.28rem;
height: 3.48rem;
transform: translate(-50%,0);
z-index: 1;
opacity: .6;
}
.mList{
position: relative;
width: 10rem;
margin: 0 auto;
padding-top: .64rem;
z-index: 10;
padding-bottom: .32rem;
}
.mDetail{
width: 10rem;
position: relative;
font-size: 0;
height: 1.066rem;
margin-top: 0.64rem;
}
.mDetail:first-child{
margin-top: 0;
}
/*.mDetail a{
position: absolute;
left: 0.533rem;
top: 0;
width: 1.066rem;
height: 1.066rem;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}*/
.mDetail .mDetailImg{
position: absolute;
left: 0.533rem;
top: 0;
width: 1.066rem;
height: 1.066rem;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
object-fit: cover;
}
.mDetail .mName{
position: absolute;
left: 1.933rem;
top: 0;
height: 1.066rem;
line-height: 1.066rem;
font-size: 0.373rem;
color:#333;
width: 3.4rem;
}
.mDetail .mDay{
position: absolute;
right: 0.533rem;
top: 0;
height: 1.066rem;
line-height: 1.066rem;
font-size: 0.373rem;
color:#EB5E9B;
text-align: right;
width: 4rem;
}
.mDetail .mDay font{
margin: 0 0.106rem
}
.mDetail .mDay font.blue{
color:#EB5E9B;
}
.mDetail .mNum{
position: absolute;
right: 0.533rem;
top: 0;
height: 1.066rem;
line-height: 1.066rem;
font-size: 0.373rem;
color:#EB5E9B;
text-align: right;
width: 3rem;
}
.mDetail .mNum img{
width: 0.4rem;
height: 0.4rem;
position: relative;
vertical-align: middle;
margin-top: -.1rem;
margin-left: 0.133rem;
}
.notCon{
position: relative;
text-align: center;
font-size: 0;
}
.notImg{
margin-top: 1.066rem;
width: 2.666rem;
height: 2.666rem;
}
.notTitlt{
font-size: 0.373rem;
color:#999;
margin-top: 0.226rem;
}
.notTitlt.notTitlt2{
margin-top: 0.133rem;
}
.liveCheck{
position: absolute;
top: -.15rem;
left: 1.5rem;
width: 0.32rem;
height: 0.32rem;
}
body.L_Ar{
direction:rtl;
}
.L_Ar .mDetail .mDetailImg{
left: auto;
right: .533rem;
}
.L_Ar .mDetail .mName{
left: auto;
right: 1.933rem;
}
.L_Ar .mDetail .mDay{
right: auto;
left: .533rem;
text-align: left;
}
.L_Ar .liveCheck{
left: auto;
right: 1.5rem;
}
.L_Ar .mDetail .mNum{
right: auto;
left: .533rem;
text-align: left;
}