shopDatenTop.less
1.58 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
.item_box{
margin: 30px;
padding-bottom: 30px;
display: flex;
align-items: center;
.head_portrait{
width: 100px;
height: 100px;
border-radius: 100px;
}
.user_info{
margin-left: 30px;
text-align: left;
flex: 1;
.daren_box{
display: flex;
height: 40px;
align-items: center;
.name{
height:40px;
font-size:28px;
font-weight:500;
color:rgba(51,51,51,1);
line-height:40px;
-webkit-line-clamp: 1;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
text-overflow: ellipsis;
overflow: hidden;
}
.tag{
//height: 28px;
//line-height: 28px;
padding:0 8px;
border-radius:6px;
border:1px solid rgba(245,166,35,1);
font-size:20px;
color:rgba(245,166,35,1);
margin-left: 10px;
}
}
.desc{
height:33px;
font-size:24px;
font-weight:400;
color:rgba(102,102,102,1);
line-height:33px;
margin-top: 10px;
}
}
.btn{
width:120px;
height:48px;
background:rgba(255,236,239,1);
border-radius:26px;
color: #FC1541;
font-size: 26px;
text-align: center;
line-height: 48px;
}
}