shopDarenHot.less
1.6 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
.recommendDaren {
padding-left: 30px;
display: flex;
margin-top: 30px;
.daren_box {
width: 210px;
height: auto;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
border-radius: 12px;
text-align: center;
padding: 30px 0;
margin-left: 30px;
.head_portrait {
width: 100px;
height: 100px;
border-radius: 100px;
margin: 0 auto 7px auto;
}
.name {
width: 90%;
margin: 0 auto;
height: 40px;
line-height: 40px;
font-size: 28px;
font-weight: 500;
color: rgba(51, 51, 51, 1);
-webkit-line-clamp: 1;
/*! autoprefixer: off */
display: -webkit-box;
-webkit-box-orient: vertical;
/*! autoprefixer: on */
text-overflow: ellipsis;
overflow: hidden;
}
.desc {
height: 25px;
font-size: 18px;
font-weight: 400;
color: rgba(153, 153, 153, 1);
line-height: 25px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.btn {
width: 120px;
height: 48px;
border-radius: 26px;
border: 1px solid rgba(252, 21, 65, 1);
color: #fc1541;
font-size: 26px;
line-height: 48px;
margin: 25px auto 0 auto;
}
}
.daren_box:nth-child(1) {
margin-left: 0px;
}
}