darenListCom.less
2.5 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
@charset "UTF-8";
.daren-list-com {
> .box {
margin: 0 auto;
width: 690px;
.top-box {
display: flex;
justify-content: space-between;
align-items: center;
.top-left {
flex: 1;
}
.top-right {
display: flex;
justify-content: flex-end;
align-items: center;
.day, .date {
color: #666666;
font-size: 26px;
font-weight: 400;
& + .daren-shop-btn, & + .fans-btn {
margin-left: 30px;
}
}
.daren-shop-btn {
padding: 6px 34px;
color: #FC1541;
font-size: 26px;
font-weight: 400;
border: 1px solid #FC1541;
border-radius: 26px;
}
.fans-btn {
padding: 6px 34px;
color: #FC1541;
font-size: 26px;
font-weight: 400;
border: 1px solid #FC1541;
border-radius: 26px;
}
}
}
.intro-box {
display: -webkit-box;
margin-top: 20px;
color: #666666;
font-size: 26px;
font-weight: 400;
line-height: 37px;
width: 100%;
-webkit-line-clamp: 3;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
text-overflow: ellipsis;
overflow: hidden;
}
.center-box {
margin-top: 20px;
}
.bottom-box {
.hot-info-box {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 20px;
.hot-img-box {
width: auto;
height: 25px;
.hot-img {
display: block;
height: 25px;
}
}
.line {
background-color: transparent;
margin: 0 20px;
width: 0;
height: 24px;
border-left: 1px solid #999999;
}
.info {
color: #999999;
font-size: 24px;
font-weight: 400;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
.goods-box {
margin-top: 20px;
.goods + .goods {
margin-top: 20px;
}
}
.comment-like-view-box {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
.left {
display: flex;
justify-content: flex-start;
align-items: center;
> div + div {
margin-left: 50px;
}
.comment-box, .like-box {
display: flex;
justify-content: flex-start;
align-items: center;
}
.icon-img {
display: block;
width: 36px;
height: 36px;
}
.number {
margin-left: 10px;
color: #999999;
font-size: 28px;
font-weight: 300;
}
}
.right {
color: #777777;
font-size: 28px;
font-weight: 300;
}
}
}
}
}