liked-activity.scss
2.06 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
.liked-activity {
border-bottom: 20px solid #f0f0f0;
padding-bottom: 27px;
.head-author {
height: 92px;
line-height: 92px;
padding: 0 30px;
color: #444;
> * {
display: inline-block;
vertical-align: middle;
}
.thumb {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
display: inline-block;
}
p {
max-width: 60%;
margin-left: 20px;
font-size: 24px;
line-height: 1.4;
word-break: break-all;
}
}
.swiper-pagination-fraction {
width: auto;
height: 30px;
line-height: 32px;
padding: 0 12px;
border-radius: 15px;
color: #fff;
font-size: 24px;
right: 30px;
bottom: 20px;
background: rgba(0, 0, 0, 0.6);
white-space: nowrap;
.swiper-pagination-current {
margin-right: -6px;
}
.swiper-pagination-total {
margin-left: -4px;
margin-right: 2px;
}
}
.like-option {
padding: 0 30px;
line-height: 120px;
font-size: 26px;
color: #444;
.like-option-btn {
display: inline-block;
vertical-align: middle;
> span {
vertical-align: middle;
}
}
.iconfont {
font-size: 40px;
color: #979797;
margin-right: 6px;
position: relative;
top: -2px;
}
.fav .iconfont {
color: #eb0313;
}
.hide {
display: none;
}
}
.reply-list {
padding: 0 30px;
font-size: 26px;
color: #b0b0b0;
line-height: 1.4;
margin-bottom: 26px;
.reply-item {
margin: 10px 0;
word-break: break-all;
}
.reply-name {
color: #444;
font-weight: 700;
}
}
}