Newer
Older
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
reply {
.main{
background-color: rgba(0,0,0,.4);
height: 100%;
}
.content{
position: relative;
height: 100%;
width: 100%;
}
.comment{
position: absolute;
width: 100%;
bottom: 0;
height: 80%;
background: #fff;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
padding: 0 15px;
}
.comment-item {
.contact-img{
border-radius: 100px;
width: 75%;
text-align: center;
margin-top: 8px;
}
.comment-info {
color: #d88f27;
font-size: 1.4rem;
line-height: 1.8rem;
font-weight: 500;
margin-bottom: 5px;
}
.commnet-content {
padding: .1rem 0;
font-size: 1.4rem;
color: #333333;
line-height: 1.4rem;
margin-bottom: 6px;
}
.comment-time{
font-size: 1.4rem;
color: #888888;
.repear{
color: #333;
font-size: 1.2rem;
cursor: pointer;
}
}
}
}