orderproductinfo.wxss
1.36 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
/* src/components/order/orderproductinfo.wxss */
.component-order-product-image {
margin-left: 40rpx;
width: 180rpx;
height: 180rpx;
}
.component-order-root-view {
/* height: 200rpx; */
display: flex;
flex-direction: row;
padding-top: 40rpx;
/* padding-right: 40rpx; */
}
.component-order-right-view {
width: 100%;
display: flex;
flex-direction: column;
/* justify-content: space-between; */
/* flex:1; */
margin-left: 20rpx;
/* position: fixed; */
}
.component-order-top-view {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.component-order-top-right-name-price-view {
/* width: 100%; */
display: flex;
flex-direction: column;
}
.component-order-product-price-view {
font-family: DINAlternate-Bold;
font-size: 28rpx;
color: #D0021B;
}
.component-order-status-txt {
font-family: PingFang-SC-Medium;
font-weight: 500;
font-size: 24rpx;
color: #000000;
}
.component-order-product-name-txt {
font-family: SFProText-Regular;
font-size: 24rpx;
color: #999999;
margin-top: 11rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.component-order-size-color-txt {
font-family: PingFang-SC-Medium;
font-weight: 500;
font-size: 24rpx;
color: #000000;
margin-top: 28rpx;
/* margin-bottom: 40rpx; */
}