product-view.ttss
1.05 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
.product-view-root {
display: flex;
flex-direction: row;
margin-left: 30rpx;
}
.product-view-image {
width: 150rpx;
height: 200rpx;
}
.product-view-middle {
width: 400rpx;
display: flex;
flex-direction: column;
margin-left: 18rpx;
}
.product-view-name {
color: #444444;
font-family: PingFang SC;
font-size: 26rpx;
background-color: white;
text-overflow: ellipsis;
}
.product-view-color {
/* width: 300rpx; */
color: #B0B0B0;
font-family: PingFang SC;
font-size: 24rpx;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.product-view-right {
width: 120rpx;
display: flex;
flex-direction: column;
}
.product-view-price {
/* height: 20px; */
/* margin-top: 28rpx; */
text-align: right;
font-family: PingFang SC;
font-size: 26rpx;
color: #D0021B;
background-color: white;
}
.product-view-buynum {
color: #B0B0B0;
margin-top: 10rpx;
text-align: right;
font-family: PingFang SC;
font-size: 22rpx;
background-color: white;
}