recommendDaren.less
1.18 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
.recommendDaren{
padding: 0 30px;
display: flex;
.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{
height:40px;
line-height: 40px;
font-size:28px;
font-weight:500;
color:rgba(51,51,51,1);
}
.desc{
height:25px;
font-size:18px;
font-weight:400;
color:rgba(153,153,153,1);
line-height:25px;
font-size: 18px;
}
.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;
}
}